Current Path : /storage/v11800/testsharplanding/

Linux v11800 5.3.0-1023-aws #25~18.04.1-Ubuntu SMP Fri Jun 5 15:19:18 UTC 2020 aarch64

Upload File :
Current File : /storage/v11800/testsharplanding/.db.sql
-- MariaDB dump 10.19  Distrib 10.6.9-MariaDB, for debian-linux-gnu (aarch64)
--
-- Host: localhost    Database: testsharplandingdb
-- ------------------------------------------------------
-- Server version	10.6.9-MariaDB-1:10.6.9+maria~ubu2004

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=332 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (331,'action_scheduler/migration_hook','pending','2023-06-07 13:04:28','2023-06-07 13:04:28','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1686143068;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1686143068;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

LOCK TABLES `wp_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (1,331,'action created','2023-06-07 13:03:28','2023-06-07 13:03:28');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=107 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
INSERT INTO `wp_commentmeta` VALUES (1,53,'_wp_trash_meta_status','0'),(2,53,'_wp_trash_meta_time','1702532873'),(3,52,'_wp_trash_meta_status','0'),(4,52,'_wp_trash_meta_time','1702532873'),(5,51,'_wp_trash_meta_status','0'),(6,51,'_wp_trash_meta_time','1702532873'),(7,50,'_wp_trash_meta_status','0'),(8,50,'_wp_trash_meta_time','1702532874'),(9,49,'_wp_trash_meta_status','0'),(10,49,'_wp_trash_meta_time','1702532874'),(11,48,'_wp_trash_meta_status','0'),(12,48,'_wp_trash_meta_time','1702532874'),(13,47,'_wp_trash_meta_status','0'),(14,47,'_wp_trash_meta_time','1702532874'),(15,46,'_wp_trash_meta_status','0'),(16,46,'_wp_trash_meta_time','1702532874'),(17,45,'_wp_trash_meta_status','0'),(18,45,'_wp_trash_meta_time','1702532874'),(19,44,'_wp_trash_meta_status','0'),(20,44,'_wp_trash_meta_time','1702532874'),(21,43,'_wp_trash_meta_status','0'),(22,43,'_wp_trash_meta_time','1702532874'),(23,42,'_wp_trash_meta_status','0'),(24,42,'_wp_trash_meta_time','1702532874'),(25,41,'_wp_trash_meta_status','0'),(26,41,'_wp_trash_meta_time','1702532874'),(27,40,'_wp_trash_meta_status','0'),(28,40,'_wp_trash_meta_time','1702532874'),(29,39,'_wp_trash_meta_status','0'),(30,39,'_wp_trash_meta_time','1702532874'),(31,38,'_wp_trash_meta_status','0'),(32,38,'_wp_trash_meta_time','1702532874'),(33,37,'_wp_trash_meta_status','0'),(34,37,'_wp_trash_meta_time','1702532874'),(35,36,'_wp_trash_meta_status','0'),(36,36,'_wp_trash_meta_time','1702532874'),(37,35,'_wp_trash_meta_status','0'),(38,35,'_wp_trash_meta_time','1702532874'),(39,34,'_wp_trash_meta_status','0'),(40,34,'_wp_trash_meta_time','1702532874'),(41,33,'_wp_trash_meta_status','0'),(42,33,'_wp_trash_meta_time','1702532885'),(43,32,'_wp_trash_meta_status','0'),(44,32,'_wp_trash_meta_time','1702532885'),(45,31,'_wp_trash_meta_status','0'),(46,31,'_wp_trash_meta_time','1702532885'),(47,30,'_wp_trash_meta_status','0'),(48,30,'_wp_trash_meta_time','1702532885'),(49,29,'_wp_trash_meta_status','0'),(50,29,'_wp_trash_meta_time','1702532885'),(51,28,'_wp_trash_meta_status','0'),(52,28,'_wp_trash_meta_time','1702532885'),(53,27,'_wp_trash_meta_status','0'),(54,27,'_wp_trash_meta_time','1702532885'),(55,26,'_wp_trash_meta_status','0'),(56,26,'_wp_trash_meta_time','1702532885'),(57,25,'_wp_trash_meta_status','0'),(58,25,'_wp_trash_meta_time','1702532885'),(59,24,'_wp_trash_meta_status','0'),(60,24,'_wp_trash_meta_time','1702532885'),(61,23,'_wp_trash_meta_status','0'),(62,23,'_wp_trash_meta_time','1702532885'),(63,22,'_wp_trash_meta_status','0'),(64,22,'_wp_trash_meta_time','1702532885'),(65,21,'_wp_trash_meta_status','0'),(66,21,'_wp_trash_meta_time','1702532885'),(67,20,'_wp_trash_meta_status','0'),(68,20,'_wp_trash_meta_time','1702532885'),(69,19,'_wp_trash_meta_status','0'),(70,19,'_wp_trash_meta_time','1702532885'),(71,18,'_wp_trash_meta_status','0'),(72,18,'_wp_trash_meta_time','1702532885'),(73,17,'_wp_trash_meta_status','0'),(74,17,'_wp_trash_meta_time','1702532885'),(75,16,'_wp_trash_meta_status','0'),(76,16,'_wp_trash_meta_time','1702532886'),(77,15,'_wp_trash_meta_status','0'),(78,15,'_wp_trash_meta_time','1702532886'),(79,14,'_wp_trash_meta_status','0'),(80,14,'_wp_trash_meta_time','1702532886'),(81,13,'_wp_trash_meta_status','0'),(82,13,'_wp_trash_meta_time','1702532910'),(83,12,'_wp_trash_meta_status','0'),(84,12,'_wp_trash_meta_time','1702532910'),(85,11,'_wp_trash_meta_status','0'),(86,11,'_wp_trash_meta_time','1702532910'),(87,10,'_wp_trash_meta_status','0'),(88,10,'_wp_trash_meta_time','1702532910'),(89,9,'_wp_trash_meta_status','0'),(90,9,'_wp_trash_meta_time','1702532910'),(91,8,'_wp_trash_meta_status','0'),(92,8,'_wp_trash_meta_time','1702532910'),(93,7,'_wp_trash_meta_status','0'),(94,7,'_wp_trash_meta_time','1702532910'),(95,6,'_wp_trash_meta_status','0'),(96,6,'_wp_trash_meta_time','1702532910'),(97,5,'_wp_trash_meta_status','0'),(98,5,'_wp_trash_meta_time','1702532910'),(99,4,'_wp_trash_meta_status','0'),(100,4,'_wp_trash_meta_time','1702532910'),(101,3,'_wp_trash_meta_status','0'),(102,3,'_wp_trash_meta_time','1702532910'),(103,2,'_wp_trash_meta_status','0'),(104,2,'_wp_trash_meta_time','1702532910'),(105,1,'_wp_trash_meta_status','0'),(106,1,'_wp_trash_meta_time','1702532910');
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2023-05-28 15:43:19','2023-05-28 15:43:19','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.',0,'trash','','comment',0,0),(2,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:15:12','2023-12-13 16:45:12','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(3,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:16:08','2023-12-13 16:46:08','1',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(4,1,'1','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:16:38','2023-12-13 16:46:38','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(5,1,'QhlGQ771','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:17:27','2023-12-13 16:47:27','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(6,1,'jJQaBOcg\' AND 2*3*8=6*8 AND \'xMmM\'=\'xMmM','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:17:59','2023-12-13 16:47:59','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(7,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:18:32','2023-12-13 16:48:32','1*1',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(8,1,'-1 OR 2+705-705-1=0+0+0+1','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:18:48','2023-12-13 16:48:48','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(9,1,'0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:19:05','2023-12-13 16:49:05','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(10,1,'if(now()=sysdate(),sleep(15),0)','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:19:22','2023-12-13 16:49:22','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(11,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:19:45','2023-12-13 16:49:45','0\'XOR(if(now()=sysdate(),sleep(15),0))XOR\'Z',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(12,1,'(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\"+(select(0)from(select(sleep(15)))v)+\"*/','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:20:00','2023-12-13 16:50:00','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(13,1,'0\"XOR(if(now()=sysdate(),sleep(15),0))XOR\"Z','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:20:15','2023-12-13 16:50:15','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(14,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:20:36','2023-12-13 16:50:36','(select(0)from(select(sleep(15)))v)/*\'+(select(0)from(select(sleep(15)))v)+\'\"+(select(0)from(select(sleep(15)))v)+\"*/',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(15,1,'yj8jtqrP\'; waitfor delay \'0:0:15\' --','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:20:51','2023-12-13 16:50:51','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(16,1,'eIYU6D7c\' OR 246=(SELECT 246 FROM PG_SLEEP(15))--','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:21:12','2023-12-13 16:51:12','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(17,1,'-1); waitfor delay \'0:0:15\' --','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:21:28','2023-12-13 16:51:28','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(18,1,'8OcCBhwK\') OR 330=(SELECT 330 FROM PG_SLEEP(15))--','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:21:49','2023-12-13 16:51:49','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(19,1,'0TWVlDBX\')) OR 859=(SELECT 859 FROM PG_SLEEP(15))--','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:22:09','2023-12-13 16:52:09','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(20,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:22:25','2023-12-13 16:52:25','9kql9BoP\'; waitfor delay \'0:0:15\' --',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(21,1,'jJQaBOcg\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:22:45','2023-12-13 16:52:45','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(22,1,'-5 OR 372=(SELECT 372 FROM PG_SLEEP(15))--','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:23:02','2023-12-13 16:53:02','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(23,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:23:24','2023-12-13 16:53:24','-5) OR 985=(SELECT 985 FROM PG_SLEEP(15))--',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(24,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:23:56','2023-12-13 16:53:56','-1)) OR 715=(SELECT 715 FROM PG_SLEEP(15))--',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(25,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:24:15','2023-12-13 16:54:15','3v3vUcQf',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(26,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:24:39','2023-12-13 16:54:39','1*555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(27,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:24:55','2023-12-13 16:54:55','555*828*823*0',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(28,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:25:10','2023-12-13 16:55:10','(571-11-5)',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(29,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:25:29','2023-12-13 16:55:29','if(now()=sysdate(),sleep(15),0)',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(30,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:25:52','2023-12-13 16:55:52','1\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(31,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:26:11','2023-12-13 16:56:11','0\"XOR(if(now()=sysdate(),sleep(15),0))XOR\"Z',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(32,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:26:48','2023-12-13 16:56:48','-1; waitfor delay \'0:0:15\' --',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(33,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:27:08','2023-12-13 16:57:08','-1); waitfor delay \'0:0:15\' --',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(34,1,'1','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:27:23','2023-12-13 16:57:23','1*555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(35,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:27:45','2023-12-13 16:57:45','pFTGhOJW\'; waitfor delay \'0:0:15\' --',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(36,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:28:05','2023-12-13 16:58:05','-5 OR 516=(SELECT 516 FROM PG_SLEEP(15))--',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(37,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:28:23','2023-12-13 16:58:23','-5) OR 430=(SELECT 430 FROM PG_SLEEP(15))--',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(38,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:28:39','2023-12-13 16:58:39','-1)) OR 182=(SELECT 182 FROM PG_SLEEP(15))--',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(39,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:28:55','2023-12-13 16:58:55','U6H1UcPK\' OR 709=(SELECT 709 FROM PG_SLEEP(15))--',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(40,1,'1','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:29:11','2023-12-13 16:59:11','-1); waitfor delay \'0:0:15\' --',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(41,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:29:26','2023-12-13 16:59:26','vzj69JVY\')) OR 551=(SELECT 551 FROM PG_SLEEP(15))--',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(42,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:29:43','2023-12-13 16:59:43','555*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(43,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:30:00','2023-12-13 17:00:00','555\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(44,1,'@@kPXFB','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:30:15','2023-12-13 17:00:15','1',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(45,1,'1','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:30:35','2023-12-13 17:00:35','-1)) OR 211=(SELECT 211 FROM PG_SLEEP(15))--',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(46,1,'1','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:30:53','2023-12-13 17:00:53','sU1Xw0aJ\' OR 435=(SELECT 435 FROM PG_SLEEP(15))--',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(47,1,'1','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:31:10','2023-12-13 17:01:10','WCKk7HTZ\') OR 533=(SELECT 533 FROM PG_SLEEP(15))--',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(48,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:31:26','2023-12-13 17:01:26','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(49,1,'1','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:31:41','2023-12-13 17:01:41','555*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15)',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(50,1,'1','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:31:59','2023-12-13 17:01:59','555\'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||\'',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0),(51,1,'1','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:32:43','2023-12-13 17:02:43','555',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(52,9,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:40:19','2023-12-13 17:10:19','1',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',0,0),(53,1,'jJQaBOcg','testing@example.com','http://www.example.com','77.91.124.66','2023-12-13 22:42:49','2023-12-13 17:12:49','1',0,'trash','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36','comment',1,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_e_events`
--

DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_events`
--

LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ff_scheduled_actions`
--

DROP TABLE IF EXISTS `wp_ff_scheduled_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ff_scheduled_actions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `form_id` bigint(20) unsigned DEFAULT NULL,
  `origin_id` bigint(20) unsigned DEFAULT NULL,
  `feed_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT 'submission_action',
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `note` tinytext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `retry_count` int(10) unsigned DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ff_scheduled_actions`
--

LOCK TABLES `wp_ff_scheduled_actions` WRITE;
/*!40000 ALTER TABLE `wp_ff_scheduled_actions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ff_scheduled_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_fluentform_entry_details`
--

DROP TABLE IF EXISTS `wp_fluentform_entry_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fluentform_entry_details` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) unsigned DEFAULT NULL,
  `submission_id` bigint(20) unsigned DEFAULT NULL,
  `field_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `sub_field_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `field_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fluentform_entry_details`
--

LOCK TABLES `wp_fluentform_entry_details` WRITE;
/*!40000 ALTER TABLE `wp_fluentform_entry_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fluentform_entry_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_fluentform_form_analytics`
--

DROP TABLE IF EXISTS `wp_fluentform_form_analytics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fluentform_form_analytics` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int(10) unsigned DEFAULT NULL,
  `user_id` int(10) unsigned DEFAULT NULL,
  `source_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `platform` char(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `browser` char(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `city` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `country` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ip` char(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `count` int(11) DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fluentform_form_analytics`
--

LOCK TABLES `wp_fluentform_form_analytics` WRITE;
/*!40000 ALTER TABLE `wp_fluentform_form_analytics` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fluentform_form_analytics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_fluentform_form_meta`
--

DROP TABLE IF EXISTS `wp_fluentform_form_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fluentform_form_meta` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int(10) unsigned DEFAULT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fluentform_form_meta`
--

LOCK TABLES `wp_fluentform_form_meta` WRITE;
/*!40000 ALTER TABLE `wp_fluentform_form_meta` DISABLE KEYS */;
INSERT INTO `wp_fluentform_form_meta` VALUES (1,1,'template_name','basic_contact_form'),(2,1,'formSettings','{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"selectedDays\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"],\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"delete_entry_on_submission\":\"no\",\"appendSurveyResult\":{\"enabled\":false,\"showLabel\":false,\"showCount\":false}}'),(3,1,'advancedValidationSettings','{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":\"\",\"operator\":\"=\",\"value\":\"\"}],\"error_message\":\"\",\"validation_type\":\"fail_on_condition_met\"}'),(4,1,'double_optin_settings','{\"status\":\"no\",\"confirmation_message\":\"Please check your email inbox to confirm this submission\",\"email_body_type\":\"global\",\"email_subject\":\"Please confirm your form submission\",\"email_body\":\"<h2>Please Confirm Your Submission</h2><p>&nbsp;</p><p style=\"text-align: center;\"><a style=\"color: #ffffff; background-color: #454545; font-size: 16px; border-radius: 5px; text-decoration: none; font-weight: normal; font-style: normal; padding: 0.8rem 1rem; border-color: #0072ff;\" href=\"#confirmation_url#\">Confirm Submission</a></p><p>&nbsp;</p><p>If you received this email by mistake, simply delete it. Your form submission won\'t proceed if you don\'t click the confirmation link above.</p>\",\"email_field\":\"\",\"skip_if_logged_in\":\"yes\",\"skip_if_fc_subscribed\":\"no\"}'),(5,2,'template_name','inline_subscription'),(6,2,'formSettings','{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"asteriskPlacement\":\"asterisk-right\"}}'),(7,2,'notifications','{\"name\":\"Admin Notification Email\",\"sendTo\":{\"type\":\"email\",\"email\":\"{wp.admin_email}\",\"field\":\"email\",\"routing\":[{\"email\":null,\"field\":null,\"operator\":\"=\",\"value\":null}]},\"fromName\":\"\",\"fromEmail\":\"\",\"replyTo\":\"\",\"bcc\":\"\",\"subject\":\"[{inputs.names}] New Form Submission\",\"message\":\"<p>{all_data}<\\/p> <p>This form submitted at: {embed_post.permalink}<\\/p>\",\"conditionals\":{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":null,\"operator\":\"=\",\"value\":null}]},\"enabled\":false,\"email_template\":\"\"}'),(8,2,'step_data_persistency_status','no'),(9,2,'_primary_email_field','email'),(10,3,'formSettings','{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"selectedDays\":null,\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"delete_entry_on_submission\":\"no\"}'),(11,3,'notifications','{\"name\":\"Admin Notification Email\",\"sendTo\":{\"type\":\"email\",\"email\":\"{wp.admin_email}\",\"field\":\"email\",\"routing\":[{\"email\":null,\"field\":null,\"operator\":\"=\",\"value\":null}]},\"fromName\":\"\",\"fromEmail\":\"\",\"replyTo\":\"\",\"bcc\":\"\",\"subject\":\"[{inputs.names}] New Form Submission\",\"message\":\"<p>{all_data}<\\/p>\\n<p>This form submitted at: {embed_post.permalink}<\\/p>\",\"conditionals\":{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":null,\"operator\":\"=\",\"value\":null}]},\"enabled\":false,\"email_template\":\"\"}'),(12,3,'template_name','blank_form');
/*!40000 ALTER TABLE `wp_fluentform_form_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_fluentform_forms`
--

DROP TABLE IF EXISTS `wp_fluentform_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fluentform_forms` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT 'Draft',
  `appearance_settings` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `form_fields` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `has_payment` tinyint(1) NOT NULL DEFAULT 0,
  `type` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `conditions` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fluentform_forms`
--

LOCK TABLES `wp_fluentform_forms` WRITE;
/*!40000 ALTER TABLE `wp_fluentform_forms` DISABLE KEYS */;
INSERT INTO `wp_fluentform_forms` VALUES (1,'Contact Form Demo','published',NULL,'{\"fields\":[{\"index\":0,\"element\":\"input_name\",\"attributes\":{\"name\":\"names\",\"data-type\":\"name-element\"},\"settings\":{\"container_class\":\"\",\"admin_field_label\":\"Name\",\"conditional_logics\":[]},\"fields\":{\"first_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"first_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"First Name\"},\"settings\":{\"container_class\":\"\",\"label\":\"First Name\",\"help_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"middle_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"middle_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Middle Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":false,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"last_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"last_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Last Name\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Last Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}}},\"editor_options\":{\"title\":\"Name Fields\",\"element\":\"name-fields\",\"icon_class\":\"ff-edit-name\",\"template\":\"nameFields\"},\"uniqElKey\":\"el_1570866006692\"},{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Email Address\"},\"settings\":{\"container_class\":\"\",\"label\":\"Email\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"conditional_logics\":[]},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_1570866012914\"},{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"subject\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"Subject\"},\"settings\":{\"container_class\":\"\",\"label\":\"Subject\",\"label_placement\":\"\",\"admin_field_label\":\"Subject\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Simple Text\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_1570878958648\"},{\"index\":3,\"element\":\"textarea\",\"attributes\":{\"name\":\"message\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Your Message\",\"rows\":4,\"cols\":2},\"settings\":{\"container_class\":\"\",\"label\":\"Your Message\",\"admin_field_label\":\"\",\"label_placement\":\"\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Text Area\",\"icon_class\":\"ff-edit-textarea\",\"template\":\"inputTextarea\"},\"uniqElKey\":\"el_1570879001207\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#409EFF\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Submit Form\",\"img_url\":\"\"}},\"editor_options\":{\"title\":\"Submit Button\"}}}',0,'',NULL,1,'2023-05-29 12:41:53','2023-05-29 12:41:53'),(2,'Subscription Form','published',NULL,'{\"fields\":[{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"columns\":[{\"fields\":[{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Your Email Address\"},\"settings\":{\"container_class\":\"\",\"label\":\"\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"Email\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"conditional_logics\":[],\"is_unique\":\"no\",\"unique_validation_message\":\"Email address need to be unique.\"},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16231279686950.8779857923682932\"}]},{\"fields\":[{\"index\":15,\"element\":\"custom_submit_button\",\"attributes\":{\"class\":\"\",\"type\":\"submit\"},\"settings\":{\"button_style\":\"\",\"button_size\":\"md\",\"align\":\"left\",\"container_class\":\"\",\"current_state\":\"normal_styles\",\"background_color\":\"\",\"color\":\"\",\"hover_styles\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#409EFF\",\"color\":\"#409EFF\",\"borderRadius\":\"\",\"minWidth\":\"100%\"},\"normal_styles\":{\"backgroundColor\":\"#409EFF\",\"borderColor\":\"#409EFF\",\"color\":\"#ffffff\",\"borderRadius\":\"\",\"minWidth\":\"100%\"},\"button_ui\":{\"text\":\"Subscribe\",\"type\":\"default\",\"img_url\":\"\"},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Custom Submit Button\",\"icon_class\":\"dashicons dashicons-arrow-right-alt\",\"template\":\"customButton\"},\"uniqElKey\":\"el_16231279798380.5947400167493171\"}]}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_16231279284710.40955091024524304\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#409EFF\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Subscribe\",\"img_url\":\"\"}},\"editor_options\":{\"title\":\"Submit Button\"}}}',0,'form',NULL,1,'2023-05-29 12:41:53','2023-05-29 12:41:53'),(3,'Blank Form (#3)','published',NULL,'{\"fields\":[],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#409EFF\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Submit Form\",\"img_url\":\"\"}},\"editor_options\":{\"title\":\"Submit Button\"}}}',0,'form',NULL,1,'2023-05-29 12:43:55','2023-05-29 12:43:55');
/*!40000 ALTER TABLE `wp_fluentform_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_fluentform_logs`
--

DROP TABLE IF EXISTS `wp_fluentform_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fluentform_logs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_source_id` int(10) unsigned DEFAULT NULL,
  `source_type` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `source_id` int(10) unsigned DEFAULT NULL,
  `component` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` char(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fluentform_logs`
--

LOCK TABLES `wp_fluentform_logs` WRITE;
/*!40000 ALTER TABLE `wp_fluentform_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fluentform_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_fluentform_submission_meta`
--

DROP TABLE IF EXISTS `wp_fluentform_submission_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fluentform_submission_meta` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `response_id` bigint(20) unsigned DEFAULT NULL,
  `form_id` int(10) unsigned DEFAULT NULL,
  `meta_key` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` int(10) unsigned DEFAULT NULL,
  `name` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fluentform_submission_meta`
--

LOCK TABLES `wp_fluentform_submission_meta` WRITE;
/*!40000 ALTER TABLE `wp_fluentform_submission_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fluentform_submission_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_fluentform_submissions`
--

DROP TABLE IF EXISTS `wp_fluentform_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fluentform_submissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int(10) unsigned DEFAULT NULL,
  `serial_number` int(10) unsigned DEFAULT NULL,
  `response` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `source_url` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` int(10) unsigned DEFAULT NULL,
  `status` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT 'unread' COMMENT 'possible values: read, unread, trashed',
  `is_favourite` tinyint(1) NOT NULL DEFAULT 0,
  `browser` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `device` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ip` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `city` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `country` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_status` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_method` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_type` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `currency` varchar(45) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_total` float DEFAULT NULL,
  `total_paid` float DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fluentform_submissions`
--

LOCK TABLES `wp_fluentform_submissions` WRITE;
/*!40000 ALTER TABLE `wp_fluentform_submissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fluentform_submissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_action_meta`
--

DROP TABLE IF EXISTS `wp_nf3_action_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_action_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=247 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_action_meta`
--

LOCK TABLES `wp_nf3_action_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_action_meta` VALUES (1,1,'objectType','Action','objectType','Action'),(2,1,'objectDomain','actions','objectDomain','actions'),(3,1,'editActive','','editActive',''),(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(5,1,'payment_gateways','','payment_gateways',''),(6,1,'payment_total','','payment_total',''),(7,1,'tag','','tag',''),(8,1,'to','{wp:admin_email}','to','{wp:admin_email}'),(9,1,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(10,1,'email_message','{fields_table}','email_message','{fields_table}'),(11,1,'from_name','','from_name',''),(12,1,'from_address','','from_address',''),(13,1,'reply_to','','reply_to',''),(14,1,'email_format','html','email_format','html'),(15,1,'cc','','cc',''),(16,1,'bcc','','bcc',''),(17,1,'attach_csv','','attach_csv',''),(18,1,'redirect_url','','redirect_url',''),(19,1,'email_message_plain','','email_message_plain',''),(20,2,'to','{field:email_1686030896181}','to','{field:email_1686030896181}'),(21,2,'subject','This is an email action.','subject','This is an email action.'),(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(23,2,'objectType','Action','objectType','Action'),(24,2,'objectDomain','actions','objectDomain','actions'),(25,2,'editActive','','editActive',''),(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(27,2,'payment_gateways','','payment_gateways',''),(28,2,'payment_total','','payment_total',''),(29,2,'tag','','tag',''),(30,2,'email_subject','Appointment Confirmation','email_subject','Appointment Confirmation'),(31,2,'email_message','<p>Hi {field:name},<br><br>Your appointment has been successfully booked.</p><ol><li>Name:&nbsp;{field:name}</li><li>Phone Number: {field:phone_1686656500826}</li><li>E-mail: {field:email_1686030896181}</li></ol><p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: +91 - 9641-919191</p><p>Regards,</p><p>Sharp Sight</p>','email_message','<p>Hi {field:name},<br><br>Your appointment has been successfully booked.</p><ol><li>Name:&nbsp;{field:name}</li><li>Phone Number: {field:phone_1686656500826}</li><li>E-mail: {field:email_1686030896181}</li></ol><p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: +91 - 9641-919191</p><p>Regards,</p><p>Sharp Sight</p>'),(32,2,'from_name','','from_name',''),(33,2,'from_address','','from_address',''),(34,2,'reply_to','','reply_to',''),(35,2,'email_format','html','email_format','html'),(36,2,'cc','','cc',''),(37,2,'bcc','','bcc',''),(38,2,'attach_csv','','attach_csv',''),(39,2,'email_message_plain','','email_message_plain',''),(40,3,'objectType','Action','objectType','Action'),(41,3,'objectDomain','actions','objectDomain','actions'),(42,3,'editActive','','editActive',''),(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(44,3,'payment_gateways','','payment_gateways',''),(45,3,'payment_total','','payment_total',''),(46,3,'tag','','tag',''),(47,3,'to','{system:admin_email}','to','{system:admin_email}'),(48,3,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),(49,3,'email_message','<p></p><p>-{field:name} (  )</p>','email_message','<p></p><p>-{field:name} (  )</p>'),(50,3,'from_name','','from_name',''),(51,3,'from_address','','from_address',''),(52,3,'reply_to','','reply_to',''),(53,3,'email_format','html','email_format','html'),(54,3,'cc','','cc',''),(55,3,'bcc','','bcc',''),(56,3,'attach_csv','0','attach_csv','0'),(57,3,'email_message_plain','','email_message_plain',''),(58,4,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(59,4,'objectType','Action','objectType','Action'),(60,4,'objectDomain','actions','objectDomain','actions'),(61,4,'editActive','','editActive',''),(62,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(63,4,'payment_gateways','','payment_gateways',''),(64,4,'payment_total','','payment_total',''),(65,4,'tag','','tag',''),(66,4,'to','{wp:admin_email}','to','{wp:admin_email}'),(67,4,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(68,4,'email_message','{fields_table}','email_message','{fields_table}'),(69,4,'from_name','','from_name',''),(70,4,'from_address','','from_address',''),(71,4,'reply_to','','reply_to',''),(72,4,'email_format','html','email_format','html'),(73,4,'cc','','cc',''),(74,4,'bcc','','bcc',''),(75,4,'attach_csv','','attach_csv',''),(76,4,'redirect_url','','redirect_url',''),(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to .</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to .</p>'),(78,4,'email_message_plain','','email_message_plain',''),(130,1,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(131,1,'submitter_email','','submitter_email',''),(132,1,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(133,1,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(134,1,'set_subs_to_expire','0','set_subs_to_expire','0'),(135,1,'subs_expire_time','90','subs_expire_time','90'),(136,8,'objectType','Action','objectType','Action'),(137,8,'objectDomain','actions','objectDomain','actions'),(138,8,'editActive','','editActive',''),(139,8,'to','{wp:admin_email}','to','{wp:admin_email}'),(140,8,'reply_to','','reply_to',''),(141,8,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(142,8,'email_message','{fields_table}','email_message','{fields_table}'),(143,8,'email_message_plain','','email_message_plain',''),(144,8,'from_name','','from_name',''),(145,8,'from_address','','from_address',''),(146,8,'email_format','html','email_format','html'),(147,8,'cc','','cc',''),(148,8,'bcc','','bcc',''),(149,8,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(150,8,'redirect_url','https://lead.sharpsight.in/thank-you/','redirect_url','https://lead.sharpsight.in/thank-you/'),(151,8,'drawerDisabled','','drawerDisabled',''),(152,2,'drawerDisabled','','drawerDisabled',''),(195,1,'drawerDisabled','','drawerDisabled',''),(219,13,'objectType','Action','objectType','Action'),(220,13,'objectDomain','actions','objectDomain','actions'),(221,13,'editActive','','editActive',''),(222,13,'to','digital@sharpsight.in','to','digital@sharpsight.in'),(223,13,'reply_to','','reply_to',''),(224,13,'email_subject','Sharp Sight Landing Page','email_subject','Sharp Sight Landing Page'),(225,13,'email_message','<p>New Booking<br><br>Name: {field:name}</p><p>Phone No: {field:phone_1686656500826}</p><p>E-mail: {field:email_1686030896181}</p>','email_message','<p>New Booking<br><br>Name: {field:name}</p><p>Phone No: {field:phone_1686656500826}</p><p>E-mail: {field:email_1686030896181}</p>'),(226,13,'email_message_plain','','email_message_plain',''),(227,13,'from_name','','from_name',''),(228,13,'from_address','','from_address',''),(229,13,'email_format','html','email_format','html'),(230,13,'cc','','cc',''),(231,13,'bcc','','bcc',''),(232,13,'drawerDisabled','','drawerDisabled',''),(233,14,'objectType','Action','objectType','Action'),(234,14,'objectDomain','actions','objectDomain','actions'),(235,14,'editActive','','editActive',''),(236,14,'to','shivendra@whatthehell.co','to','shivendra@whatthehell.co'),(237,14,'reply_to','','reply_to',''),(238,14,'email_subject','Lead generation','email_subject','Lead generation'),(239,14,'email_message','<p>New Booking<br><br>Name: {field:name}</p><p>Phone No: {field:phone_1686656500826}</p><p>E-mail: {field:email_1686030896181}</p>','email_message','<p>New Booking<br><br>Name: {field:name}</p><p>Phone No: {field:phone_1686656500826}</p><p>E-mail: {field:email_1686030896181}</p>'),(240,14,'email_message_plain','','email_message_plain',''),(241,14,'from_name','','from_name',''),(242,14,'from_address','','from_address',''),(243,14,'email_format','html','email_format','html'),(244,14,'cc','','cc',''),(245,14,'bcc','','bcc',''),(246,14,'drawerDisabled','','drawerDisabled','');
/*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_actions`
--

DROP TABLE IF EXISTS `wp_nf3_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_actions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `type` longtext DEFAULT NULL,
  `active` tinyint(1) DEFAULT 1,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  `label` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_actions`
--

LOCK TABLES `wp_nf3_actions` WRITE;
/*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */;
INSERT INTO `wp_nf3_actions` VALUES (1,'','','save',1,1,'2023-05-29 12:58:01','2023-05-29 12:58:01','Record Submission'),(2,'','','email',1,1,'2023-05-29 12:58:01','2023-05-29 12:58:01','Email Confirmation'),(3,'','','email',0,1,'2023-05-29 12:58:01','2023-05-29 12:58:01','Email Notification'),(4,'','','successmessage',1,1,'2023-05-29 12:58:01','2023-05-29 12:58:01','Success Message'),(8,NULL,NULL,'redirect',1,1,'2023-06-06 05:55:23','2023-06-06 05:55:23','Redirect'),(13,NULL,NULL,'email',1,1,'2023-06-08 07:27:50','2023-06-08 07:27:50','Email - Admin'),(14,NULL,NULL,'email',1,1,'2023-06-22 09:47:07','2023-06-22 15:17:07','Email backend');
/*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_chunks`
--

DROP TABLE IF EXISTS `wp_nf3_chunks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_chunks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) DEFAULT NULL,
  `value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_chunks`
--

LOCK TABLES `wp_nf3_chunks` WRITE;
/*!40000 ALTER TABLE `wp_nf3_chunks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_chunks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_field_meta`
--

DROP TABLE IF EXISTS `wp_nf3_field_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_field_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=438 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_field_meta`
--

LOCK TABLES `wp_nf3_field_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_field_meta` VALUES (1,1,'label_pos','above','label_pos','above'),(2,1,'required','1','required','1'),(3,1,'order','1','order','1'),(4,1,'placeholder','','placeholder',''),(5,1,'default','','default',''),(6,1,'wrapper_class','','wrapper_class',''),(7,1,'element_class','','element_class',''),(8,1,'objectType','Field','objectType','Field'),(9,1,'objectDomain','fields','objectDomain','fields'),(10,1,'editActive','','editActive',''),(11,1,'container_class','','container_class',''),(12,1,'input_limit','','input_limit',''),(13,1,'input_limit_type','characters','input_limit_type','characters'),(14,1,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(15,1,'manual_key','','manual_key',''),(16,1,'disable_input','','disable_input',''),(17,1,'admin_label','','admin_label',''),(18,1,'help_text','','help_text',''),(19,1,'desc_text','','desc_text',''),(20,1,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(21,1,'mask','','mask',''),(22,1,'custom_mask','','custom_mask',''),(23,1,'wrap_styles_background-color','','wrap_styles_background-color',''),(24,1,'wrap_styles_border','','wrap_styles_border',''),(25,1,'wrap_styles_border-style','','wrap_styles_border-style',''),(26,1,'wrap_styles_border-color','','wrap_styles_border-color',''),(27,1,'wrap_styles_color','','wrap_styles_color',''),(28,1,'wrap_styles_height','','wrap_styles_height',''),(29,1,'wrap_styles_width','','wrap_styles_width',''),(30,1,'wrap_styles_font-size','','wrap_styles_font-size',''),(31,1,'wrap_styles_margin','','wrap_styles_margin',''),(32,1,'wrap_styles_padding','','wrap_styles_padding',''),(33,1,'wrap_styles_display','','wrap_styles_display',''),(34,1,'wrap_styles_float','','wrap_styles_float',''),(35,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(36,1,'wrap_styles_advanced','','wrap_styles_advanced',''),(37,1,'label_styles_background-color','','label_styles_background-color',''),(38,1,'label_styles_border','','label_styles_border',''),(39,1,'label_styles_border-style','','label_styles_border-style',''),(40,1,'label_styles_border-color','','label_styles_border-color',''),(41,1,'label_styles_color','','label_styles_color',''),(42,1,'label_styles_height','','label_styles_height',''),(43,1,'label_styles_width','','label_styles_width',''),(44,1,'label_styles_font-size','','label_styles_font-size',''),(45,1,'label_styles_margin','','label_styles_margin',''),(46,1,'label_styles_padding','','label_styles_padding',''),(47,1,'label_styles_display','','label_styles_display',''),(48,1,'label_styles_float','','label_styles_float',''),(49,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(50,1,'label_styles_advanced','','label_styles_advanced',''),(51,1,'element_styles_background-color','','element_styles_background-color',''),(52,1,'element_styles_border','','element_styles_border',''),(53,1,'element_styles_border-style','','element_styles_border-style',''),(54,1,'element_styles_border-color','','element_styles_border-color',''),(55,1,'element_styles_color','','element_styles_color',''),(56,1,'element_styles_height','','element_styles_height',''),(57,1,'element_styles_width','','element_styles_width',''),(58,1,'element_styles_font-size','','element_styles_font-size',''),(59,1,'element_styles_margin','','element_styles_margin',''),(60,1,'element_styles_padding','','element_styles_padding',''),(61,1,'element_styles_display','','element_styles_display',''),(62,1,'element_styles_float','','element_styles_float',''),(63,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(64,1,'element_styles_advanced','','element_styles_advanced',''),(65,1,'cellcid','c3277','cellcid','c3277'),(189,4,'processing_label','Processing','processing_label','Processing'),(190,4,'order','6','order','6'),(191,4,'objectType','Field','objectType','Field'),(192,4,'objectDomain','fields','objectDomain','fields'),(193,4,'editActive','','editActive',''),(194,4,'container_class','','container_class',''),(195,4,'element_class','','element_class',''),(196,4,'wrap_styles_background-color','','wrap_styles_background-color',''),(197,4,'wrap_styles_border','','wrap_styles_border',''),(198,4,'wrap_styles_border-style','','wrap_styles_border-style',''),(199,4,'wrap_styles_border-color','','wrap_styles_border-color',''),(200,4,'wrap_styles_color','','wrap_styles_color',''),(201,4,'wrap_styles_height','','wrap_styles_height',''),(202,4,'wrap_styles_width','','wrap_styles_width',''),(203,4,'wrap_styles_font-size','','wrap_styles_font-size',''),(204,4,'wrap_styles_margin','','wrap_styles_margin',''),(205,4,'wrap_styles_padding','','wrap_styles_padding',''),(206,4,'wrap_styles_display','','wrap_styles_display',''),(207,4,'wrap_styles_float','','wrap_styles_float',''),(208,4,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(209,4,'wrap_styles_advanced','','wrap_styles_advanced',''),(210,4,'label_styles_background-color','','label_styles_background-color',''),(211,4,'label_styles_border','','label_styles_border',''),(212,4,'label_styles_border-style','','label_styles_border-style',''),(213,4,'label_styles_border-color','','label_styles_border-color',''),(214,4,'label_styles_color','','label_styles_color',''),(215,4,'label_styles_height','','label_styles_height',''),(216,4,'label_styles_width','','label_styles_width',''),(217,4,'label_styles_font-size','','label_styles_font-size',''),(218,4,'label_styles_margin','','label_styles_margin',''),(219,4,'label_styles_padding','','label_styles_padding',''),(220,4,'label_styles_display','','label_styles_display',''),(221,4,'label_styles_float','','label_styles_float',''),(222,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(223,4,'label_styles_advanced','','label_styles_advanced',''),(224,4,'element_styles_background-color','','element_styles_background-color',''),(225,4,'element_styles_border','','element_styles_border',''),(226,4,'element_styles_border-style','','element_styles_border-style',''),(227,4,'element_styles_border-color','','element_styles_border-color',''),(228,4,'element_styles_color','','element_styles_color',''),(229,4,'element_styles_height','','element_styles_height',''),(230,4,'element_styles_width','','element_styles_width',''),(231,4,'element_styles_font-size','','element_styles_font-size',''),(232,4,'element_styles_margin','','element_styles_margin',''),(233,4,'element_styles_padding','','element_styles_padding',''),(234,4,'element_styles_display','','element_styles_display',''),(235,4,'element_styles_float','','element_styles_float',''),(236,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(237,4,'element_styles_advanced','','element_styles_advanced',''),(238,4,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(239,4,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(240,4,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(241,4,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(242,4,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(243,4,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(244,4,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(245,4,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(246,4,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(247,4,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(248,4,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(249,4,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(250,4,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(251,4,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(252,4,'cellcid','c3287','cellcid','c3287'),(329,1,'idAttribute','id','idAttribute','id'),(330,1,'label','Name','label','Name'),(331,1,'key','name','key','name'),(332,1,'type','textbox','type','textbox'),(333,1,'created_at','2023-05-29 12:58:00','created_at','2023-05-29 12:58:00'),(334,1,'custom_name_attribute','','custom_name_attribute',''),(335,1,'personally_identifiable','','personally_identifiable',''),(336,1,'value','','value',''),(365,4,'idAttribute','id','idAttribute','id'),(366,4,'label','Book Now','label','Book Now'),(367,4,'key','book_now_1685366723677','key','book_now_1685366723677'),(368,4,'type','submit','type','submit'),(369,4,'created_at','2023-05-29 12:58:00','created_at','2023-05-29 12:58:00'),(370,4,'drawerDisabled','','drawerDisabled',''),(371,10,'editActive','','editActive',''),(372,10,'order','2','order','2'),(373,10,'idAttribute','id','idAttribute','id'),(374,10,'label','Phone','label','Phone'),(375,10,'type','phone','type','phone'),(376,10,'key','phone_1686656500826','key','phone_1686656500826'),(377,10,'label_pos','default','label_pos','default'),(378,10,'required','1','required','1'),(379,10,'default','','default',''),(380,10,'placeholder','','placeholder',''),(381,10,'container_class','','container_class',''),(382,10,'element_class','','element_class',''),(383,10,'input_limit','','input_limit',''),(384,10,'input_limit_type','characters','input_limit_type','characters'),(385,10,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(386,10,'manual_key','','manual_key',''),(387,10,'admin_label','','admin_label',''),(388,10,'help_text','','help_text',''),(389,10,'mask','(999) 999-9999','mask','(999) 999-9999'),(390,10,'custom_mask','','custom_mask',''),(391,10,'custom_name_attribute','phone','custom_name_attribute','phone'),(392,10,'personally_identifiable','1','personally_identifiable','1'),(393,10,'value','','value',''),(394,10,'drawerDisabled','','drawerDisabled',''),(395,11,'editActive','','editActive',''),(396,11,'order','3','order','3'),(397,11,'idAttribute','id','idAttribute','id'),(398,11,'label','Email','label','Email'),(399,11,'type','email','type','email'),(400,11,'key','email_1686030896181','key','email_1686030896181'),(401,11,'label_pos','default','label_pos','default'),(402,11,'required','','required',''),(403,11,'default','','default',''),(404,11,'placeholder','','placeholder',''),(405,11,'container_class','','container_class',''),(406,11,'element_class','','element_class',''),(407,11,'admin_label','','admin_label',''),(408,11,'help_text','','help_text',''),(409,11,'custom_name_attribute','email','custom_name_attribute','email'),(410,11,'personally_identifiable','1','personally_identifiable','1'),(411,11,'value','','value',''),(436,11,'drawerDisabled','','drawerDisabled',''),(437,10,'desc_text','','desc_text','');
/*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_fields`
--

DROP TABLE IF EXISTS `wp_nf3_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `type` longtext DEFAULT NULL,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  `field_label` longtext DEFAULT NULL,
  `field_key` longtext DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `required` bit(1) DEFAULT NULL,
  `default_value` longtext DEFAULT NULL,
  `label_pos` varchar(15) DEFAULT NULL,
  `personally_identifiable` bit(1) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_fields`
--

LOCK TABLES `wp_nf3_fields` WRITE;
/*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */;
INSERT INTO `wp_nf3_fields` VALUES (1,'Name','name','textbox',1,'2023-05-29 13:25:26','2023-05-29 12:58:00','Name','name',1,'','','above','\0'),(4,'Book Now','book_now_1685366723677','submit',1,'2023-06-06 05:55:23','2023-05-29 12:58:00','Book Now','book_now_1685366723677',6,'\0','','','\0'),(10,'Phone','phone_1686656500826','phone',1,'2023-06-13 11:50:37',NULL,'Phone','phone_1686656500826',2,'','','default',''),(11,'Email','email_1686030896181','email',1,'2023-06-06 05:55:23',NULL,'Email','email_1686030896181',3,'\0','','default','');
/*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_form_meta`
--

DROP TABLE IF EXISTS `wp_nf3_form_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_form_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_form_meta`
--

LOCK TABLES `wp_nf3_form_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_form_meta` VALUES (1,1,'key','','key',''),(2,1,'created_at','2023-05-29 12:57:59','created_at','2023-05-29 12:57:59'),(3,1,'default_label_pos','above','default_label_pos','above'),(4,1,'conditions','a:0:{}','conditions','a:0:{}'),(5,1,'objectType','Form Setting','objectType','Form Setting'),(6,1,'editActive','1','editActive','1'),(7,1,'show_title','0','show_title','0'),(8,1,'clear_complete','1','clear_complete','1'),(9,1,'hide_complete','1','hide_complete','1'),(10,1,'wrapper_class','','wrapper_class',''),(11,1,'element_class','','element_class',''),(12,1,'add_submit','1','add_submit','1'),(13,1,'logged_in','','logged_in',''),(14,1,'not_logged_in_msg','','not_logged_in_msg',''),(15,1,'sub_limit_number','','sub_limit_number',''),(16,1,'sub_limit_msg','','sub_limit_msg',''),(17,1,'calculations','a:0:{}','calculations','a:0:{}'),(18,1,'formContentData','a:4:{i:0;s:4:\"name\";i:1;s:19:\"phone_1686656500826\";i:2;s:19:\"email_1686030896181\";i:3;s:22:\"book_now_1685366723677\";}','formContentData','a:4:{i:0;s:4:\"name\";i:1;s:19:\"phone_1686656500826\";i:2;s:19:\"email_1686030896181\";i:3;s:22:\"book_now_1685366723677\";}'),(19,1,'container_styles_background-color','','container_styles_background-color',''),(20,1,'container_styles_border','','container_styles_border',''),(21,1,'container_styles_border-style','','container_styles_border-style',''),(22,1,'container_styles_border-color','','container_styles_border-color',''),(23,1,'container_styles_color','','container_styles_color',''),(24,1,'container_styles_height','','container_styles_height',''),(25,1,'container_styles_width','','container_styles_width',''),(26,1,'container_styles_font-size','','container_styles_font-size',''),(27,1,'container_styles_margin','','container_styles_margin',''),(28,1,'container_styles_padding','','container_styles_padding',''),(29,1,'container_styles_display','','container_styles_display',''),(30,1,'container_styles_float','','container_styles_float',''),(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(32,1,'container_styles_advanced','','container_styles_advanced',''),(33,1,'title_styles_background-color','','title_styles_background-color',''),(34,1,'title_styles_border','','title_styles_border',''),(35,1,'title_styles_border-style','','title_styles_border-style',''),(36,1,'title_styles_border-color','','title_styles_border-color',''),(37,1,'title_styles_color','','title_styles_color',''),(38,1,'title_styles_height','','title_styles_height',''),(39,1,'title_styles_width','','title_styles_width',''),(40,1,'title_styles_font-size','','title_styles_font-size',''),(41,1,'title_styles_margin','','title_styles_margin',''),(42,1,'title_styles_padding','','title_styles_padding',''),(43,1,'title_styles_display','','title_styles_display',''),(44,1,'title_styles_float','','title_styles_float',''),(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(46,1,'title_styles_advanced','','title_styles_advanced',''),(47,1,'row_styles_background-color','','row_styles_background-color',''),(48,1,'row_styles_border','','row_styles_border',''),(49,1,'row_styles_border-style','','row_styles_border-style',''),(50,1,'row_styles_border-color','','row_styles_border-color',''),(51,1,'row_styles_color','','row_styles_color',''),(52,1,'row_styles_height','','row_styles_height',''),(53,1,'row_styles_width','','row_styles_width',''),(54,1,'row_styles_font-size','','row_styles_font-size',''),(55,1,'row_styles_margin','','row_styles_margin',''),(56,1,'row_styles_padding','','row_styles_padding',''),(57,1,'row_styles_display','','row_styles_display',''),(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(59,1,'row_styles_advanced','','row_styles_advanced',''),(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(61,1,'row-odd_styles_border','','row-odd_styles_border',''),(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(64,1,'row-odd_styles_color','','row-odd_styles_color',''),(65,1,'row-odd_styles_height','','row-odd_styles_height',''),(66,1,'row-odd_styles_width','','row-odd_styles_width',''),(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(70,1,'row-odd_styles_display','','row-odd_styles_display',''),(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(74,1,'success-msg_styles_border','','success-msg_styles_border',''),(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(77,1,'success-msg_styles_color','','success-msg_styles_color',''),(78,1,'success-msg_styles_height','','success-msg_styles_height',''),(79,1,'success-msg_styles_width','','success-msg_styles_width',''),(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(83,1,'success-msg_styles_display','','success-msg_styles_display',''),(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(87,1,'error_msg_styles_border','','error_msg_styles_border',''),(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(90,1,'error_msg_styles_color','','error_msg_styles_color',''),(91,1,'error_msg_styles_height','','error_msg_styles_height',''),(92,1,'error_msg_styles_width','','error_msg_styles_width',''),(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(96,1,'error_msg_styles_display','','error_msg_styles_display',''),(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(130,1,'allow_public_link','0','allow_public_link','0'),(131,1,'embed_form','','embed_form',''),(132,1,'form_title_heading_level','3','form_title_heading_level','3'),(133,1,'currency','','currency',''),(134,1,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(135,1,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(136,1,'changeDateErrorMsg','','changeDateErrorMsg',''),(137,1,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(138,1,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(139,1,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(140,1,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(141,1,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(142,1,'validateRequiredField','','validateRequiredField',''),(143,1,'honeypotHoneypotError','','honeypotHoneypotError',''),(144,1,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(145,1,'drawerDisabled','','drawerDisabled',''),(146,1,'_seq_num','753','_seq_num','753');
/*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_forms`
--

DROP TABLE IF EXISTS `wp_nf3_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `key` longtext DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  `views` int(11) DEFAULT NULL,
  `subs` int(11) DEFAULT NULL,
  `form_title` longtext DEFAULT NULL,
  `default_label_pos` varchar(15) DEFAULT NULL,
  `show_title` bit(1) DEFAULT NULL,
  `clear_complete` bit(1) DEFAULT NULL,
  `hide_complete` bit(1) DEFAULT NULL,
  `logged_in` bit(1) DEFAULT NULL,
  `seq_num` int(11) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_forms`
--

LOCK TABLES `wp_nf3_forms` WRITE;
/*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */;
INSERT INTO `wp_nf3_forms` VALUES (1,'Lead Generation',NULL,'2023-12-16 03:32:28','2023-05-29 12:57:59',NULL,NULL,'Lead Generation','above','\0','','','\0',753);
/*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_object_meta`
--

DROP TABLE IF EXISTS `wp_nf3_object_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_object_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext DEFAULT NULL,
  `meta_key` longtext DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_object_meta`
--

LOCK TABLES `wp_nf3_object_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_object_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_object_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_objects`
--

DROP TABLE IF EXISTS `wp_nf3_objects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_objects` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` longtext DEFAULT NULL,
  `title` longtext DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  `object_title` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_objects`
--

LOCK TABLES `wp_nf3_objects` WRITE;
/*!40000 ALTER TABLE `wp_nf3_objects` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_objects` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_relationships`
--

DROP TABLE IF EXISTS `wp_nf3_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_relationships` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `child_id` int(11) NOT NULL,
  `child_type` longtext NOT NULL,
  `parent_id` int(11) NOT NULL,
  `parent_type` longtext NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_relationships`
--

LOCK TABLES `wp_nf3_relationships` WRITE;
/*!40000 ALTER TABLE `wp_nf3_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_upgrades`
--

DROP TABLE IF EXISTS `wp_nf3_upgrades`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_upgrades` (
  `id` int(11) NOT NULL,
  `cache` longtext DEFAULT NULL,
  `stage` int(11) NOT NULL DEFAULT 0,
  `maintenance` bit(1) DEFAULT b'0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_upgrades`
--

LOCK TABLES `wp_nf3_upgrades` WRITE;
/*!40000 ALTER TABLE `wp_nf3_upgrades` DISABLE KEYS */;
INSERT INTO `wp_nf3_upgrades` VALUES (1,'a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:73:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2023-05-29 12:58:00\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:27:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:5:\"Phone\";s:4:\"type\";s:5:\"phone\";s:3:\"key\";s:19:\"phone_1686656500826\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:14:\"(999) 999-9999\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"phone\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;s:9:\"desc_text\";s:0:\"\";}s:2:\"id\";s:2:\"10\";}i:2;a:2:{s:8:\"settings\";a:20:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:5:\"Email\";s:4:\"type\";s:5:\"email\";s:3:\"key\";s:19:\"email_1686030896181\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";s:2:\"11\";}i:3;a:2:{s:8:\"settings\";a:70:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:6;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:8:\"Book Now\";s:3:\"key\";s:22:\"book_now_1685366723677\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2023-05-29 12:58:00\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:4;}}s:7:\"actions\";a:7:{i:0;a:2:{s:8:\"settings\";a:31:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2023-05-29 12:58:01\";s:5:\"label\";s:17:\"Record Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2023-05-29 12:58:01\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:27:\"{field:email_1686030896181}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Appointment Confirmation\";s:13:\"email_message\";s:391:\"<p>Hi {field:name},<br><br>Your appointment has been successfully booked.</p><ol><li>Name:&nbsp;{field:name}</li><li>Phone Number: {field:phone_1686656500826}</li><li>E-mail: {field:email_1686030896181}</li></ol><p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: +91 - 9641-919191</p><p>Regards,</p><p>Sharp Sight</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"0\";s:10:\"created_at\";s:19:\"2023-05-29 12:58:01\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:32:\"<p></p><p>-{field:name} (  )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2023-05-29 12:58:01\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:76:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to .</p>\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:4;}i:4;a:2:{s:8:\"settings\";a:18:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2023-06-08 07:27:50\";s:5:\"label\";s:13:\"Email - Admin\";s:2:\"to\";s:21:\"digital@sharpsight.in\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:24:\"Sharp Sight Landing Page\";s:13:\"email_message\";s:130:\"<p>New Booking<br><br>Name: {field:name}</p><p>Phone No: {field:phone_1686656500826}</p><p>E-mail: {field:email_1686030896181}</p>\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:13;}i:5;a:2:{s:8:\"settings\";a:20:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:8:\"redirect\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2023-06-06 05:55:23\";s:5:\"label\";s:8:\"Redirect\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:12:\"redirect_url\";s:37:\"https://lead.sharpsight.in/thank-you/\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:8;}i:6;a:2:{s:8:\"settings\";a:17:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:4:\"type\";s:5:\"email\";s:5:\"label\";s:13:\"Email backend\";s:6:\"active\";i:1;s:2:\"to\";s:24:\"shivendra@whatthehell.co\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:15:\"Lead generation\";s:13:\"email_message\";s:130:\"<p>New Booking<br><br>Name: {field:name}</p><p>Phone No: {field:phone_1686656500826}</p><p>E-mail: {field:email_1686030896181}</p>\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:14;}}s:8:\"settings\";a:115:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:15:\"Lead Generation\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2023-05-29 12:57:59\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";i:0;s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:19:\"phone_1686656500826\";i:2;s:19:\"email_1686030896181\";i:3;s:22:\"book_now_1685366723677\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:24:\"form_title_heading_level\";s:1:\"3\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,'\0');
/*!40000 ALTER TABLE `wp_nf3_upgrades` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=4255 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://lead.sharpsight.in','yes'),(2,'home','https://lead.sharpsight.in','yes'),(3,'blogname','Sharp Sight','yes'),(4,'blogdescription','The Best Eye Hospital','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','sharp.sight011@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:192:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:34:\"wpcode/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpcode/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wpcode/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpcode/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"wpcode/([^/]+)/embed/?$\";s:39:\"index.php?wpcode=$matches[1]&embed=true\";s:27:\"wpcode/([^/]+)/trackback/?$\";s:33:\"index.php?wpcode=$matches[1]&tb=1\";s:35:\"wpcode/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&paged=$matches[2]\";s:42:\"wpcode/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&cpage=$matches[2]\";s:31:\"wpcode/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?wpcode=$matches[1]&page=$matches[2]\";s:23:\"wpcode/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"wpcode/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"wpcode/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"wpcode/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"wpcode_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_type&term=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_type&term=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_type/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=wpcode_type&term=$matches[1]&embed=true\";s:40:\"wpcode_type/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=wpcode_type&term=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_type/([^/]+)/?$\";s:47:\"index.php?taxonomy=wpcode_type&term=$matches[1]\";s:56:\"wpcode_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=wpcode_location&term=$matches[1]&feed=$matches[2]\";s:51:\"wpcode_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=wpcode_location&term=$matches[1]&feed=$matches[2]\";s:32:\"wpcode_location/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=wpcode_location&term=$matches[1]&embed=true\";s:44:\"wpcode_location/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=wpcode_location&term=$matches[1]&paged=$matches[2]\";s:26:\"wpcode_location/([^/]+)/?$\";s:51:\"index.php?taxonomy=wpcode_location&term=$matches[1]\";s:52:\"wpcode_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&feed=$matches[2]\";s:47:\"wpcode_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_tags/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&embed=true\";s:40:\"wpcode_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_tags/([^/]+)/?$\";s:47:\"index.php?taxonomy=wpcode_tags&term=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=48&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:10:{i:0;s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:37:\"elementskit-lite/elementskit-lite.php\";i:4;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:5;s:35:\"insert-headers-and-footers/ihaf.php\";i:7;s:27:\"ninja-forms/ninja-forms.php\";i:8;s:43:\"template-kit-import/template-kit-import.php\";i:9;s:24:\"wordpress-seo/wp-seo.php\";i:10;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','5.5','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:4:{i:0;s:88:\"/storage/v11800/testsharplanding/public_html/wp-content/themes/hello-elementor/style.css\";i:1;s:88:\"/storage/v11800/testsharplanding/public_html/wp-content/themes/hello-elementor/index.php\";i:2;s:89:\"/storage/v11800/testsharplanding/public_html/wp-content/themes/hello-elementor/header.php\";i:4;s:0:\"\";}','no'),(40,'template','hello-elementor','yes'),(41,'stylesheet','hello-elementor','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','56657','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:3:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','48','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','389','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1702791921','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','53496','yes'),(100,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:72:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:27:\"fluentform_dashboard_access\";b:1;s:24:\"fluentform_forms_manager\";b:1;s:25:\"fluentform_entries_viewer\";b:1;s:25:\"fluentform_manage_entries\";b:1;s:24:\"fluentform_view_payments\";b:1;s:26:\"fluentform_manage_payments\";b:1;s:27:\"fluentform_settings_manager\";b:1;s:22:\"fluentform_full_access\";b:1;s:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'user_count','1','no'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:21:{i:1685288599;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1685288600;a:4:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1685288621;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1685288623;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1685288681;a:1:{s:28:\"wp_update_comment_type_batch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1685290842;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1685365081;a:1:{s:24:\"wp_nf_update_fields_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:33:\"wp_nf_update_fields_cron_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1685365082;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1685365084;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1685365163;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}i:1685374999;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1685375022;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1686143007;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1686722421;a:1:{s:33:\"wpcode_admin_notifications_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1686736679;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1686737215;a:1:{s:30:\"wpseo_start_cleanup_indexables\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1686740281;a:1:{s:27:\"wpseo_indexable_index_batch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:15:\"fifteen_minutes\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1687392212;a:1:{s:26:\"wpcode_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1691526236;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1696900856;a:1:{s:34:\"elementor_1_elementor_updater_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:43:\"elementor_1_elementor_updater_cron_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}s:7:\"version\";i:2;}','yes'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'_transient_doing_cron','1719263037.4264509677886962890625','yes'),(128,'ai1wm_secret_key','zPngFhkveSjV','yes'),(129,'wp_cli_login','{\"endpoint\":\"69d40ea6\",\"version\":\"^1.2\"}','yes'),(133,'ai1wmue_plugin_key','1bebc005-bc23-4932-8b3f-1b4b72ee066a','yes'),(151,'_site_transient_ai1wm_last_check_for_updates','1697729235','no'),(152,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-unlimited-extension\";a:13:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.54\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:201:\"<ul class=\"description\"><li>Remove upload limits</li><li>Use on any number of websites that you own</li><li>Restore backup from server</li><li>WP CLI commands included</li><li>Premium support</li></ul>\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:509;s:10:\"downloaded\";i:50188;}}','yes'),(153,'recently_activated','a:1:{s:17:\"leadin/leadin.php\";i:1687848762;}','yes'),(160,'elementor_active_kit','77','yes'),(161,'elementor_font_display','swap','yes'),(164,'elementor_version','3.16.4','yes'),(165,'elementor_install_history','a:4:{s:6:\"3.13.4\";i:1685290845;s:6:\"3.15.2\";i:1691642821;s:6:\"3.16.3\";i:1695110249;s:6:\"3.16.4\";i:1696685513;}','yes'),(166,'elementor_events_db_version','1.0.0','no'),(167,'elementor_onboarded','1','yes'),(168,'_elementor_installed_time','1685290876','yes'),(169,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:19:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:19:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:19:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:19:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:19:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:19:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:19:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:19:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:19:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:19:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:19:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:19:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:19:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:19:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:19:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:19:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:19:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:19:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:19:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:19:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:19:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:19:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:19:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:19:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:19:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:19:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:19:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:19:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:19:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:19:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:19:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:19:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:19:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:19:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:19:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:19:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:19:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:19:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:19:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:19:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:19:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:19:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:19:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:19:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:19:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:19:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:19:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:19:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:19:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:19:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:19:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:19:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:19:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:19:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:19:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:19:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:19:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:19:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:19:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:19:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:19:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:19:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:19:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:19:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:19:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:19:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:19:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:19:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:19:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:19:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:19:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:19:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:19:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:19:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:19:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:19:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:19:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:19:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:19:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:19:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:19:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:19:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:19:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:19:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:19:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:19:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:19:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:19:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:19:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:19:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:19:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:19:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:19:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:19:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:19:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:19:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:19:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:19:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:19:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:19:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:19:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:19:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:19:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:19:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:19:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:19:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:19:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:19:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:19:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:19:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:19:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:19:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:19:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:19:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:19:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:19:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:19:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:19:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:19:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:19:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:19:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:19:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:19:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:19:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:19:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:19:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:19:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:19:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:19:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:19:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:19:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:19:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:19:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:19:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:19:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:19:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:19:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:19:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:19:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:19:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:19:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:19:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:19:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:19:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:19:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:19:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:19:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:19:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:19:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:19:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:19:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:19:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:19:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:19:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:19:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:19:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:19:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:19:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:19:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:19:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:19:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:19:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:19:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:19:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:19:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:19:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:19:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:19:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:19:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:19:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:19:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:19:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:19:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:19:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:19:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:19:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:19:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:19:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:19:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:19:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:19:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:19:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:19:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:19:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:19:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:19:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:19:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:19:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:19:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:19:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:19:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:19:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:19:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:19:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:19:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:19:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:19:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:19:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:19:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:19:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:19:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:19:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:19:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:19:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:19:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:19:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:19:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:19:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:19:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:19:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:19:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:19:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:19:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:19:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:19:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:19:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:19:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:19:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:19:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:19:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:19:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:19:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:19:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:19:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:19:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:19:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:19:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:19:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:19:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:19:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:19:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:19:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:19:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:19:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:19:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:19:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:19:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:19:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:19:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:19:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:19:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:19:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:19:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:19:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:19:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:19:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:19:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:19:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:19:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:19:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:19:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:19:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:19:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:19:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:19:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:19:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:19:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:19:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:19:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:19:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:19:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:19:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:19:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:19:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:19:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:19:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:19:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:19:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:19:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:19:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:19:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:19:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:19:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:19:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:19:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:19:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:19:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:19:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:19:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:19:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:19:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:19:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:19:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:19:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:19:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:19:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:19:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:19:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:19:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:19:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:19:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:19:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:19:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:19:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:19:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:19:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:19:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:19:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:19:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:19:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:19:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:19:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:19:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:19:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:19:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:19:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:19:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:19:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:19:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:19:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:19:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:19:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:19:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:19:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:19:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:19:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:19:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:19:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:19:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:19:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:19:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:19:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:19:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:19:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:19:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:19:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:19:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:19:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:19:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:19:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:19:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:19:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:19:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:19:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:19:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:19:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:19:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:19:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:19:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:19:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:19:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:19:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:19:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:19:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:19:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:19:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:19:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:19:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:19:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:19:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:19:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:19:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:19:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:19:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:19:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:19:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:19:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:19:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:19:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:19:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:19:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:19:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:19:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:19:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:19:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:19:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:19:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:19:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:19:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:19:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:19:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:19:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:19:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:19:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:19:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:19:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:19:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:19:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:19:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:19:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:19:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:19:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:19:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:19:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:19:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:19:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:19:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:19:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:19:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:19:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:19:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:19:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:19:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:19:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:19:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:19:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:19:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:19:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:19:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:19:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:19:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:19:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:19:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:19:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:19:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:19:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:19:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:19:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:19:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:19:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:19:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:19:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:19:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:19:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:19:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:19:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:19:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:19:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:19:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:19:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:19:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:19:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:19:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:19:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:19:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:19:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:19:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:19:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:19:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:19:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:19:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:19:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:19:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:19:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:19:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:19:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:19:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:19:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:19:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:19:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:19:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:19:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:19:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:19:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:19:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:19:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:19:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:19:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:19:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:19:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:19:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:19:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:19:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:19:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:19:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:19:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:19:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:19:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:19:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:19:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:19:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:19:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:19:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:19:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:19:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:19:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:19:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:19:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:19:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:19:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:19:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:19:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:19:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:19:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:19:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:19:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:19:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:19:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:19:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:19:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:19:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:19:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:19:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:19:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:19:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:19:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:19:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:19:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:19:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:19:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:19:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:19:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:19:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:19:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:19:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:19:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:19:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:19:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:19:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:19:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:19:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:19:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:19:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:19:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:19:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:19:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:19:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:19:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:19:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:19:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:19:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:19:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:19:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:19:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:19:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:19:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:19:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:19:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:19:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:19:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:19:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:19:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:19:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:19:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:19:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:19:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:19:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:19:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:19:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:19:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:19:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:19:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:19:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:19:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:19:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:19:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:19:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:19:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:19:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:19:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:19:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:19:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:19:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:19:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:19:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:19:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:19:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:19:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:19:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:19:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:19:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:19:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:19:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:19:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:19:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:19:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:19:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:19:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:19:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:19:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:19:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:19:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:19:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:19:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:19:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:19:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:19:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:19:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:19:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:19:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:19:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:19:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:19:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:19:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:19:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:19:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:19:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:19:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:19:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:19:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:19:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:19:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:19:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:19:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:19:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:19:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:19:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:19:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:19:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:19:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:19:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:19:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:19:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:19:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:19:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:19:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:19:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:19:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:19:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:19:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:19:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:19:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:19:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:19:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:19:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:19:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:19:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:19:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:19:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:19:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:19:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:19:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:19:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:19:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:19:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:19:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:19:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:19:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:19:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:19:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:19:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:19:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:19:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:19:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:19:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:19:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:19:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:19:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:19:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:19:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:19:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:19:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:19:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:19:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:19:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:19:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:19:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:19:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:19:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:19:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:19:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:19:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:19:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:19:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:19:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:19:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:19:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:19:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:19:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:19:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:19:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:19:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:19:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:19:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:19:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:19:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:19:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:19:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:19:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:19:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:19:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:19:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:19:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:19:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:19:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:19:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:19:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:19:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:19:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:19:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:19:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:19:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:19:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:19:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:19:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:19:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:19:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:19:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:19:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:19:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:19:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:19:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:19:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:19:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:19:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:19:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:19:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:19:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:19:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:19:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:19:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:19:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:19:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:19:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:19:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:19:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:19:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:19:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:19:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:19:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:19:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:19:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:19:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:19:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:19:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:19:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:19:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:19:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:19:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:19:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:19:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:19:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:19:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:19:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:19:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:19:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:19:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:19:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:19:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:19:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:19:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:19:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:19:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:19:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:19:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:19:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:19:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:19:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:19:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:19:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:19:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:19:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:19:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:19:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:19:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:19:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:19:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:19:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:19:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:19:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:19:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:19:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:19:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:19:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:19:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:19:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:19:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:19:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:19:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:19:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:19:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:19:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:19:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:19:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:19:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:19:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:19:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:19:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:19:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:19:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:19:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:19:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:19:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:19:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:19:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:19:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:19:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:19:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:19:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:19:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:19:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:19:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:19:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:19:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:19:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:19:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:19:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:19:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:19:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:19:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:19:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:19:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:19:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:19:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:19:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:19:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:19:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:19:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:19:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:19:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:19:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:19:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:19:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:19:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:19:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:19:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:19:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:19:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:19:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:19:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:19:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:19:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:19:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:19:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:19:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:19:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:19:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:19:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:19:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:19:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:19:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:19:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:19:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:19:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:19:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:19:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:19:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:19:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:19:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:19:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:19:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:19:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:19:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(170,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:75:\"Redefining the Web Creation Experience: Elementor Unveils AI for Containers\";s:7:\"excerpt\";s:296:\"Elementor has always been a pioneer in the WordPress ecosystem, and now, we\'re taking a monumental leap into the future with the release of our advanced AI editor capability for containers. We are thrilled to introduce a groundbreaking AI capability that will reshape the way you create websites.\";s:7:\"created\";i:1702548879;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:160:\"https://elementor.com/blog/new-web-creation-experience-with-elementor-ai-for-containers/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:21:\"New in Elementor 3.18\";s:7:\"excerpt\";s:77:\"Element Manager, Taxonomy Filters with Multi-Selection Capabilities, and More\";s:7:\"created\";i:1702304459;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:161:\"https://elementor.com/blog/elementor-318-element-manager-multi-selection-taxonomy-filter/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:86:\"New in Elementor 3.17 - Enhance Visitor Experience With AJAX, Faster Websites and More\";s:7:\"excerpt\";s:173:\"Elementor 3.17 introduces AJAX Loading for Loop Grids, improves image loading speed, adds the ability to access past prompts and content generated by Elementor AI, and more.\";s:7:\"created\";i:1698835967;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:150:\"https://elementor.com/blog/elementor-317-loop-grid-ajax-loading-rating-widget/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(173,'hfe_plugin_is_activated','yes','yes'),(174,'_hfe_db_version','1.6.23','yes'),(175,'bsf_analytics_installed_time','1685290907','no'),(176,'elementor_log','a:23:{s:32:\"216bb8f7ebb2810780af4cac9ce1d9d6\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:4:\"2932\";s:7:\"\0*\0file\";s:112:\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/js/new-template.min.js?ver=3.13.4\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2023-05-28 16:22:51\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:51:\"elementor_new_template_form_controls is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:9;s:14:\"\0*\0times_dates\";a:9:{i:0;s:19:\"2023-05-28 16:22:51\";i:1;s:19:\"2023-05-28 16:40:31\";i:2;s:19:\"2023-05-28 16:41:28\";i:3;s:19:\"2023-05-28 16:54:00\";i:4;s:19:\"2023-05-28 16:54:39\";i:5;s:19:\"2023-05-28 16:55:50\";i:6;s:19:\"2023-05-28 16:56:21\";i:7;s:19:\"2023-05-28 16:59:02\";i:8;s:19:\"2023-05-28 17:03:55\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1685290971\";s:7:\"message\";s:51:\"elementor_new_template_form_controls is not defined\";s:3:\"url\";s:112:\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/js/new-template.min.js?ver=3.13.4\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"2932\";}}s:32:\"2cc3fadf832176ee6086ee0cb2692535\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:109:\"/storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:7:\"\0*\0line\";i:175;s:7:\"\0*\0date\";s:19:\"2023-05-28 16:23:11\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:21:\"Undefined index: data\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-05-28 16:23:11\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:21:\"Undefined index: data\";s:4:\"file\";s:109:\"/storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/core/common/modules/ajax/module.php\";s:4:\"line\";i:175;s:5:\"trace\";b:1;}}s:32:\"ead4b1de00952c7208169053d0c1d515\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:117:\"/storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:7:\"\0*\0line\";i:1426;s:7:\"\0*\0date\";s:19:\"2023-05-28 16:23:19\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:24:\"Undefined index: content\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2023-05-28 16:23:19\";i:1;s:19:\"2023-05-28 16:41:16\";i:2;s:19:\"2023-05-28 16:55:44\";i:3;s:19:\"2023-05-28 16:58:56\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:24:\"Undefined index: content\";s:4:\"file\";s:117:\"/storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php\";s:4:\"line\";i:1426;s:5:\"trace\";b:1;}}s:32:\"780d24dc506bdce3ada8389b622f6a11\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:7:\"1097282\";s:7:\"\0*\0file\";s:106:\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.13.4\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2023-05-30 10:24:17\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:74:\"Cannot read properties of null (reading &#039;getBoundingClientRect&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-05-30 10:24:17\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1685442257\";s:7:\"message\";s:64:\"Cannot read properties of null (reading \'getBoundingClientRect\')\";s:3:\"url\";s:106:\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.13.4\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:7:\"1097282\";}}s:32:\"8bb1f94c815b29abdcb10639840cf76e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-06-20 12:22:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.13.4\";s:2:\"to\";s:6:\"3.14.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-06-20 12:22:59\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.13.4\";s:2:\"to\";s:6:\"3.14.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4da47b32f7b8ab4507adfdd7f37b2697\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-10 10:17:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-10 10:17:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"de7816c25b7e269547200c0eacd39af9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-10 10:17:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-10 10:17:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"c67b913efdc8ae8f6864720ed03cb537\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-10 10:17:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-10 10:17:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"62cbf8f8bb368b63d73aadfee4474fc5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-10 10:17:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.13.4\";s:2:\"to\";s:6:\"3.15.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-10 10:17:00\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.13.4\";s:2:\"to\";s:6:\"3.15.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c3f3973b1ee18ce7442107b7f7a87eea\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-08-21 01:56:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.2\";s:2:\"to\";s:6:\"3.15.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-08-21 01:56:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.2\";s:2:\"to\";s:6:\"3.15.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"bccfbfc60f7c5372123c4a90d615fe50\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-19 13:27:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-19 13:27:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"05b148754e5f31efccc78c53e5b5ec09\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-19 13:27:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-19 13:27:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"1f1c5e5c2e5c36d800c4f657f0617644\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-19 13:27:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-19 13:27:28\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a41ceb48478564ca59335bd956f279e5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-19 13:27:28\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.2\";s:2:\"to\";s:6:\"3.16.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-19 13:27:28\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.2\";s:2:\"to\";s:6:\"3.16.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"afbbb4402f92c4a1fabf015f9c6d57f7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-21 03:50:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.16.3\";s:2:\"to\";s:6:\"3.16.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-21 03:50:39\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.16.3\";s:2:\"to\";s:6:\"3.16.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"69eae0b89ab9a93888f136989cf4b7ef\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-07 19:01:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-07 19:01:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"10e3f3773062b570477d2a04cfa5c60a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-07 19:01:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-07 19:01:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"8a9624ecc941aa58b26306a23be2615d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-07 19:01:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-07 19:01:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"a980ed15e5a005596549d35f7e119710\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-07 19:01:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:59:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-07 19:01:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:59:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"683872a53f7403160fc727e65189d80c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-07 19:01:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:61:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-07 19:01:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:61:\"Elementor/Upgrades - _v_3_17_0_site_settings_updates Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"0c726eb577a1bdb12346d03be6bf5bcb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-07 19:01:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.16.3\";s:2:\"to\";s:6:\"3.16.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-07 19:01:52\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.16.3\";s:2:\"to\";s:6:\"3.16.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9bd740c9018c221e6fb07e64792fb3ce\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-10-10 06:50:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.16.4\";s:2:\"to\";s:6:\"3.16.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-10-10 06:50:46\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.16.4\";s:2:\"to\";s:6:\"3.16.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"27f6fc1b5222a066885322f0fcf35b4e\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:101:\"/storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/data/v2/base/controller.php\";s:7:\"\0*\0line\";i:227;s:7:\"\0*\0date\";s:19:\"2023-12-13 22:18:41\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1046:\"Uncaught Elementor\\Data\\V2\\Base\\Exceptions\\WP_Error_Exception: Method &#039;WP_REST_Controller::get_item_permissions_check&#039; not implemented. Must be overridden in subclass. in /storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/data/v2/base/controller.php:227\nStack trace:\n#0 /storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/data/v2/base/base-route.php(105): Elementor\\Data\\V2\\Base\\Controller-&gt;get_permission_callback(Object(WP_REST_Request))\n#1 /storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/data/v2/base/base-route.php(242): Elementor\\Data\\V2\\Base\\Base_Route-&gt;get_permission_callback(Object(WP_REST_Request))\n#2 /storage/v11800/testsharplanding/public_html/wp-includes/rest-api/class-wp-rest-server.php(1160): Elementor\\Data\\V2\\Base\\Base_Route-&gt;Elementor\\Data\\V2\\Base\\{closure}(Object(WP_REST_Request))\n#3 /storage/v11800/testsharplanding/public_html/wp-includes/rest-api/class-wp-rest-server.php(1041): WP_REST_Server-&gt;respond_to_request(Object(WP_REST\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-12-13 22:18:41\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1024:\"Uncaught Elementor\\Data\\V2\\Base\\Exceptions\\WP_Error_Exception: Method \'WP_REST_Controller::get_item_permissions_check\' not implemented. Must be overridden in subclass. in /storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/data/v2/base/controller.php:227\nStack trace:\n#0 /storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/data/v2/base/base-route.php(105): Elementor\\Data\\V2\\Base\\Controller->get_permission_callback(Object(WP_REST_Request))\n#1 /storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/data/v2/base/base-route.php(242): Elementor\\Data\\V2\\Base\\Base_Route->get_permission_callback(Object(WP_REST_Request))\n#2 /storage/v11800/testsharplanding/public_html/wp-includes/rest-api/class-wp-rest-server.php(1160): Elementor\\Data\\V2\\Base\\Base_Route->Elementor\\Data\\V2\\Base\\{closure}(Object(WP_REST_Request))\n#3 /storage/v11800/testsharplanding/public_html/wp-includes/rest-api/class-wp-rest-server.php(1041): WP_REST_Server->respond_to_request(Object(WP_REST\";s:4:\"file\";s:101:\"/storage/v11800/testsharplanding/public_html/wp-content/plugins/elementor/data/v2/base/controller.php\";s:4:\"line\";i:227;s:5:\"trace\";b:1;}}}','no'),(177,'elementor_unfiltered_files_upload','1','yes'),(182,'template_kit_import_version','1.0.14','yes'),(183,'template_kit_import_install_time','1685291225','yes'),(184,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(185,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(186,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(187,'theme_mods_twentytwentythree','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1686059142;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','yes'),(215,'elementskit-lite__banner_last_check','1702705735','yes'),(216,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10011059\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011059;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011058\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011058;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011039\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011039;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $240 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011038\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011038;s:5:\"title\";s:31:\"Wpmet BFCM Notice Own Page 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $240 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010872\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010872;s:5:\"title\";s:33:\"Wpmet Notice Halloween 23 Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Halloween sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $210 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010871\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010871;s:5:\"title\";s:35:\"Wpmet Notice Halloween 23 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Halloween sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $210 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010506\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010506;s:5:\"title\";s:32:\"Wpmet Summer sale 2023 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010508\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010508;s:5:\"title\";s:31:\"Wpmet Summer sale 2023 own page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010418\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010418;s:5:\"title\";s:32:\"Wpmet Summer Ownpage Notice 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1685577600;s:3:\"end\";i:1686787200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/birthday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:539:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $221 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 45% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10008094\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008094;s:5:\"title\";s:24:\"GetGenie Cross Promotion\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1678492800;s:3:\"end\";i:1688083200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:35:\"https://wpmet.com/getgenie-org-page\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:766:\"<h2>We are delighted to announce that <span style=\"color: #2471b1;\"><strong style=\"color: #2471b1; text-transform: uppercase; font-size: 14px;\">GetGenie AI is now available</strong></span>!</h2>\r\n<h4 style=\"font-size: 16px; margin-left: -2px;\"><b>Let&#039;s write your content 20x faster with AI. Also, Research </b><b>keywords</b><b>, A</b><b>nalyse your </b><b>competitors, head 2 Head analysis,  content writing with ai, and search engine ranking with NLP Keywords optimization—all within WordPress.</b> Additionally, <b>you can chat</b> with the GENIE AI about your needs.</h4>\r\n<span style=\"color: #dd0cd9;\">Join now and get <span style=\"font-weight: 400;\"><strong>1500 words for free every month</strong></span></span><span style=\"color: #dd0cd9;\">. </span>\";s:12:\"notice_image\";s:79:\"https://api.wpmet.com/auth/wp-content/uploads/2023/03/genie_compare_image_4.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:20:\"background: #e9fce5;\";s:10:\"unique_key\";s:20:\"getgenie-cross-promo\";}}}','yes'),(217,'elementskit-lite_install_date','2023-05-28 07:28:00','yes'),(226,'fluentform_entry_details_migrated','yes','no'),(227,'fluentform_db_fluentform_logs_added','1','no'),(228,'fluentform_scheduled_actions_migrated','yes','no'),(229,'__fluentform_global_form_settings','a:1:{s:6:\"layout\";a:5:{s:14:\"labelPlacement\";s:3:\"top\";s:17:\"asteriskPlacement\";s:14:\"asterisk-right\";s:20:\"helpMessagePlacement\";s:10:\"with_label\";s:21:\"errorMessagePlacement\";s:6:\"inline\";s:12:\"cssClassName\";s:0:\"\";}}','no'),(230,'_fluentform_installed_version','4.3.25','no'),(231,'fluentform_global_modules_status','a:9:{s:9:\"mailchimp\";s:2:\"no\";s:14:\"activecampaign\";s:2:\"no\";s:16:\"campaign_monitor\";s:2:\"no\";s:17:\"constatantcontact\";s:2:\"no\";s:11:\"getresponse\";s:2:\"no\";s:8:\"icontact\";s:2:\"no\";s:7:\"webhook\";s:2:\"no\";s:6:\"zapier\";s:2:\"no\";s:5:\"slack\";s:2:\"no\";}','no'),(232,'widget_fluentform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(241,'ninja_forms_oauth_client_secret','DkXXvTAmTsM3hOCxUtmciml1r1SNrM7PIWohp5Wf','yes'),(242,'ninja_forms_version','3.7.0','yes'),(243,'ninja_forms_db_version','1.4','no'),(244,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2023-05-29 12:57:59\";s:17:\"CacheCollateForms\";s:19:\"2023-05-29 12:57:59\";s:18:\"CacheCollateFields\";s:19:\"2023-05-29 12:57:59\";s:19:\"CacheCollateObjects\";s:19:\"2023-05-29 12:57:59\";s:19:\"CacheCollateCleanup\";s:19:\"2023-05-29 12:57:59\";s:25:\"CacheFieldReconcilliation\";s:19:\"2023-05-29 12:57:59\";}','yes'),(245,'ninja_forms_settings','a:14:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:20:\"recaptcha_site_key_3\";s:0:\"\";s:22:\"recaptcha_secret_key_3\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";s:1:\"0\";s:16:\"builder_dev_mode\";s:1:\"1\";s:18:\"opinionated_styles\";s:5:\"light\";s:15:\"recaptcha_theme\";s:5:\"light\";s:23:\"load_legacy_submissions\";s:1:\"0\";s:15:\"currency_symbol\";s:5:\"&#36;\";}','yes'),(246,'ninja_forms_zuul','70','no'),(247,'wp_nf_update_fields_batch_8216039782b00de9eb805653193da31d','a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:70:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:1;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2023-05-29 12:58:00\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:62:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:1;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2023-05-29 12:58:00\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"2\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:71:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:1;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2023-05-29 12:58:00\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"3\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:1;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2023-05-29 12:58:00\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";s:1:\"5\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}}','no'),(248,'ninja_forms_addons_feed','[{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp+Docs\",\"version\":\"3.3.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 10 analytics fields including UTM source, medium, campaign, content, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.5.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.4.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 4,000 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.9\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.5\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"SMS Notifications\",\"slug\":\"sms-notifications\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.27\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Pipeline CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with Pipeline CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Pipeline+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Pipeline+CRM+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign+Docs\",\"version\":\"3.1.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Agency Membership\",\"image\":\"assets\\/img\\/add-ons\\/ninja-forms-membership-bundle-2.png\",\"content\":\"Get every single Ninja Forms add-ons, at an amazingly discounted price.\",\"link\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Agency+Membership\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/documentation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Agency+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Personal Membership\",\"image\":\"assets\\/img\\/add-ons\\/individual-membership-2.png\",\"content\":\"Get our most popular add-ons at an amazingly discounted price. Perfect for the single site owner.\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Personal+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Personal+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Professional Membership\",\"image\":\"assets\\/img\\/add-ons\\/professional-membership-2.png\",\"content\":\"Get our 4 most popular add-ons at an amazingly discounted price. Perfect for your Do It Yourself business owner.\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Professional+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Professional+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":\"Deprecated\",\"slug\":\"deprecated\"},{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Basic Membership\",\"image\":\"assets\\/img\\/add-ons\\/basic-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Basic+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Basic+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Plus Membership\",\"image\":\"assets\\/img\\/add-ons\\/plus-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Plus+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Plus+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Pro Membership\",\"image\":\"assets\\/img\\/add-ons\\/pro-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Pro+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Pro+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Elite Membership\",\"image\":\"assets\\/img\\/add-ons\\/elite-membership.png\",\"content\":\"\",\"link\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elite+Membership\",\"plugin\":null,\"docs\":\"\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elite+Membership+Docs\",\"version\":null,\"categories\":[{\"name\":\"Member Bundle\",\"slug\":\"member-bundle\"}]},{\"title\":\"Scheduled Submissions Export\",\"image\":\"assets\\/img\\/add-ons\\/scheduled-submissions-export.png\",\"content\":\"Use Scheduled Submissions Export to set hourly, daily, or weekly exports of any WordPress form submissions to any email address(es)!\",\"link\":\" https:\\/\\/ninjaforms.com\\/extensions\\/scheduled-submissions-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Scheduled+Submissions+Export\",\"plugin\":\"ninja-forms-scheduled-exports\\/ninja-forms-scheduled-exports.php\",\"docs\":\" https:\\/\\/ninjaforms.com\\/docs\\/scheduled-submissions-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Scheduled+Submissions+Export+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]},{\"title\":\"CiviCRM\",\"image\":\"assets\\/img\\/add-ons\\/civicrm.png\",\"content\":\"Connect & update your CiviCRM account from any WordPress form with the Ninja Forms CiviCRM add-on. Easily add or update Contacts & Activities!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/civicrm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CiviCRM\",\"plugin\":\"ninja-forms-civicrm\\/ninja-forms-civicrm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/civicrm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CiviCRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Add file upload fields to any WordPress form. Set allowed file types, sizes, upload directories and save to WordPress, Google Drive and more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads+Docs\",\"version\":\"3.3.15\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Let users register, login, & manage profiles with customizable form templates. Allow user roles to view or edit form submissions. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Manage Users\",\"slug\":\"user-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Edit form styles. Create two column forms. Multi column forms. Easily adjust form layout. You don\'t need a designer, just Layout and Styles!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Use Stripe Checkout forms to sell products or subscriptions. Accept credit cards, Google Pay, Apple Pay, & much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.2.5\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"}]},{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Create forms that change as they\'re filled out. Show and hide fields, modify lists, send email to different recipients conditionally and much more.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic+Docs\",\"version\":\"3.1\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Basic 2022\",\"slug\":\"basic-2022\"},{\"name\":\"Plus 2022\",\"slug\":\"plus-2022\"},{\"name\":\"Pro 2022\",\"slug\":\"pro-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Most Popular\",\"slug\":\"most-popular\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Use PDF Form Submission to generate a PDF from any WordPress form submission. Create a fully customizable, fillable PDF from top to bottom!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.2.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Memberships 2022\",\"slug\":\"memberships-2022\"},{\"name\":\"Elite 2022\",\"slug\":\"elite-2022\"},{\"name\":\"Manage Submissions\",\"slug\":\"manage-submissions\"}]}]','no'),(249,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(250,'ninja-forms-views-secret','DwEpXHY1OaPHg1kIVLbDR5ifD6tXRwSOAos2IxC6','yes'),(251,'ninja_forms_needs_updates','0','yes'),(252,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:8:\"6/5/2023\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),(253,'nf_form_tel_data','1','no'),(254,'ninja_forms_do_not_allow_tracking','1','yes'),(255,'ninja_forms_optin_reported','0','yes'),(260,'elementskit-lite__stories_last_check','1702705734','yes'),(261,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10011056\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011056;s:5:\"title\";s:24:\"Wpmet Holiday Sales 2023\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:29:\"https://wpmet.com/hol23-story\";s:11:\"story_image\";s:71:\"https://api.wpmet.com/auth/wp-content/uploads/2023/12/wpmet_story-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011036\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011036;s:5:\"title\";s:24:\"GetGenie BFCM Story 2023\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1702166400;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:30:\"https://getgenie.ai/bfcm/story\";s:11:\"story_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2023/11/In-Plugin-Story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011034\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011034;s:5:\"title\";s:21:\"Wpmet BFCM 2023 Story\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:35:\"https://wpmet.com/story/blackfriday\";s:11:\"story_image\";s:69:\"https://api.wpmet.com/auth/wp-content/uploads/2023/11/wpmet_story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010878\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010878;s:5:\"title\";s:43:\"Spooktacular WordPress & Ai Halloween Deals\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:59:\"https://getgenie.ai/spooktacular-wordpress-halloween-deals/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010877\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010877;s:5:\"title\";s:45:\"Best WordPress Halloween Coupons & Deals 2023\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:53:\"https://wpmet.com/the-best-wordpress-halloween-deals/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010869\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010869;s:5:\"title\";s:26:\"Wpmet Halloween Story 2023\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:31:\"https://wpmet.com/story/hallo23\";s:11:\"story_image\";s:78:\"https://api.wpmet.com/auth/wp-content/uploads/2023/10/wpmet_inplugin_story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010867\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010867;s:5:\"title\";s:29:\"GetGenie Halloween Story 2023\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:33:\"https://getgenie.ai/story/hallo23\";s:11:\"story_image\";s:81:\"https://api.wpmet.com/auth/wp-content/uploads/2023/10/getgenie_inplugin_story.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010864\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010864;s:5:\"title\";s:56:\"10 Effective Approaches for Content Optimization with Ai\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:49:\"https://getgenie.ai/content-optimization-with-ai/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010863\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010863;s:5:\"title\";s:56:\"13 Best AI Blog Content Generator Tools (Tried & Tested)\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:57:\"https://getgenie.ai/best-ai-blog-content-generator-tools/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010862\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010862;s:5:\"title\";s:60:\"How to Harness the Magic of AI in Digital Marketing Robustly\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:44:\"https://getgenie.ai/ai-in-digital-marketing/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(274,'nf_form_tel_sent','true','no'),(275,'nf_sub_expiration','a:0:{}','yes'),(338,'elementor_connect_site_key','aaae88e3b8d9be8071cc9479ab22b5a5','yes'),(339,'elementor_allow_tracking','yes','yes'),(340,'elementor_tracker_last_send','1685779473','yes'),(344,'_elementor_editor_upgrade_notice_dismissed','1685785243','yes'),(408,'current_theme','Hello Elementor','yes'),(409,'theme_mods_hello-elementor','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(410,'theme_switched','','yes'),(411,'hello_theme_version','2.8.1','yes'),(471,'action_scheduler_hybrid_store_demarkation','330','yes'),(472,'schema-ActionScheduler_StoreSchema','7.0.1693453843','yes'),(473,'schema-ActionScheduler_LoggerSchema','3.0.1686143007','yes'),(474,'wp_mail_smtp_initial_version','3.8.0','no'),(475,'wp_mail_smtp_version','3.8.0','no'),(476,'wp_mail_smtp','a:12:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:24:\"sharp.sight011@gmail.com\";s:9:\"from_name\";s:11:\"Sharp Sight\";s:6:\"mailer\";s:5:\"gmail\";s:11:\"return_path\";b:1;s:16:\"from_email_force\";b:1;s:15:\"from_name_force\";b:0;}s:4:\"smtp\";a:7:{s:7:\"autotls\";s:3:\"yes\";s:4:\"auth\";s:3:\"yes\";s:4:\"host\";s:0:\"\";s:10:\"encryption\";s:4:\"none\";s:4:\"port\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:0;}s:9:\"sendlayer\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:5:\"gmail\";a:6:{s:9:\"client_id\";s:72:\"583192510942-ojooemmhprmo1rjfp3li2vkilprggtgj.apps.googleusercontent.com\";s:13:\"client_secret\";s:35:\"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\";s:20:\"is_setup_wizard_auth\";b:0;s:9:\"auth_code\";s:73:\"4/0AbUR2VM-meKsdV6MC6Q9adbGPD46JYpmMp4BWOgB_MbNE_4pxn9ixVHnt91lzIPa2_63kg\";s:12:\"access_token\";a:6:{s:12:\"access_token\";s:221:\"ya29.a0AfB_byB2xHch-XnR9BerAXOkG8qEbrFqFKaiNkXKfIHVDPz6AURzOAA9ER42cvBcqDomVswGWxo72WVVl24ucov-vhPJiCc6Huriqu79iFcDz61a5MLnujMcSKs72cf8Jac6V48_zzie1mWy6lfM8gNwS3Gc_1PKRmieeEAaCgYKAaoSARESFQHGX2MiXY3XezTwsDDuVGATEkaM5g0174\";s:10:\"expires_in\";i:3599;s:5:\"scope\";s:24:\"https://mail.google.com/\";s:10:\"token_type\";s:6:\"Bearer\";s:7:\"created\";i:1702694356;s:13:\"refresh_token\";s:103:\"1//0gwiGD3c9ucZ6CgYIARAAGBASNwF-L9IruN6xdaqztYXcHxFT2-lzDQxY9k2VgWHorFLTGhyOHvV4cbGVU2knuoBbNtpgDyxe7_Q\";}s:13:\"refresh_token\";s:103:\"1//0gwiGD3c9ucZ6CgYIARAAGBASNwF-L9IruN6xdaqztYXcHxFT2-lzDQxY9k2VgWHorFLTGhyOHvV4cbGVU2knuoBbNtpgDyxe7_Q\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"postmark\";a:2:{s:16:\"server_api_token\";s:0:\"\";s:14:\"message_stream\";s:0:\"\";}s:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:9:\"sparkpost\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:12:\"debug_events\";a:2:{s:11:\"email_debug\";b:1;s:16:\"retention_period\";i:604800;}}','no'),(477,'wp_mail_smtp_activated_time','1686143007','no'),(478,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1686143007;}','yes'),(481,'action_scheduler_lock_async-request-runner','1702706471','yes'),(484,'wp_mail_smtp_migration_version','5','yes'),(485,'wp_mail_smtp_debug_events_db_version','1','yes'),(486,'wp_mail_smtp_activation_prevent_redirect','1','yes'),(487,'wp_mail_smtp_setup_wizard_stats','a:3:{s:13:\"launched_time\";i:1686143013;s:14:\"completed_time\";i:0;s:14:\"was_successful\";b:0;}','no'),(490,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1687930958;s:9:\"dismissed\";b:1;}','yes'),(491,'bsf_analytics_optin','no','no'),(492,'elementskit-lite_never_show','yes','yes'),(497,'wp_mail_smtp_debug','a:0:{}','no'),(498,'wp_mail_smtp_lite_sent_email_counter','2145','yes'),(499,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{i:39;i:52;i:40;i:134;i:41;i:119;i:42;i:6;i:43;i:50;i:44;i:50;i:45;i:34;i:46;i:25;i:47;i:54;i:48;i:42;i:49;i:77;i:50;i:151;}','yes'),(538,'WPLANG','','yes'),(579,'_elementor_settings_update_time','1686652404','yes'),(580,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(581,'elementor_disable_color_schemes','','yes'),(582,'elementor_disable_typography_schemes','','yes'),(583,'elementor_google_maps_api_key','','yes'),(584,'elementor_css_print_method','external','yes'),(585,'elementor_editor_break_lines','','yes'),(586,'elementor_google_font','1','yes'),(587,'elementor_load_fa4_shim','','yes'),(588,'elementor_meta_generator_tag','','yes'),(589,'elementor_experiment-e_font_icon_svg','default','yes'),(590,'elementor_experiment-container','default','yes'),(591,'elementor_experiment-container_grid','default','yes'),(592,'elementor_experiment-editor_v2','default','yes'),(593,'elementor_experiment-nested-elements','default','yes'),(594,'elementor_experiment-e_lazyload','default','yes'),(595,'elementor_experiment-e_dom_optimization','default','yes'),(596,'elementor_experiment-e_optimized_assets_loading','default','yes'),(597,'elementor_experiment-e_optimized_css_loading','default','yes'),(598,'elementor_experiment-a11y_improvements','default','yes'),(599,'elementor_experiment-additional_custom_breakpoints','default','yes'),(600,'elementor_experiment-e_swiper_latest','default','yes'),(601,'elementor_experiment-hello-theme-header-footer','default','yes'),(602,'elementor_experiment-landing-pages','default','yes'),(626,'wpcode_usage_tracking_config','a:6:{s:3:\"day\";i:4;s:4:\"hour\";i:0;s:6:\"minute\";i:3;s:6:\"second\";i:32;s:6:\"offset\";i:345812;s:8:\"initsend\";i:1687392212;}','no'),(627,'ihaf_activated','a:2:{s:6:\"wpcode\";i:1686721905;s:7:\"version\";s:5:\"2.1.6\";}','yes'),(628,'wpcode_snippets','a:1:{s:15:\"after_paragraph\";a:0:{}}','yes'),(629,'wpcode_admin_notices','a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1686721905;s:9:\"dismissed\";b:0;}}','yes'),(630,'ihaf_insert_header','<!-- Google Tag Manager -->\r\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\\\'gtm.start\\\':\r\nnew Date().getTime(),event:\\\'gtm.js\\\'});var f=d.getElementsByTagName(s)[0],\r\nj=d.createElement(s),dl=l!=\\\'dataLayer\\\'?\\\'&l=\\\'+l:\\\'\\\';j.async=true;j.src=\r\n\\\'https://www.googletagmanager.com/gtm.js?id=\\\'+i+dl;f.parentNode.insertBefore(j,f);\r\n})(window,document,\\\'script\\\',\\\'dataLayer\\\',\\\'GTM-WNXN593\\\');</script>\r\n<!-- End Google Tag Manager -->\r\n\r\n\r\n<!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-WNXN593\\\"\r\nheight=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript>\r\n<!-- End Google Tag Manager (noscript) -->\r\n','yes'),(631,'ihaf_insert_footer','','yes'),(632,'ihaf_insert_body','','yes'),(664,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"21.8\";}','yes'),(665,'wpseo','a:110:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:13:\"first_install\";s:29:\"indexables_indexing_completed\";b:0;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"21.8\";s:16:\"previous_version\";s:4:\"21.7\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:0;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1686736679;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:0:\"\";s:8:\"home_url\";s:0:\"\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:1;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1686736680;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";i:3;s:19:\"elementskit_content\";i:4;s:20:\"elementskit_template\";i:5;s:18:\"elementskit_widget\";i:6;s:12:\"elementor-hf\";}s:28:\"last_known_public_taxonomies\";a:3:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";}s:23:\"last_known_no_unindexed\";a:2:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1698731961;s:27:\"wpseo_total_unindexed_terms\";i:1698731961;}s:14:\"new_post_types\";a:0:{}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:0;}','yes'),(666,'wpseo_titles','a:176:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:20:\"title-e-landing-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-e-landing-page\";s:0:\"\";s:22:\"noindex-e-landing-page\";b:0;s:33:\"display-metabox-pt-e-landing-page\";b:1;s:33:\"post_types-e-landing-page-maintax\";i:0;s:31:\"schema-page-type-e-landing-page\";s:7:\"WebPage\";s:34:\"schema-article-type-e-landing-page\";s:4:\"None\";s:27:\"social-title-e-landing-page\";s:9:\"%%title%%\";s:33:\"social-description-e-landing-page\";s:0:\"\";s:31:\"social-image-url-e-landing-page\";s:0:\"\";s:30:\"social-image-id-e-landing-page\";i:0;s:23:\"title-elementor_library\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-elementor_library\";s:0:\"\";s:25:\"noindex-elementor_library\";b:0;s:36:\"display-metabox-pt-elementor_library\";b:1;s:36:\"post_types-elementor_library-maintax\";i:0;s:34:\"schema-page-type-elementor_library\";s:7:\"WebPage\";s:37:\"schema-article-type-elementor_library\";s:4:\"None\";s:30:\"social-title-elementor_library\";s:9:\"%%title%%\";s:36:\"social-description-elementor_library\";s:0:\"\";s:34:\"social-image-url-elementor_library\";s:0:\"\";s:33:\"social-image-id-elementor_library\";i:0;s:25:\"title-elementskit_content\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-elementskit_content\";s:0:\"\";s:27:\"noindex-elementskit_content\";b:0;s:38:\"display-metabox-pt-elementskit_content\";b:1;s:38:\"post_types-elementskit_content-maintax\";i:0;s:36:\"schema-page-type-elementskit_content\";s:7:\"WebPage\";s:39:\"schema-article-type-elementskit_content\";s:4:\"None\";s:32:\"social-title-elementskit_content\";s:9:\"%%title%%\";s:38:\"social-description-elementskit_content\";s:0:\"\";s:36:\"social-image-url-elementskit_content\";s:0:\"\";s:35:\"social-image-id-elementskit_content\";i:0;s:26:\"title-elementskit_template\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-elementskit_template\";s:0:\"\";s:28:\"noindex-elementskit_template\";b:0;s:39:\"display-metabox-pt-elementskit_template\";b:1;s:39:\"post_types-elementskit_template-maintax\";i:0;s:37:\"schema-page-type-elementskit_template\";s:7:\"WebPage\";s:40:\"schema-article-type-elementskit_template\";s:4:\"None\";s:33:\"social-title-elementskit_template\";s:9:\"%%title%%\";s:39:\"social-description-elementskit_template\";s:0:\"\";s:37:\"social-image-url-elementskit_template\";s:0:\"\";s:36:\"social-image-id-elementskit_template\";i:0;s:24:\"title-elementskit_widget\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-elementskit_widget\";s:0:\"\";s:26:\"noindex-elementskit_widget\";b:0;s:37:\"display-metabox-pt-elementskit_widget\";b:1;s:37:\"post_types-elementskit_widget-maintax\";i:0;s:35:\"schema-page-type-elementskit_widget\";s:7:\"WebPage\";s:38:\"schema-article-type-elementskit_widget\";s:4:\"None\";s:31:\"social-title-elementskit_widget\";s:9:\"%%title%%\";s:37:\"social-description-elementskit_widget\";s:0:\"\";s:35:\"social-image-url-elementskit_widget\";s:0:\"\";s:34:\"social-image-id-elementskit_widget\";i:0;s:18:\"title-elementor-hf\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-elementor-hf\";s:0:\"\";s:20:\"noindex-elementor-hf\";b:0;s:31:\"display-metabox-pt-elementor-hf\";b:1;s:31:\"post_types-elementor-hf-maintax\";i:0;s:29:\"schema-page-type-elementor-hf\";s:7:\"WebPage\";s:32:\"schema-article-type-elementor-hf\";s:4:\"None\";s:25:\"social-title-elementor-hf\";s:9:\"%%title%%\";s:31:\"social-description-elementor-hf\";s:0:\"\";s:29:\"social-image-url-elementor-hf\";s:0:\"\";s:28:\"social-image-id-elementor-hf\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(667,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}','yes'),(684,'category_children','a:0:{}','yes'),(972,'_transient_leadin_onboarding','true','yes'),(1006,'_transient_timeout_elementskit-lite-go-pro-noti2ce','1713850959','no'),(1007,'_transient_elementskit-lite-go-pro-noti2ce','1','no'),(1630,'db_upgraded','','yes'),(1702,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1719263057;s:7:\"checked\";a:5:{s:15:\"hello-elementor\";s:5:\"2.8.1\";s:16:\"twentytwentyfour\";s:3:\"1.1\";s:15:\"twentytwentyone\";s:3:\"1.9\";s:17:\"twentytwentythree\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.7\";}s:8:\"response\";a:2:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.1.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.1.0.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.1.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.4.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.7.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(2363,'_transient_timeout_ninja_forms_disable_slim_promo','1702361198','no'),(2364,'_transient_ninja_forms_disable_slim_promo','1','no'),(2874,'elementor_controls_usage','a:3:{s:7:\"wp-page\";a:12:{s:5:\"image\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:10;s:10:\"image_size\";i:9;s:5:\"align\";i:8;s:7:\"link_to\";i:4;s:4:\"link\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:8;s:6:\"height\";i:4;s:10:\"object-fit\";i:4;s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:16:\"_animation_delay\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_z_index\";i:2;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:63;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:57;s:21:\"space_between_widgets\";i:5;s:16:\"content_position\";i:10;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:47;s:6:\"margin\";i:13;s:11:\"_element_id\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:4;s:11:\"hide_mobile\";i:4;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:12;s:15:\"animation_delay\";i:9;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:6:{s:21:\"box_shadow_box_shadow\";i:8;s:13:\"border_radius\";i:10;s:26:\"box_shadow_box_shadow_type\";i:4;s:32:\"box_shadow_hover_box_shadow_type\";i:6;s:27:\"box_shadow_hover_box_shadow\";i:6;s:23:\"border_hover_transition\";i:6;}s:13:\"section_style\";a:3:{s:21:\"background_background\";i:9;s:16:\"background_color\";i:5;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:2:{s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:8:{s:4:\"text\";i:9;s:5:\"align\";i:8;s:12:\"align_mobile\";i:5;s:4:\"link\";i:9;s:13:\"selected_icon\";i:2;s:10:\"icon_align\";i:4;s:11:\"icon_indent\";i:2;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:18:{s:12:\"text_padding\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:6;s:25:\"typography_text_transform\";i:6;s:22:\"typography_line_height\";i:6;s:23:\"typography_word_spacing\";i:6;s:17:\"button_text_color\";i:6;s:16:\"background_color\";i:9;s:11:\"hover_color\";i:6;s:29:\"button_background_hover_color\";i:6;s:15:\"hover_animation\";i:9;s:25:\"button_hover_border_color\";i:2;s:13:\"border_border\";i:2;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:3;s:18:\"animation_duration\";i:3;}s:14:\"_section_style\";a:2:{s:21:\"_element_width_mobile\";i:1;s:7:\"_margin\";i:3;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:35;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:6:\"height\";i:7;s:13:\"custom_height\";i:8;s:6:\"_title\";i:12;s:8:\"overflow\";i:5;s:6:\"layout\";i:1;s:15:\"column_position\";i:1;s:16:\"content_position\";i:4;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:19;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:7:\"z_index\";i:6;s:7:\"padding\";i:18;s:6:\"margin\";i:3;s:11:\"_element_id\";i:1;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:2;s:20:\"reverse_order_mobile\";i:1;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:4;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:13;s:16:\"background_color\";i:8;s:16:\"background_image\";i:5;s:19:\"background_position\";i:3;s:15:\"background_size\";i:3;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:5;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:6;s:24:\"background_overlay_color\";i:3;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:24;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:24;s:11:\"header_size\";i:15;s:5:\"align\";i:16;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:13;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:5;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:2;s:23:\"typography_word_spacing\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:10;s:8:\"_padding\";i:3;s:8:\"_z_index\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:7;s:10:\"text_color\";i:5;s:28:\"text_shadow_text_shadow_type\";i:1;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:5:{s:5:\"width\";i:7;s:5:\"align\";i:7;s:4:\"look\";i:7;s:4:\"text\";i:7;s:5:\"style\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:3:\"gap\";i:7;s:5:\"color\";i:5;}s:18:\"section_text_style\";a:10:{s:10:\"text_align\";i:6;s:12:\"text_spacing\";i:7;s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:6;s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:10:\"title_size\";i:6;s:4:\"view\";i:3;s:5:\"shape\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:3:{s:8:\"position\";i:3;s:26:\"content_vertical_alignment\";i:3;s:15:\"position_mobile\";i:3;}s:18:\"section_style_icon\";a:6:{s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:6;s:13:\"border_radius\";i:3;s:13:\"primary_color\";i:6;s:15:\"secondary_color\";i:3;s:21:\"hover_secondary_color\";i:3;}s:21:\"section_style_content\";a:14:{s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:6;s:17:\"description_color\";i:6;s:33:\"description_typography_typography\";i:6;s:34:\"description_typography_font_family\";i:6;s:32:\"description_typography_font_size\";i:6;s:34:\"description_typography_font_weight\";i:6;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:31:\"title_typography_text_transform\";i:3;s:28:\"title_typography_line_height\";i:3;s:29:\"title_typography_word_spacing\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:21:\"_element_width_mobile\";i:1;s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:3;s:17:\"_background_color\";i:3;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:3;s:27:\"_box_shadow_box_shadow_type\";i:3;s:22:\"_box_shadow_box_shadow\";i:3;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:2:{s:11:\"text_indent\";i:1;s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:5:{s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:7:\"_margin\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:5:\"shape\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:4:\"size\";i:3;s:13:\"border_radius\";i:3;s:13:\"primary_color\";i:3;s:15:\"secondary_color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_z_index\";i:3;}}}}s:5:\"video\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:2;}s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:2;s:13:\"image_overlay\";i:2;}}}}s:9:\"accordion\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:4:\"tabs\";i:6;s:13:\"selected_icon\";i:6;s:20:\"selected_active_icon\";i:6;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:6;}s:26:\"section_toggle_style_title\";a:7:{s:11:\"title_color\";i:6;s:16:\"tab_active_color\";i:6;s:27:\"title_typography_typography\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:31:\"title_typography_text_transform\";i:6;s:16:\"title_background\";i:6;}s:25:\"section_toggle_style_icon\";a:4:{s:10:\"icon_align\";i:6;s:10:\"icon_color\";i:6;s:17:\"icon_active_color\";i:6;s:10:\"icon_space\";i:6;}s:28:\"section_toggle_style_content\";a:5:{s:13:\"content_color\";i:6;s:29:\"content_typography_typography\";i:6;s:28:\"content_typography_font_size\";i:6;s:30:\"content_typography_font_weight\";i:6;s:24:\"content_background_color\";i:6;}}}}}s:4:\"page\";a:9:{s:7:\"heading\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:11;s:11:\"header_size\";i:7;s:5:\"align\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:19;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:7;s:16:\"content_position\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:18;s:6:\"margin\";i:6;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:7;s:15:\"animation_delay\";i:6;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:7;s:26:\"box_shadow_box_shadow_type\";i:6;s:21:\"box_shadow_box_shadow\";i:6;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:6:\"_title\";i:6;s:8:\"overflow\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:5;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:5:\"align\";i:3;s:4:\"look\";i:3;s:4:\"text\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}s:18:\"section_text_style\";a:2:{s:10:\"text_align\";i:3;s:12:\"text_spacing\";i:3;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:6;s:4:\"view\";i:6;s:5:\"shape\";i:6;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:4:\"size\";i:6;s:13:\"border_radius\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_z_index\";i:6;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:6;s:13:\"selected_icon\";i:6;s:10:\"icon_align\";i:6;s:11:\"icon_indent\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:15:\"hover_animation\";i:6;s:12:\"text_padding\";i:6;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:4;s:9:\"icon_list\";i:4;}}s:5:\"style\";a:1:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:4;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:2;s:6:\"height\";i:2;s:10:\"object-fit\";i:2;s:19:\"image_border_radius\";i:2;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_z_index\";i:1;}}}}}s:7:\"section\";a:11:{s:6:\"column\";a:2:{s:5:\"count\";i:47;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:47;s:16:\"content_position\";i:10;s:21:\"space_between_widgets\";i:7;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:34;s:6:\"margin\";i:4;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:6;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:7;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:5;}s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:25;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:7:{s:3:\"gap\";i:3;s:6:\"height\";i:5;s:13:\"custom_height\";i:5;s:6:\"_title\";i:12;s:8:\"overflow\";i:5;s:6:\"layout\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:15;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:8;s:16:\"background_image\";i:4;s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:4;s:26:\"background_overlay_opacity\";i:5;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_size\";i:1;}s:14:\"section_border\";a:5:{s:12:\"border_width\";i:1;s:13:\"border_radius\";i:1;s:12:\"border_color\";i:1;s:13:\"border_border\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:3;s:7:\"padding\";i:10;s:7:\"z_index\";i:3;}s:19:\"_section_responsive\";a:4:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;s:11:\"hide_mobile\";i:2;s:11:\"hide_tablet\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:23;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:23;s:11:\"header_size\";i:14;s:5:\"align\";i:16;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:7;s:8:\"_padding\";i:3;s:8:\"_z_index\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:22:\"typography_font_family\";i:1;s:5:\"align\";i:7;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:4;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:7;s:13:\"selected_icon\";i:5;s:10:\"icon_align\";i:6;s:11:\"icon_indent\";i:5;s:12:\"align_tablet\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:15:\"hover_animation\";i:6;s:12:\"text_padding\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:5:{s:5:\"width\";i:8;s:5:\"align\";i:8;s:4:\"look\";i:8;s:4:\"text\";i:8;s:5:\"style\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:9;s:3:\"gap\";i:8;}s:18:\"section_text_style\";a:2:{s:10:\"text_align\";i:6;s:12:\"text_spacing\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:6;s:10:\"title_text\";i:6;s:16:\"description_text\";i:3;s:10:\"title_size\";i:6;s:4:\"view\";i:3;s:5:\"shape\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:3:{s:8:\"position\";i:3;s:26:\"content_vertical_alignment\";i:3;s:15:\"position_mobile\";i:3;}s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:6;s:13:\"border_radius\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:3;s:27:\"_box_shadow_box_shadow_type\";i:3;s:22:\"_box_shadow_box_shadow\";i:3;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:7;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:6;s:6:\"height\";i:4;s:10:\"object-fit\";i:4;s:19:\"image_border_radius\";i:5;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:16:\"_animation_delay\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_z_index\";i:2;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:11;s:4:\"view\";i:7;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:5:{s:13:\"space_between\";i:11;s:13:\"divider_style\";i:1;s:14:\"divider_weight\";i:1;s:14:\"divider_height\";i:2;s:7:\"divider\";i:1;}s:18:\"section_icon_style\";a:5:{s:11:\"text_indent\";i:3;s:15:\"icon_self_align\";i:5;s:10:\"icon_color\";i:2;s:16:\"icon_color_hover\";i:2;s:9:\"icon_size\";i:2;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_font_family\";i:2;s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_font_weight\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:2;s:8:\"_padding\";i:5;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:5:\"shape\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:4:\"size\";i:3;s:13:\"border_radius\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_z_index\";i:3;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;}}}}}}','no'),(2931,'elementor_1_elementor_updater_batch_cef485059f234f3959db21126988','a:2:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}i:1;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:31:\"_v_3_17_0_site_settings_updates\";}}}','no'),(2932,'_elementor_global_css','a:6:{s:4:\"time\";i:1696900852;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(2933,'_elementor_assets_data','a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:14:{s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.18.3\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.3\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.18.3\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.18.3\";}s:7:\"divider\";a:2:{s:7:\"content\";s:3594:\"<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.18.3\";}s:8:\"icon-box\";a:2:{s:7:\"content\";s:121:\"<link rel=\"stylesheet\" href=\"https://lead.sharpsight.in/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\";s:7:\"version\";s:6:\"3.18.3\";}s:23:\"elementskit-progressbar\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.3\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:122:\"<link rel=\"stylesheet\" href=\"https://lead.sharpsight.in/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.18.3\";}s:4:\"icon\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.3\";}s:23:\"elementskit-ninja-forms\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.3\";}s:23:\"elementskit-testimonial\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.3\";}s:5:\"video\";a:2:{s:7:\"content\";s:1883:\"<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-video .elementor-widget-container{overflow:hidden;transform:translateZ(0)}.elementor-widget-video .elementor-wrapper{aspect-ratio:var(--video-aspect-ratio)}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{height:100%;width:100%;display:flex;border:none;background-color:#000}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-wrapper{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%;aspect-ratio:var(--video-aspect-ratio);-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@supports not (aspect-ratio:1/1){.elementor-widget-video .elementor-custom-embed-image-overlay{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio))}.elementor-widget-video .elementor-custom-embed-image-overlay img{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.18.3\";}s:19:\"elementskit-funfact\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.3\";}s:9:\"accordion\";a:2:{s:7:\"content\";s:1743:\"<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>\";s:7:\"version\";s:6:\"3.18.3\";}}}}','yes'),(3176,'wpcode_snippets_errors','a:0:{}','yes'),(3245,'_transient_timeout_wpmet-jhanda-10010871','1699682087','no'),(3246,'_transient_wpmet-jhanda-10010871','1','no'),(3429,'wp_attachment_pages_enabled','1','yes'),(3432,'_transient_timeout_elementor_remote_info_api_data_3.17.2','1699466098','no'),(3433,'_transient_elementor_remote_info_api_data_3.17.2','a:4:{s:9:\"timestamp\";s:10:\"1699422098\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.3.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(3438,'can_compress_scripts','0','yes'),(3635,'_transient_timeout_wpmet-jhanda-10011039','1702016149','no'),(3636,'_transient_wpmet-jhanda-10011039','1','no'),(3713,'_site_transient_timeout_available_translations','1701077298','no'),(3714,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.6\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.6/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-24 10:35:39\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.23/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-10-19 09:22:30\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.24/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-09 09:13:37\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-08 17:35:02\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-23 08:14:07\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-13 07:01:35\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-03 10:36:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-13 17:42:11\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-08 18:40:48\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.4.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-08 18:40:24\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-02 18:36:15\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.4.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-07 09:06:21\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-20 10:03:48\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.3/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-22 12:26:59\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-06 06:03:31\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-10-22 02:53:03\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-25 14:09:36\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-24 12:26:36\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-08-28 15:58:51\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-09-20 08:57:43\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-17 16:42:42\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-09 11:37:23\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-08 20:42:04\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-03-14 22:16:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.8/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.8/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.14\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.14/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.19\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.19/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-10 17:18:47\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-10-05 10:16:58\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-05 22:07:07\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-20 15:18:28\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-10-12 23:13:21\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-09 09:46:35\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-14 18:05:20\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-23 09:11:41\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.23/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.3/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-02 23:37:18\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-08-09 07:20:47\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.31\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.31/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-05-28 22:06:16\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-24 17:38:45\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-10-18 09:19:46\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.3/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-08 09:00:55\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-16 00:18:25\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.24/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-06 22:35:57\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-13 16:37:11\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.24/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.1.4\";s:7:\"updated\";s:19:\"2023-11-25 09:35:18\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.4/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.3/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.24/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.19\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.19/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.4\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.4/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-10-19 07:05:28\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-22 22:03:24\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.1/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-21 15:26:43\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.1/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.1.4\";s:7:\"updated\";s:19:\"2022-11-24 03:51:58\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.1.4/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-09-01 07:05:22\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.6\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.6/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-24 14:06:41\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-10-05 01:27:19\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.24\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.24/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.13\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.13/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.36\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.36/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-08 08:09:26\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-27 05:59:45\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-09 06:56:05\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-10-14 13:34:08\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.4.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-22 10:29:56\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.23/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-06 10:01:18\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.32\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.32/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-08 00:25:54\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-08-21 12:17:05\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-07 09:07:54\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-07 09:12:03\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.4.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-22 15:07:48\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-02 16:10:47\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.14\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.14/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-20 13:34:53\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-12 10:29:16\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.1/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-10-27 05:49:48\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-13 18:56:56\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.8/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-21 10:09:50\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.16\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.16/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.36\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.36/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.8\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.8/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.23\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.23/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-04 21:37:29\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-26 02:49:21\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.1.4\";s:7:\"updated\";s:19:\"2023-03-04 10:46:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.4/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.14\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.14/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2023-07-15 15:30:50\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.3/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-10 16:50:00\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.4.1\";s:7:\"updated\";s:19:\"2023-11-23 09:22:54\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.3\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.3/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(3781,'_site_transient_timeout_community-events-e1233cd4981df786fcee3cf68c5607d4','1701451763','no'),(3782,'_site_transient_community-events-e1233cd4981df786fcee3cf68c5607d4','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"42.108.65.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:33:\"WordCamp Lahore, Punjab, Pakistan\";s:3:\"url\";s:33:\"https://lahore.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-12-09 00:00:00\";s:8:\"end_date\";s:19:\"2023-12-10 00:00:00\";s:20:\"start_unix_timestamp\";i:1702062000;s:18:\"end_unix_timestamp\";i:1702148400;s:8:\"location\";a:4:{s:8:\"location\";s:24:\"Lahore, Punjab, Pakistan\";s:7:\"country\";s:2:\"PK\";s:8:\"latitude\";d:31.446899699999999;s:9:\"longitude\";d:74.268231599999993;}}}}','no'),(3806,'_site_transient_timeout_community-events-e253b3e33c32e54785d916fb6e7f3701','1701539411','no'),(3807,'_site_transient_community-events-e253b3e33c32e54785d916fb6e7f3701','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"223.228.225.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:19:\"WordCamp Nepal 2024\";s:3:\"url\";s:32:\"https://nepal.wordcamp.org/2024/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2024-01-12 00:00:00\";s:8:\"end_date\";s:19:\"2024-01-13 00:00:00\";s:20:\"start_unix_timestamp\";i:1704996900;s:18:\"end_unix_timestamp\";i:1705083300;s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Pokhara, Nepal\";s:7:\"country\";s:2:\"NP\";s:8:\"latitude\";d:28.2095831;s:9:\"longitude\";d:83.985567399999994;}}}}','no'),(3826,'_transient_timeout_elementor_remote_info_api_data_3.17.3','1701709147','no'),(3827,'_transient_elementor_remote_info_api_data_3.17.3','a:4:{s:9:\"timestamp\";s:10:\"1701665831\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.4.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(3832,'_site_transient_timeout_community-events-4b24f85faa6c60a902175cec21678e11','1701709150','no'),(3833,'_site_transient_community-events-4b24f85faa6c60a902175cec21678e11','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"157.35.45.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:18:\"Kolkata CareerCamp\";s:3:\"url\";s:53:\"https://events.wordpress.org/kolkata/2024/careercamp/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2024-01-06 00:00:00\";s:8:\"end_date\";s:19:\"2024-01-06 00:00:00\";s:20:\"start_unix_timestamp\";i:1704479400;s:18:\"end_unix_timestamp\";i:1704479400;s:8:\"location\";a:4:{s:8:\"location\";s:7:\"Kolkata\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:22.632662700000001;s:9:\"longitude\";d:88.4344593;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:19:\"WordCamp Nepal 2024\";s:3:\"url\";s:32:\"https://nepal.wordcamp.org/2024/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2024-01-12 00:00:00\";s:8:\"end_date\";s:19:\"2024-01-13 00:00:00\";s:20:\"start_unix_timestamp\";i:1704996900;s:18:\"end_unix_timestamp\";i:1705083300;s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Pokhara, Nepal\";s:7:\"country\";s:2:\"NP\";s:8:\"latitude\";d:28.2095831;s:9:\"longitude\";d:83.985567399999994;}}}}','no'),(3859,'_transient_timeout_elementor_remote_info_api_data_3.18.0','1701887339','no'),(3860,'_transient_elementor_remote_info_api_data_3.18.0','a:4:{s:9:\"timestamp\";s:10:\"1701840955\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.4.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(3865,'_site_transient_timeout_community-events-da4788e3e07313ae916fc50e2be2c012','1701887343','no'),(3866,'_site_transient_community-events-da4788e3e07313ae916fc50e2be2c012','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"157.35.66.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:19:\"WordCamp Nepal 2024\";s:3:\"url\";s:32:\"https://nepal.wordcamp.org/2024/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2024-01-12 00:00:00\";s:8:\"end_date\";s:19:\"2024-01-13 00:00:00\";s:20:\"start_unix_timestamp\";i:1704996900;s:18:\"end_unix_timestamp\";i:1705083300;s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Pokhara, Nepal\";s:7:\"country\";s:2:\"NP\";s:8:\"latitude\";d:28.2095831;s:9:\"longitude\";d:83.985567399999994;}}}}','no'),(3891,'_transient_timeout_elementor_remote_info_api_data_3.18.1','1702097224','no'),(3892,'_transient_elementor_remote_info_api_data_3.18.1','a:4:{s:9:\"timestamp\";s:10:\"1702052357\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(3900,'_site_transient_timeout_browser_c02fcafb462a9fc69e2cdbab731c7ba3','1702699969','no'),(3901,'_site_transient_browser_c02fcafb462a9fc69e2cdbab731c7ba3','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"119.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(3908,'_site_transient_timeout_community-events-7b23357f1b3449272ced05c8969a37ea','1702138375','no'),(3909,'_site_transient_community-events-7b23357f1b3449272ced05c8969a37ea','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"223.228.244.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:17:\"State of the Word\";s:3:\"url\";s:106:\"https://wordpress.org/state-of-the-word/?utm_source=private&utm_medium=events_widget&utm_campaign=sotw2023\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2023-12-11 15:00:00\";s:8:\"end_date\";s:19:\"2023-12-11 16:30:00\";s:20:\"start_unix_timestamp\";i:1702303200;s:18:\"end_unix_timestamp\";i:1702308600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"ES\";s:8:\"latitude\";d:40.414469982188557;s:9:\"longitude\";d:-3.695042334019202;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:19:\"WordCamp Nepal 2024\";s:3:\"url\";s:32:\"https://nepal.wordcamp.org/2024/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2024-01-12 00:00:00\";s:8:\"end_date\";s:19:\"2024-01-13 00:00:00\";s:20:\"start_unix_timestamp\";i:1704996900;s:18:\"end_unix_timestamp\";i:1705083300;s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Pokhara, Nepal\";s:7:\"country\";s:2:\"NP\";s:8:\"latitude\";d:28.2095831;s:9:\"longitude\";d:83.985567399999994;}}}}','no'),(3934,'_site_transient_timeout_browser_ce58a5260ba4fa9cdedf4886e4cf45c6','1702882103','no'),(3935,'_site_transient_browser_ce58a5260ba4fa9cdedf4886e4cf45c6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"120.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(3940,'_site_transient_timeout_community-events-6ef849dd77bc8d8c46afcf0325ef1c0a','1702320507','no'),(3941,'_site_transient_community-events-6ef849dd77bc8d8c46afcf0325ef1c0a','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"14.97.80.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:17:\"State of the Word\";s:3:\"url\";s:106:\"https://wordpress.org/state-of-the-word/?utm_source=private&utm_medium=events_widget&utm_campaign=sotw2023\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2023-12-11 15:00:00\";s:8:\"end_date\";s:19:\"2023-12-11 16:30:00\";s:20:\"start_unix_timestamp\";i:1702303200;s:18:\"end_unix_timestamp\";i:1702308600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"ES\";s:8:\"latitude\";d:40.414469982188557;s:9:\"longitude\";d:-3.695042334019202;}}}}','no'),(4000,'_transient_timeout_wpseo-statistics-totals','1702706642','no'),(4001,'_transient_wpseo-statistics-totals','a:1:{i:1;a:2:{s:6:\"scores\";a:1:{i:0;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:48:\"Posts <strong>without</strong> a focus keyphrase\";s:5:\"count\";i:1;s:4:\"link\";s:103:\"https://lead.sharpsight.in/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";i:0;s:2:\"ok\";i:0;s:4:\"good\";i:0;s:2:\"na\";i:1;s:7:\"noindex\";i:0;}}}','no'),(4020,'_transient_timeout_wpseo_total_unindexed_posts_limited','1702706633','no'),(4021,'_transient_wpseo_total_unindexed_posts_limited','2','no'),(4022,'_site_transient_timeout_php_check_2f5acf219326a8bc5331ee302b9812f4','1703310533','no'),(4023,'_site_transient_php_check_2f5acf219326a8bc5331ee302b9812f4','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(4024,'_transient_timeout_elementor_remote_info_api_data_3.18.2','1702748936','no'),(4025,'_transient_elementor_remote_info_api_data_3.18.2','a:4:{s:9:\"timestamp\";s:10:\"1702703810\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(4026,'_transient_timeout_wp_mail_smtp_error_debug_events_transient_30-days','1702709336','no'),(4027,'_transient_wp_mail_smtp_error_debug_events_transient_30-days','0','no'),(4028,'_site_transient_timeout_community-events-2e08cf7d74c58a8bff1aa329e471bf18','1702748939','no'),(4029,'_site_transient_community-events-2e08cf7d74c58a8bff1aa329e471bf18','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"122.185.42.0\";}s:6:\"events\";a:0:{}}','no'),(4030,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1702748939','no');
INSERT INTO `wp_options` VALUES (4031,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Dec 2023 16:16:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.5-alpha-57192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"State of the Word 2023 Recap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2023/12/state-of-the-word-2023-recap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Dec 2023 22:55:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"state of the word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16617\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:384:\"On December 11, WordPress co-founder Matt Mullenweg traveled to beautiful Madrid, Spain, to deliver his annual State of the Word keynote. It was the first time this event took place outside the United States. Against the backdrop of Palacio Neptuno—an iconic architectural gem and UNESCO World Heritage site—nearly 200 contributors, developers, extenders, and friends of [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:20384:\"\n<p>On December 11, WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> traveled to beautiful Madrid, Spain, to deliver his annual <a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> keynote. It was the first time this event took place outside the United States. Against the backdrop of <a href=\"https://www.palacioneptuno.com/\">Palacio Neptuno</a>—an iconic architectural gem and UNESCO World Heritage site—nearly 200 contributors, developers, extenders, and friends of the project came together to hear from Matt, with millions more joining online.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/c7M4mBVgP3Y?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">An introduction from the Executive Director</h2>\n\n\n\n<p>Kicking off the event, <a href=\"https://profiles.wordpress.org/chanthaboune/\" target=\"_blank\" rel=\"noreferrer noopener\">Josepha Haden Chomphosy</a>, Executive Director of the WordPress project, spoke about the community’s heart and spirit as what fuels hope for the future, ensuring the freedoms of the open web for all. She invited Matt on stage with a closing statement of confidence that such values and characteristics will move the project forward into the next 20 years as it has for the last 20.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=1024%2C682&#038;ssl=1\" alt=\"Josepha Haden Chomphosy, Executive Director of the WordPress project, speaking at a podium \" class=\"wp-image-16627\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Looking back at 2023</h2>\n\n\n\n<p>Taking the stage, Matt shared his excitement about the event being the first international State of the Word. He honored the Spanish WordPress community for hosting, citing their past WordCamp accomplishments. From there, Matt jumped right into a reflection of this year’s notable moments. He recalled the project’s 20th-anniversary celebrations, how the software has evolved, and how much more the community came together this year—doubling the number of WordCamps to 70, taking place in 33 countries.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0\">\n<p class=\"has-text-align-center\">We’re always aiming to learn and improve. Tell us how to make meetups better.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpressdotorg.survey.fm/2023-meetup-annual-survey?p=1\" target=\"_blank\" rel=\"noreferrer noopener\">Take the 2023 Meetup Survey</a></div>\n</div>\n</div>\n\n\n\n<p>Matt continued with callouts to several resources on <a href=\"https://wordpress.org/\">WordPress.org</a>: the all-new <a href=\"https://events.wordpress.org/\">Events</a> page, the redesigned <a href=\"https://wordpress.org/showcase/\">Showcase</a>, a new <a href=\"https://wordpress.org/remembers/\">WordPress Remembers memorial</a>, and the <a href=\"https://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\">award-winning Openverse</a>. He also demoed <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a>, a tool allowing users to experiment with WordPress directly in their browsers, as well as the versatile <a href=\"https://wordpress.org/themes/twentytwentyfour/\">Twenty Twenty-Four default theme</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=1024%2C682&#038;ssl=1\" alt=\"Matías Ventura, Lead Architect of Gutenberg, speaking on stage at State of the Word\" class=\"wp-image-16621\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Collaborative editing and more</h2>\n\n\n\n<p>Matt recapped the four phases of the Gutenberg project, noting that work has begun on Phase 3: Collaboration before passing the microphone to <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, Lead Architect of Gutenberg.&nbsp;</p>\n\n\n\n<p>After a quick interlude in Spanish, Matías acknowledged how much progress had been made on the software this year. He spoke about the aim of the Site Editor to become both an exemplary writing environment and a superior design tool while noting improvements to the&nbsp;<a href=\"https://wordpress.org/documentation/article/footnotes-block/\" target=\"_blank\" rel=\"noreferrer noopener\">Footnotes Block</a>&nbsp;and the ease of&nbsp;<a href=\"https://wordpress.org/documentation/article/distraction-free-mode/\" target=\"_blank\" rel=\"noreferrer noopener\">Distraction Free mode</a>.</p>\n\n\n\n<p>While there was no set timeline for collaboration and workflows, Matías was excited to share a working prototype in the Editor. He showcased some of the most interesting aspects of collaborative editing, including establishing a sync engine that allows real-time edits to be visible across sessions. He invited contributors to test the prototype in the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> and <a href=\"https://github.com/WordPress/gutenberg/issues/52593\">share their feedback in Github</a>.</p>\n\n\n\n<p>From there, Matías highlighted other exciting developments, including the emphasis on Patterns and their continued evolution as a powerful tool for workflows, and the ability to connect blocks to custom fields. He was thrilled to speak about performance improvements, noting that work is in progress to make the Editor <a href=\"https://www.codevitals.run/project/gutenberg\">at least twice as fast</a>. Speaking about front-end performance, he shared what’s to come with a <a href=\"https://wpmovies.dev/\">demo of the Interactivity API</a>, showcasing how it can make transitions, search, and other interactions instant—all with standard WordPress blocks and features.&nbsp;</p>\n\n\n\n<p>Matías concluded with a look at how the Admin redesign will take cues from the Site Editor, eventually allowing users to shape their WordPress Admin experience based on their unique needs.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=1024%2C684&#038;ssl=1\" alt=\"WordPress co-founder Matt Mullenweg speaking at a podium\" class=\"wp-image-16624\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=1024%2C684&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=768%2C513&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">AI and Data Liberation</h2>\n\n\n\n<p>Matt returned to the stage to expand on the future of WordPress, reinforcing his past advice to <em>learn AI deeply</em>. He expressed his excitement about what can be accomplished with the wealth of AI tools available, how contributors are already experimenting with natural language processing and WordPress Playground to create and build.</p>\n\n\n\n<p>Finally, Matt introduced an additional focus for the project in 2024: <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, with the goal to make importing from other platforms into WordPress as frictionless as possible. He spoke about the tendency of content management systems to keep users locked in as part of his motivation to <em>unlock digital barriers</em>. The Data Liberation initiative will work on one-click migration and the export format from WordPress.&nbsp;</p>\n\n\n\n<p>More than just tools, Data Liberation reflects the project’s ethos to allow seamless contributions. With that, Matt invited anyone interested to jump into the action, noting a new <a href=\"https://github.com/wordpress/data-liberation\">Data Liberation GitHub repository</a> and forthcoming <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack</a> channels as places to get started.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Questions and answers</h2>\n\n\n\n<p>Following the presentation, Matt fielded questions from the live-stream and in-person audiences during an interactive question-and-answer session hosted by <a href=\"https://profiles.wordpress.org/monchomad/\">Jose Ramón Padrón (Moncho)</a>.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/S01uBD2pyQY?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Additional questions from the live session will be answered in a follow-up post on <a href=\"https://make.wordpress.org/project\">make.WordPress.org/project</a>. Subscribe to our blog notifications to be sure you don’t miss it. And don’t forget to mark your calendars for next year’s <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia</a> (Taipei, Taiwan), <a href=\"https://europe.wordcamp.org/2024/\">WordCamp Europe</a> (Torino, Italy), and WordCamp US (Portland, Oregon, United States).</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:34.98661%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"720\" data-id=\"16628\" data-link=\"https://wordpress.org/news/?attachment_id=16628\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg\" data-width=\"1280\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"853\" data-id=\"16618\" data-link=\"https://wordpress.org/news/?attachment_id=16618\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg\" data-width=\"1280\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:65.01339%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"853\" data-id=\"16626\" data-link=\"https://wordpress.org/news/?attachment_id=16626\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg\" data-width=\"1280\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:75.87343%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1500&#038;ssl=1 1500w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1800&#038;ssl=1 1800w,https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?strip=info&#038;w=1920&#038;ssl=1 1920w\" alt=\"\" data-height=\"1080\" data-id=\"16632\" data-link=\"https://wordpress.org/news/?attachment_id=16632\" data-url=\"https://wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png\" data-width=\"1920\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?ssl=1\" data-amp-layout=\"responsive\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:24.12657%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg?strip=info&#038;w=720&#038;ssl=1 720w\" alt=\"\" data-height=\"1280\" data-id=\"16630\" data-link=\"https://wordpress.org/news/?attachment_id=16630\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg\" data-width=\"720\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:63.00314%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"853\" data-id=\"16620\" data-link=\"https://wordpress.org/news/?attachment_id=16620\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg\" data-width=\"1280\" src=\"https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:36.99686%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"720\" data-id=\"16619\" data-link=\"https://wordpress.org/news/?attachment_id=16619\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg\" data-width=\"1280\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?strip=info&#038;w=1280&#038;ssl=1 1280w\" alt=\"\" data-height=\"720\" data-id=\"16629\" data-link=\"https://wordpress.org/news/?attachment_id=16629\" data-url=\"https://wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg\" data-width=\"1280\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div></div></div></div>\n\n\n\n<p><em><em>Thank you to <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a>, <a href=\'https://profiles.wordpress.org/nilovelez/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nilovelez</a>, <a href=\'https://profiles.wordpress.org/fepr/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fepr</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, and the many others who made this event and post possible.</em></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WP Briefing: Episode 68: Toward a More Interconnected Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2023/12/episode-68-toward-a-more-interconnected-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Dec 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16569\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"In this episode, WordPress Executive Director, Josepha Haden Chomphosy articulates the vision for a collaborative ecosystem where knowledge sharing and contributions to open source tools lead to a more interconnected and empowered web.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2023/12/WPB068.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14552:\"\n<p>In this episode, WordPress Executive Director, Josepha Haden Chomphosy articulates the vision for a collaborative ecosystem where knowledge sharing and contributions to open source tools lead to a more interconnected and empowered web.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word 2022</a></li>\n\n\n\n<li><a href=\"https://thephp.foundation/\">PHP Foundation</a></li>\n\n\n\n<li>Josepha&#8217;s <a href=\"https://make.wordpress.org/project/2022/01/21/big-picture-goals-2022/\">Big Picture Goals 2022</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/\">Gutenberg 17.1</a> has been released and is <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\">available for download</a>! The latest release includes new enhancements, bug fixes, and continued work on Phase 3 features.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\" target=\"_blank\" rel=\"noreferrer noopener\">Announcing the 2023 Annual Meetup Survey</a> &#8211; The Community team proposed a survey for all meetup members and organizers. Please complete the <a href=\"https://wordpressdotorg.survey.fm/2023-meetup-annual-survey\" target=\"_blank\" rel=\"noreferrer noopener\">Annual Meetup Survey</a>  by January 14, 2024– even if you haven&#8217;t participated in a meetup recently!</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/11/29/request-for-feedback-lesson-handbook-pages/\" target=\"_blank\" rel=\"noreferrer noopener\">Request for feedback: Lesson Handbook pages</a> &#8211; As the Training team progresses towards the 2024 launch of <a href=\"https://make.wordpress.org/training/2023/07/07/project-thread-learning-pathways-on-learn-wordpress/\">Learning Pathways</a>, they&#8217;re developing a set of content creation guidelines to streamline and scale the process. These guidelines will focus on efficient methods for developing, reviewing, and updating content. To gather input, a <a href=\"https://docs.google.com/document/d/1twvDGmVZsyjBZbi9abiqoA_a2G7O_WNis_iGL2Sccg0/edit#heading=h.srkdcrt4k0v8\">Google Doc</a> has been created where you can share your ideas. Please provide your feedback and comments on this document by Tuesday, December 19, 2023.</li>\n\n\n\n<li><a href=\"https://playground.wordpress.net/\">WordPress Playground</a> makes WordPress instantly accessible for users, learners, extenders, and contributors.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/11/30/embracing-matrix-for-enhanced-communication/\">Embracing Matrix for Enhanced Communication</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16569\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> If you&#8217;re already familiar with the WordPress project, and if you&#8217;re listening to this podcast, I feel like it&#8217;s a safe assumption that you&#8217;re probably also familiar with the fact that we are what&#8217;s considered a free and open source software project. We adhere to the four freedoms of open source. We track bugs in the open, and we believe that knowledge sharing can only improve our products. </p>\n\n\n\n<p>But you might not be aware of the other open source projects that are foundational to ours and otherwise are integral to our commitment to the open web. At last year&#8217;s State of the Word, Matt mentioned that one of the coolest things about being a plugin or theme author in WordPress is that you get to run your open source project on the same infrastructure that WordPress runs on. So, no matter whether you have five installs or five thousand, you&#8217;re getting the benefits of our bug trackers, messaging, and network of project sites. But beyond those, which are, of course, near and dear to us, we also support projects like PHP and its foundation. Openverse and its founding organization Creative Commons, and of course, the two that we&#8217;re hearing a lot about this year and next, Playground and Matrix.</p>\n\n\n\n<p>[00:01:52] <strong>Josepha:</strong> That&#8217;s a lot of projects and not even a comprehensive list. And honestly, it can seem, I don&#8217;t know, a little weird. Like, we&#8217;re a FOSS CMS, right? You probably know why we contribute back to PHP. It&#8217;s the same reason we ask people to contribute to WordPress. But why are we giving so much time to a media search engine, or a Web Assembly implementation, or even a messaging protocol?</p>\n\n\n\n<p>At first glance, there are, of course, a lot of quick and easy answers. For instance, like, open source is open source. Any open source contribution is going to be a good contribution. All open source in the world increases good and freedom in the world. Like, open source is open source. Makes sense, right?</p>\n\n\n\n<p>Another quick and easy answer is, you know, they&#8217;re part of us. And that&#8217;s true, definitely, for PHP, like, they&#8217;re part of us, and so we should be contributing back to them. Because we rely on them so much. And then a third quick and easy answer is that we, as the biggest open source CMS on the planet, basically, we can, spare a lending hand. We can offer a little bit of help to those around us.&nbsp;</p>\n\n\n\n<p>[00:03:03] <strong>Josepha:</strong> And those are all true. I don&#8217;t think that anyone would disagree with any of that. But the thing that ties it all together for me is something that&#8217;s a little harder to see. In the 2022 goals that I posted, I said that my second goal for our year was to support open source alternatives for all site-building necessities.</p>\n\n\n\n<p>At the time, I was primarily talking about Openverse and the directory of photos that was being created as a CC-first source. But that also applies to all of our directories. It did then, just as it does now. And Trac, and our vast network of WordPress sites. All the tools we use in order to collaborate with, and lead for, and learn from each other.</p>\n\n\n\n<p>I want us to be able to do everything it takes to build an online presence using open source tools and methods because WordPress is just a glorious little microcosm of the interconnected web. It reminds me of this art installation I had the privilege of experiencing. It&#8217;s called Meow Wolf. I went to the one in Denver, but there are a few different installations across the U.S.&nbsp;The one that I went to is this massive art installation, and it is designed to be interactive, but it wasn&#8217;t until you started sharing your experience sharing your knowledge with other people that you realized it was also collaborative, a set of buttons you pushed in one room would cause a light show in some other room.</p>\n\n\n\n<p>[00:04:34] <strong>Josepha:</strong> So you were enhancing the experience of strangers in some completely disconnected room to yours, and they couldn&#8217;t distinguish it from an automation or something they did, or just plain old magic. And that&#8217;s what we&#8217;re doing by supporting these other open source tools. Yes, every new open source contribution results in more freedom in the world. Yes, we owe support to the components that got us where we are today. And yes, we absolutely can and should pay it forward. But more importantly than all that, we&#8217;re creating the opportunity for new interactions, new brilliance, and new defenders of the open web every time that we work on these open source products.</p>\n\n\n\n<p>[00:05:20] <strong>Josepha:</strong> And it doesn&#8217;t matter if we will ever see any of those people. And it doesn&#8217;t matter if they will ever thank us. What matters is that we see that knowledge like this is worth preserving and worth sharing. Because knowledge shared, information shared is like light. The more you share it, the more there is.</p>\n\n\n\n<p>And I want you to be able to take that sharing and use it to light the world. I want you to be able to go out and tell people how open source has changed your life, how WordPress has opened doors for you, or how much these tools have empowered your clients. I want you to remember why you came to WordPress in the first place, and I need you to hear me when I say that I need you here in WordPress today because every little ripple of good that we create makes the world a little more good.</p>\n\n\n\n<p>[00:06:12] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:20] <strong>Josepha:</strong> (SLBT) And now, my friends, that brings us to our time for the small list of big things. I&#8217;ve got a kind of a big list because I always kind of have a big list anymore, but the first thing on my list is Gutenberg 17.1. That has been released and is available for download. It includes several new enhancements, loads of bug fixes, and continues that work on phase three features that we are starting to see come through. If you don&#8217;t have it already, go out and grab it, test it, break it, and tell us what you tested and how it broke things.&nbsp;</p>\n\n\n\n<p>[00:06:52] <strong>Josepha:</strong> The second thing on my small list of big things is that there is currently an annual meetup survey out. So, we&#8217;ve had an increase in our meetup events, and certainly an increase in the active number of meetup groups that we have, but the community team is proposing a unified survey for all meetup members and organizers, and if you haven&#8217;t participated in it yet go and fill it out. You don&#8217;t have to have actually gone to a meetup event recently in order to take it, but, you know, it might be helpful. Either way, you have until January 14, 2024, to fill that out.</p>\n\n\n\n<p>[00:07:30] <strong>Josepha:</strong> The third thing on my small list of big things is a request for feedback. The training team is working toward launching Learning Pathways in 2024. They&#8217;re looking to create a new set of content creation guidelines that enables the learning pathways to scale with a straightforward process for developing, reviewing, and updating that content. There&#8217;s a Google doc for you where you can contribute your ideas, and that doc will be open for feedback through this week and into next week. I believe it closes on Tuesday, the 19th of December, 2023.</p>\n\n\n\n<p>[00:08:04] <strong>Josepha:</strong> And then the final thing on my small list of big things is actually, it&#8217;s a dual call-in. I already said with my first one about the Gutenberg plugin: get in there and test it and break it, and then tell us how it broke and what you were doing when you were testing it and broke it. And I encourage you to do that also for Matrix and Playground.</p>\n\n\n\n<p>So Playground has been a really big deal all year long. It was a big deal at the end of last year. It showed up for us in November 2022 and has been really just growing in surprising ways all the way through 2023. So if you have not yet seen it, you haven&#8217;t gotten your hands on it yet, it&#8217;s a WordPress installation that is loaded entirely in the browser, totally server-free, and we&#8217;re looking at a couple of new implementations that make it easier for users who are trying to, like, kick the tires of WordPress before they decide, and developers who are wanting to test new pull requests and things like that.</p>\n\n\n\n<p>So keep an eye out if it sounds interesting; it is interesting. And wander over and figure out how that&#8217;s working. And the other thing in that last call for collective testing is Matrix. So Matrix is an open source federated messaging protocol, and like so many technology projects out there at the moment, we are trying to make sure that we are preparing ourselves for the future arrival of Web 3 and all of the things that are coming along with current advancements in federated everything and AI and etc., etc.</p>\n\n\n\n<p>And so, Matrix is an open source messaging protocol. There are a lot of different ways to get connected. I&#8217;ll share a link to one of the posts in the show notes over on WordPress.org/news. But if you&#8217;re interested in learning a bit about it and you don&#8217;t really want to like figure out what sort of client is comfortable for you to use. There&#8217;s also on-site chat implementations for, I want to say, like 10 or 12 of our largest or most regularly meeting groups that we have. You can go to parts of the website like make.WordPress.org/core/chat and check those out. If you have a WordPress.org account, then you can have access to that on-site chat, and that is it.</p>\n\n\n\n<p>That&#8217;s the whole low barrier to entryway of figuring that out with us. Come and break stuff with us, everyone, and tell us how to make it better.&nbsp;</p>\n\n\n\n<p>[00:10:33] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thank you for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p>[00:11:00] (Music outro)&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16569\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Month in WordPress – November 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2023/12/the-month-in-wordpress-november-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Dec 2023 11:20:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16575\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:251:\"November is usually a busy month for the WordPress project, and this year is no different. Following the empowering release of WordPress 6.4, the energy continues to build, setting the stage for the anticipated State of the Word and upcoming projects.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11827:\"\n<p>November is usually a busy month for the WordPress project, and this year is no different. Following the empowering release of WordPress 6.4, the energy continues to build, setting the stage for the anticipated State of the Word and upcoming projects.&nbsp;</p>\n\n\n\n<p>Read on for all the exciting updates that marked the past month.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Get ready for State of the Word</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1024%2C683&#038;ssl=1\" alt=\"State of the Word 2023\" class=\"wp-image-16438\" style=\"object-fit:cover\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Mark your calendars—State of the Word 2023 is approaching fast. In this annual keynote, WordPress co-founder Matt Mullenweg celebrates the progress of the open source project and offers a glimpse into its future.</p>\n\n\n\n<p>For the first time in WordPress history, the event will be held outside North America, in the vibrant city of <a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\">Madrid, Spain, on December 11, 2023</a>.</p>\n\n\n\n<p>If you’re unable to attend the State of the Word in person, you can watch it live on the <a href=\"https://www.youtube.com/live/1MwT9EEkguE?si=TYwAe5qnKA3DlRMX\">WordPress YouTube channel</a> or join one of the many community-led watch parties. <a href=\"https://wordpress.org/state-of-the-word\">Find one near you</a> or <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/state-of-the-word-watch-parties/\">organize one</a>.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-dark-strokes-grey-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https://wordpress.org/state-of-the-word/\">Learn more about State of the Word 2023</a></div>\n</div>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Meet Twenty Twenty-Four</h2>\n\n\n\n<p>Along with the release of <a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4</a> “Shirley,” the new default <a href=\"https://wordpress.org/news/2023/11/introducing-twenty-twenty-four/\">Twenty Twenty-Four theme was introduced</a>.</p>\n\n\n\n<p>This theme breaks away from the tradition of previous default themes that focused on a specific topic or style. Instead, Twenty Twenty-Four was created to fit any website and explore different use cases for entrepreneurs, artists, and writers.</p>\n\n\n\n<p>You’ll find more than 35 beautiful patterns, including full-page patterns for templates like homepage, search, and more. Twenty Twenty-Four boasts the latest site editing capabilities and a sophisticated aesthetic inspired by contemporary design trends.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-dark-strokes-grey-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https://playground.wordpress.net/?theme=twentytwentyfour\">Check out Twenty Twenty-Four now</a></div>\n</div>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/11/10/whats-new-in-gutenberg-17-0-9-november/\">Gutenberg 17.0</a> was released on November 9, 2023. It introduced improvements to the Command Palette, an alternative implementation of the DropdownMenu component, additional visual cues for LinkControl, and various accessibility and performance iterations.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/\">Gutenberg 17.1</a> shipped on November 22, 2023. In addition to several accessibility and writing flow enhancements, this version brought a new block spacing control in the Quote block.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/11/30/embracing-matrix-for-enhanced-communication/\">WordPress is switching to Matrix</a> in replacement of the Making WordPress Slack. The move stems from the project&#8217;s commitment to implementing a new chat system aligned with WordPress&#8217;s open source values. If you haven&#8217;t already, now is the time to explore Matrix and share your questions.</li>\n\n\n\n<li>With phishing scams on the rise, the WordPress Security team is actively monitoring the current threat and has posted <a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\">an advisory to help you protect your site</a>.</li>\n\n\n\n<li>The Plugin Review team is now <a href=\"https://make.wordpress.org/plugins/2023/12/02/join-the-plugin-review-team/\">reopening applications to join their team</a>. They’re looking for three new members who can improve the state of the plugin review queue and help create a diverse and inclusive team.</li>\n\n\n\n<li>Over the past few months, contributors have been working on <a href=\"https://make.wordpress.org/meta/2023/11/22/redesigning-developer-resources-and-a-call-for-testing/\">redesigning the WordPress.org Developer Resources</a> section.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/06/proposal-2024-major-release-timing/\">This post</a> outlines proposed dates for major WordPress releases in 2024.</li>\n\n\n\n<li>The Meta team shared an <a href=\"https://make.wordpress.org/meta/2023/11/22/plugin-directory-preview-button-revisited/\">improved version of the plugin preview feature</a>. This version builds on feedback and allows plugin developers to safely test the preview experience for their plugins in a <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a> environment.</li>\n\n\n\n<li>Polyglots and Meta contributors introduced <a href=\"https://make.wordpress.org/meta/2023/11/29/create-tours-for-make-p2s/\">a new plugin called Tour</a>, which enables the creation of tours to guide contributors through a Make WordPress blog.</li>\n\n\n\n<li>Are you looking to broaden your knowledge and improve your WordPress skills? See <a href=\"https://make.wordpress.org/updates/2023/12/01/whats-new-on-learn-wordpress-in-november-2023/\">what’s new on Learn WordPress in November 2023</a>.</li>\n\n\n\n<li>The latest edition of People of WordPress features back-end web developer <a href=\"https://wordpress.org/news/2023/12/people-of-wordpress-artemy-kaydash/\">Artemy Kaydash</a> from Ukraine.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Requests for feedback &amp; testing</h2>\n\n\n\n<ul>\n<li>The Community team announced the <a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\">2023 Annual Meetup Survey</a>. Both event attendees and organizers are encouraged to provide feedback in this 5-minute survey to help strengthen WordPress meetups in the future.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/11/23/mobile-team-update-november-22nd/\">Version 23.7</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events</h2>\n\n\n\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f9-1f1fc.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> WordCamp Asia opened the <a href=\"https://asia.wordcamp.org/2024/the-third-batch-of-tickets-on-sale-now/\">third round of ticket sales</a> and announced that <a href=\"https://asia.wordcamp.org/2024/announcing-our-first-speaker-matt-mullenweg/\">their first speaker is WordPress co-founder Matt Mullenweg</a>. The conference will be held in Taipei, Taiwan, on March 7-9, 2024.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1fa.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> WordCamp Europe <a href=\"https://europe.wordcamp.org/2024/call-for-sponsors/\">opened its call for sponsors</a> and <a href=\"https://europe.wordcamp.org/2024/speakers/call-for-speakers/\">speakers</a> for their conference slated to take place in Torino, Italy, on June 13-15, 2024.&nbsp;</li>\n\n\n\n<li>Don’t miss these upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://ahmedabad.wordcamp.org/2023/\">WordCamp Ahmedabad 2023</a>, India on December 9, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f0.png\" alt=\"??\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://lahore.wordcamp.org/2023/\">WordCamp Lahore 2023</a>, Pakistan on December 9-10, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em><strong>Have a story we should include in the next issue of The Month in WordPress? Fill out </strong></em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><em><strong> to let us know.</strong></em></p>\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/bernard0omnisend/\">Bernard Meyer</a> for contributing to this edition of The Month in WordPress.</em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\">Subscribe to WordPress News</h3>\n\n\n\n<p>Join other subscribers and receive WordPress news directly in your inbox.</p>\n\n\n<div class=\"wp-block-jetpack-subscriptions__supports-newline is-style-split wp-block-jetpack-subscriptions\">\n		<div>\n			<div>\n				<div>\n					<p >\n						<a href=\"https://wordpress.org/news/?post_type=post&#038;p=16575\" style=\"text-decoration: none; font-size: 16px;padding: 15px 23px 15px 23px;margin: 0px; margin-left: 10px;border-radius: 0px;border-width: 1px; background-color: #113AF5; color: #FFFFFF;\">Subscribe</a>\n					</p>\n				</div>\n			</div>\n		</div>\n	</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress 6.4.2 Maintenance &amp; Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2023/12/wordpress-6-4-2-maintenance-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2023 17:03:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16562\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"WordPress 6.4.2 is now available! This minor release features 7 bug fixes in Core. The fixes include a bug fix for an issue causing stylesheet and theme directories to sometimes return incorrect results. This release also features one security fix. Because this is a security release, it is recommended that you update your sites immediately. [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6255:\"\n<h2 class=\"wp-block-heading\">WordPress 6.4.2 is now available!</h2>\n\n\n\n<p>This minor release features <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.4.2&amp;groupdesc=1&amp;group=resolution&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;col=keywords&amp;order=priority\">7 bug fixes</a> in Core. The fixes include a bug fix for an issue causing stylesheet and theme directories to sometimes return incorrect results.</p>\n\n\n\n<p>This release also features one security fix. Because this is a security release, <strong>it is recommended that you update your sites immediately</strong><strong>.</strong></p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.4.2.zip\">download WordPress 6.4.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>WordPress 6.4.2 is a short-cycle release. The next major release will be version 6.5 released in early 2024.</p>\n\n\n\n<p>For more information on this release, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-4-2/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p>The security team addressed the following vulnerability in this release.</p>\n\n\n\n<ul>\n<li>A Remote Code Execution vulnerability that is not directly exploitable in core, however the security team feels that there is a potential for high severity when combined with some plugins, especially in multisite installs.</li>\n</ul>\n\n\n\n<p>To help the security team and WordPressers around the world, you are encouraged to <a href=\"https://hackerone.com/wordpress?type=team\">responsibly report vulnerabilities</a>. This allows vulnerabilities to be fixed in future releases.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.4.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/atachibana\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/angelasjin\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/Bernhard%20Reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/coreyw\">Corey Worrell</a>, <a href=\"https://profiles.wordpress.org/crstauf\">crstauf</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/kebbet\">Erik</a>, <a href=\"https://profiles.wordpress.org/gaambo\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/priethor\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/isabel_brison\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/luminuu\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/kharisblank\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/krupalpanchal\">Krupal Panchal</a>, <a href=\"https://profiles.wordpress.org/kdowns\">Kylen Downs</a>, <a href=\"https://profiles.wordpress.org/meta4\">meta4</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/partyfrikadelle\">partyfrikadelle</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/NekoJonez\">Pieterjan Deneys</a>, <a href=\"https://profiles.wordpress.org/rawrly\">rawrly</a>, <a href=\"https://profiles.wordpress.org/rebasaurus\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a>. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p>As a final reminder, The WordPress Security Team will never email you requesting that you install a plugin or theme on your site, and will never ask for an administrator username and password. <a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\">Please stay vigilant against phishing attacks</a>.</p>\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a> and <a href=\"https://wordpress.slack.com/team/U02SVSW3U\">@desrosj</a> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16562\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Alert: WordPress Security Team Impersonation Scams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Dec 2023 23:13:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16547\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"The WordPress Security Team is aware of multiple ongoing phishing scams impersonating both the “WordPress team” and the “WordPress Security Team“ in an attempt to convince administrators to install a plugin on their website which contains malware. The WordPress Security Team will never email you requesting that you install a plugin or theme on your [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Peter Wilson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4939:\"\n<p>The WordPress Security Team is aware of multiple ongoing phishing scams impersonating both the “WordPress team” and the “WordPress Security Team“ in an attempt to convince administrators to install a plugin on their website which contains malware.</p>\n\n\n\n<p><strong>The WordPress Security Team will never email you requesting that you install a plugin or theme on your site, and will never ask for an administrator username and password.</strong></p>\n\n\n\n<p>If you receive an unsolicited email claiming to be from WordPress with instructions similar to those described above, please disregard the emails and indicate that the email is a scam to your email provider.</p>\n\n\n\n<p>These emails link to a phishing site that appears to be the WordPress plugin repository on a domain that is not owned by WordPress or an associated entity. Both <a href=\"https://patchstack.com/articles/fake-cve-phishing-campaign-tricks-wordpress-users-to-install-malware/\">Patchstack</a> and <a href=\"https://www.wordfence.com/blog/2023/12/psa-fake-cve-2023-45124-phishing-scam-tricks-users-into-installing-backdoor-plugin/\">Wordfence</a> have written articles that go in to further detail.</p>\n\n\n\n<p>Official emails from the WordPress project will always:</p>\n\n\n\n<ul>\n<li>Come from a <code>@wordpress.org</code> or <code>@wordpress.net</code> domain.</li>\n\n\n\n<li>Should also say “Signed by: wordpress.org” in the email details section.</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"450\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/email-details-signed-by-wordpressdotorg.png?resize=1024%2C450&#038;ssl=1\" alt=\"Screenshot of email sent by a WordPress.org email account. The details include &quot;mailed-by wordpress.org&quot; and &quot;signed-by wordpress.org&quot;.\" class=\"wp-image-16548\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/12/email-details-signed-by-wordpressdotorg.png?resize=1024%2C450&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/12/email-details-signed-by-wordpressdotorg.png?resize=300%2C132&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/12/email-details-signed-by-wordpressdotorg.png?resize=768%2C337&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/12/email-details-signed-by-wordpressdotorg.png?w=1202&amp;ssl=1 1202w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The WordPress Security Team will only communicate with WordPress users in the following locations:</p>\n\n\n\n<ul>\n<li>the Making WordPress Secure blog at <a href=\"https://make.wordpress.org/security\">make.wordpress.org/security</a></li>\n\n\n\n<li>the main WordPress News site at <a href=\"https://wordpress.org/news\">wordpress.org/news</a></li>\n</ul>\n\n\n\n<p>The WordPress Plugin team will never communicate directly with a plugin’s users but may email plugin support staff, owners and contributors. These emails will be sent from <a href=\"mailto:plugins@wordpress.org\">plugins@wordpress.org</a> and be signed as indicated above.</p>\n\n\n\n<p>The official WordPress plugin repository is located at <a href=\"https://wordpress.org/plugins\">wordpress.org/plugins</a> with internationalized versions on subdomains, such as <a href=\"https://fr.wordpress.org/plugins\">fr.wordpress.org/plugins</a>, <a href=\"https://en-au.wordpress.org/plugins\">en-au.wordpress.org/plugins</a>, etc. A subdomain may contain a hyphen, however a dot will always appear before wordpress.org.</p>\n\n\n\n<p>A WordPress site’s administrators can also access the plugin repository via the plugins menu in the WordPress dashboard.</p>\n\n\n\n<p>As WordPress is the most used CMS, these types of phishing scams will happen occasionally. Please be vigilant for unexpected emails asking you to install a theme, plugin or linking to a login form.</p>\n\n\n\n<p>The Scamwatch website has some tips for <a href=\"https://www.scamwatch.gov.au/protect-yourself/ways-to-spot-and-avoid-scams\">identifying emails and text messages that are likely to be scams</a>.</p>\n\n\n\n<p>As always, if you believe that you have discovered a security vulnerability in WordPress, please <a href=\"https://wordpress.org/about/security/\">follow the project’s Security policies</a> by privately and responsibly disclosing the issue directly to the WordPress Security team through the project’s official <a href=\"https://hackerone.com/wordpress\">HackerOne page</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Thank you <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/otto/\">Otto</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, and <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> for their collaboration on and review of this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16547\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"People of WordPress: Artemy Kaydash\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2023/12/people-of-wordpress-artemy-kaydash/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Dec 2023 14:28:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16470\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"The latest People of WordPress features back-end web developer Artemy Kaydash, from Ukraine. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14009:\"\n<p class=\"has-darker-grey-color has-off-white-2-background-color has-text-color has-background has-link-color wp-elements-9b663d0d5861b05380bcaca160ef01c8\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--60)\">The&nbsp;<em>People of WordPress</em>&nbsp;series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</p>\n\n\n\n<p>Artemy Kaydash discovered that working with WordPress has opened possibilities greater than he imagined. For him, the &#8220;active, responsive, and enthusiastic community&#8221; makes the software fresh and alive with many ways to experiment and practice adapting it for clients&#8217; needs.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"640\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-featured-img.jpg?resize=1024%2C640&#038;ssl=1\" alt=\"Artemy Kaydash stood in front of water\" class=\"wp-image-16242\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-featured-img.jpg?resize=1024%2C640&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-featured-img.jpg?resize=300%2C188&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-featured-img.jpg?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-featured-img.jpg?resize=1536%2C960&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-featured-img.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Back-end development with WordPress has proven to be a rewarding career choice for Artemy. He believes developers can inspire others to choose the same career path by sharing the opportunities and satisfaction of working with the content management system (CMS).</p>\n\n\n\n<h2 class=\"wp-block-heading\">The adventure of learning WordPress</h2>\n\n\n\n<p>Learning new software can be daunting, but Artemy realized that learning with and from inspiring people makes a real difference: &#8220;I vividly remember my first WordPress experience. I was confused, had many questions, and was desperately trying to understand how to do the most simple things.&#8221;</p>\n\n\n\n<p>Working initially in a small agency in Ukraine, Artemy had basic HTML/CSS skills and had just started learning PHP development. His senior colleagues helped him take his first steps in web development and were patient with his questions.</p>\n\n\n\n<p>The agency director later gave him the responsibility of creating a WordPress website for a friend. He recalls being nervous, as he was not yet confident in his PHP skills. Colleagues reassured Artemy as he worked, and he went on to build a career in international web development.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-at-a-cafe.jpg?resize=640%2C1024&#038;ssl=1\" alt=\"Artemy reflecting on his learning as he looks outside of a window in a cafe\n\" class=\"wp-image-16241\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-at-a-cafe.jpg?resize=640%2C1024&amp;ssl=1 640w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-at-a-cafe.jpg?resize=188%2C300&amp;ssl=1 188w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-at-a-cafe.jpg?resize=768%2C1229&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-at-a-cafe.jpg?resize=960%2C1536&amp;ssl=1 960w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-at-a-cafe.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 640px) 100vw, 640px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Like many others, Artemy found that experimenting with WordPress intrigued him, and he wanted to learn more about it. Looking back, he said: &#8220;The first theme I built was awful. It was composed of my own creative solutions and code snippets I found in searches. It had lots of bugs, but as people say, &#8216;the first pancake is always a bit tricky.\'&#8221;</p>\n\n\n\n<p>Artemy is a great believer in reflective learning, going back and reviewing a piece of development. He said: &#8220;No matter how bad it was, it was my first experience, and I learned a lot about the basic concepts of WordPress. That&#8217;s why I believe that learning by doing is the best way to learn something new.&#8221;</p>\n\n\n\n<p>He added: &#8220;My advice to others is don&#8217;t be afraid of doing something awful when you create something for the first time. It&#8217;s okay. We&#8217;ve all been through that initial phase.&#8221;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-winter-lake.jpg?resize=640%2C1024&#038;ssl=1\" alt=\"Artemy looking across a lake in the winter time\" class=\"wp-image-16245\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-winter-lake.jpg?resize=640%2C1024&amp;ssl=1 640w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-winter-lake.jpg?resize=188%2C300&amp;ssl=1 188w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-winter-lake.jpg?resize=768%2C1229&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-winter-lake.jpg?resize=960%2C1536&amp;ssl=1 960w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-winter-lake.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 640px) 100vw, 640px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>&#8220;It&#8217;s nice to have a mentor when you learn something new. Luckily, you don&#8217;t need a person sitting next to you anymore. All of us have got the best mentor possible: the Internet. If you don&#8217;t know how to do something, then search for how other people have done the same thing,&#8221; Artemy said.</p>\n\n\n\n<p>&#8220;No wonder some say that one of the most required skills of every developer is the willingness to learn and to know how to search for information. This is one of the reasons WordPress is one of the best options for beginners. Now there is so much more information and help available to learn, more than there was when I first began.&#8221;</p>\n\n\n\n<p>Artemy feels that the willingness of others to share their experience and problem-solve together is a big strength of the WordPress community and also the reason for its ongoing success: &#8220;When you stumble upon a problem, there&#8217;s a high probability that someone already asked the same question on one of the forums or websites. If you&#8217;re lucky enough, someone already wrote a post about your problem with a great explanation of how to solve it with examples and code snippets.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress is for beginners and long-term careers</h2>\n\n\n\n<p>WordPress is not a software with strict limits, and it can be adapted and used in many different ways by beginners and advanced developers.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I like to learn something that excites me and makes my brain work. With WordPress, I am able to find interesting and creative solutions.</p>\n</blockquote>\n\n\n\n<p>There are so many new things to learn that Artemy decided to stay in web development, and he sees it as a perfect channel for his creativity and abstract thinking. It may seem very different from his initial education in literature, sociology, and philosophy. Still, he has found those studies sharpened his skills for understanding, communicating, and working with clients on creative solutions to challenges.</p>\n\n\n\n<p>Artemy enjoys the client side of his work and interacting with different studios and agencies. His international work allows him to use WordPress and WooCommerce in many different environments, both large and small, which keeps the software exciting. He said: &#8220;I believe if you want to learn something you have to practice using it a lot. Open source is a big advantage in this.&#8221; Artemy found that the more he experiences various sites and clients, the more flexible and helpful he can be in helping them find the right solution.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Inspired to help others use WordPress</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"639\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-from-pier.jpg?resize=1024%2C639&#038;ssl=1\" alt=\"Artemy standing on the pier\" class=\"wp-image-16243\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-from-pier.jpg?resize=1024%2C639&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-from-pier.jpg?resize=300%2C187&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-from-pier.jpg?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-from-pier.jpg?resize=1536%2C959&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-from-pier.jpg?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>A willingness to share and grow skills together is what open source environments champion. This collaborative environment inspired Artemy to focus on using WordPress professionally and to share what he learned. &#8220;There is a lot of free code and snippets available for anyone to use. I have been grateful to all of the people who have written answers on sites like Stack Overflow, written blog posts, created free plugins, and other helpful materials. It made me want to help others when I was able to.&#8221;</p>\n\n\n\n<p>In August 2021, Artemy began blogging about using WordPress:&nbsp;&#8220;I like to think that this way I am repaying my learning debt for all the content I have consumed. It makes me happy to see that people really read my posts, and it helps them solve their WordPress problems. So, today, when I face a problem and can&#8217;t find the solution, I think it might be a great idea for a new post!&#8221;</p>\n\n\n\n<p>He also likes to keep up with how other people use WordPress by visiting Stack Overflow, WordPress Facebook groups, and other communities where people ask questions almost daily. He helps where he can in those channels or gains inspiration for new content. He believes&nbsp;<a href=\"https://learn.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Learn.WordPress.org</a>&nbsp;and the&nbsp;<a href=\"https://developer.wordpress.org/news/\" target=\"_blank\" rel=\"noreferrer noopener\">Developer Blog</a>&nbsp;are valuable resources for beginners and more advanced developers too. As those resources grow, they will increasingly become a place where others can share their development knowledge and use cases.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Every community is a two-way street</h2>\n\n\n\n<p>Artemy encourages everyone to become a part of the WordPress community. “There are a lot of opportunities for everyone,” he said. “You can help with the translation of your favorite plugins or themes. You can create your own plugin or become a contributor to an already existing open source plugin. You can write tutorials. You can write reviews helping other people to choose the best option for them. You can help people on support forums.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Every contribution, big or small, makes WordPress better. It is a great experience to be part of it.</p>\n</blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these open source contributor stories and continue to grow the community.&nbsp;Meet more WordPressers in the&nbsp;<a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<p>To discover more about how to use WordPress, and start your own story, visit&nbsp;<a href=\"https://learn.wordpress.org/\">Learn.WordPress.org</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/kayart/\" target=\"_blank\" rel=\"noreferrer noopener\">Artemy Kaydash</a> for sharing about his adventures in WordPress, and to <a href=\"https://profiles.wordpress.org/webcommsat/\" target=\"_blank\" rel=\"noreferrer noopener\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" target=\"_blank\" rel=\"noreferrer noopener\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/meher/\" target=\"_blank\" rel=\"noreferrer noopener\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/marks99/\" target=\"_blank\" rel=\"noreferrer noopener\">Mark Smallman</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\" target=\"_blank\" rel=\"noreferrer noopener\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" target=\"_blank\" rel=\"noreferrer noopener\">Chloe Bringmann</a>, and <a href=\"https://profiles.wordpress.org/marybaum/\" target=\"_blank\" rel=\"noreferrer noopener\">Mary Baum</a> for interviews, editorial, images, and reviews. </em></p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16470\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WP Briefing: Episode 67: Openverse &amp; Photo Directory Rewind\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2023/11/openverse-photo-directory-rewind/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Nov 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16454\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:265:\"WordPress Executive Director, Josepha Haden Chomphosy, returns to a recent episode of the WordPress Briefing, which discussed two resources for openly licensed media in the WordPress project– Openverse and Photo Directory– and how they differ from one another! \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:50:\"https://wordpress.org/news/files/2023/11/WP067.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11659:\"\n<p>WordPress Executive Director, Josepha Haden Chomphosy, returns to a recent episode of the WordPress Briefing, which discussed two resources for openly licensed media in the WordPress project– Openverse and Photo Directory– and how they differ from one another! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/photos/\">Photo Directory Make Page</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/photos/submit/\">Submit a Photo to the Photo Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/\">Openverse Make Page</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/44496\">Openverse Call for Contributions: Block Editor Integration</a> (now closed)</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\" target=\"_blank\" rel=\"noreferrer noopener\">State of the Word</a>&nbsp;&#8211; The countdown is on for this year&#8217;s State of the Word! If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11, 2023. State of the Word will include a Q&amp;A session. If you want to participate, you can send your question to&nbsp;<a href=\"mailto:ask-matt@wordcamp.org\" target=\"_blank\" rel=\"noreferrer noopener\">ask-matt@wordcamp.org</a>&nbsp;or ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream.</li>\n\n\n\n<li>WordCamp Asia has <a href=\"https://asia.wordcamp.org/2024/call-for-sponsors-extended-to-november-30th/\" target=\"_blank\" rel=\"noreferrer noopener\">extended their call for sponsors</a>, slated to take place in Taipei, Taiwan, March 7-9, 2024. The new deadline has been extended to November 30, 2023.</li>\n\n\n\n<li>The Documentation Team created a new GitHub repo for end-user documentation and its translations to all locales. More info about this can be found&nbsp;<a href=\"https://make.wordpress.org/project/2023/09/06/documentation-translation-localization/\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16454\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, we&#8217;re going to take a listen to last year&#8217;s episode about Openverse and the Photo Directory. A lot has changed in that project, well in, in both of those projects since then. For instance, the Photo Directory just passed a 10,000 photo milestone. And Openverse, in the past year, got their own URL and have been hard at work strengthening the reliability of their APIs.</p>\n\n\n\n<p>[00:01:03] <strong>Josepha:</strong> But for some folks, it might still be a little unclear just what the difference is between these two projects. So let&#8217;s take a listen, and don&#8217;t forget to catch the updated small list of big things at the end of the episode.&nbsp;</p>\n\n\n\n<p>[00:01:13] (Music interlude)</p>\n\n\n\n<p>[00:01:21] <strong>Josepha:</strong> About 18 months ago, the Openverse project became part of the WordPress open source project, and at roughly the same time, we also welcomed in the Photo Directory.</p>\n\n\n\n<p>Since that time, we&#8217;ve seen growth of teams supporting both of these initiatives. But if you&#8217;re not involved in the day-to-day, it can be hard to know how those two things fit together or if they fit together at all.</p>\n\n\n\n<p>[00:01:41] <strong>Josepha:</strong> Today, let&#8217;s take a brief tour of those two projects and why they came to be.&nbsp;In my timeline, work on the Photo Directory started before the work on Openverse, so that&#8217;s where we&#8217;ll start.</p>\n\n\n\n<p>For as long as I can remember, the WordPress community has raised the need for WordPress-first ways to have and host GPL-compatible photos for use in themes, site builds, and marketing efforts as a whole. As recently as 2016, that was still coming up as a question at various flagship events and among the career photographers that contribute their time to WordPress.</p>\n\n\n\n<p>[00:02:13] <strong>Josepha:</strong> So, in 2017 and 2018, as attention started to turn toward rebuilding the CMS using blocks, it dropped down the list of priority items. But it never really went away as a thing that people were hoping we could do for the project as a whole. So in 2019, it was becoming clear that having open source-first tools of all varieties for people whose businesses were built on our software would help broaden the availability of the open source freedoms we believe in.</p>\n\n\n\n<p>This began the work on the Photo Directory with the intention of providing a GPL-friendly, community-driven repository of images. It has since launched, and we have photos in it now. We have a whole team around it. It&#8217;s wonderful. But that is how that all kind of came to be.&nbsp;</p>\n\n\n\n<p>[00:02:58] <strong>Josepha:</strong> Openverse, on the other hand, was launched as CC Search in 2019 with the laudable mandate to increase the discoverability and accessibility of open access media.</p>\n\n\n\n<p>Late in 2020, while work on the Photo Directory was underway, Matt shared with me that the team was looking for a new project home. When I first met with them, they shared an overview of the product, which they shorthanded as an open source search engine that searches openly licensed images. We were working on a repo of openly licensed images, so clearly, this was all written in the stars. And so you might be asking yourself at this point, great, how does it work together?</p>\n\n\n\n<p>I think for most of us, the timeline there kind of covers the question of what is the difference between these two things.&nbsp;</p>\n\n\n\n<p>But because I never know which of you will want to strike up a conversation about open source on an elevator, I&#8217;ve also got the elevator pitch version as well.&nbsp;</p>\n\n\n\n<p>[00:03:52] <strong>Josepha:</strong> Openverse is an open source search engine that searches, indexes, and aggregates copy left media from across the web using sources such as WordPress&#8217;s Photo Directory, Flickr&#8217;s CC Tagged Media, and Wikimedia, to name just a few.&nbsp;</p>\n\n\n\n<p>Another key difference between the Photo Directory and Openverse is that in order to contribute to the Photo Directory, now that it&#8217;s all built, that&#8217;s mostly done by submitting photos or reviewing photos. So, you don&#8217;t really need to be a developer to join in.&nbsp;</p>\n\n\n\n<p>Openverse not only is a developer-centric contribution opportunity, but it also uses a different tech stack than WordPress as a whole. So, it&#8217;s a good place for folks to go if they&#8217;re looking to broaden their horizons.</p>\n\n\n\n<p>[00:04:37] <strong>Josepha:</strong> So that&#8217;s your elevator pitch of what is Openverse and how does it use the Photo Directory.&nbsp;</p>\n\n\n\n<p>You have a couple of ways that you can get involved with these two projects. For the Photo Directory, as I mentioned at the start, you can always contribute photos, and they could always use more photo contributions.</p>\n\n\n\n<p>I&#8217;ll include a link to the submission guidelines in the show notes below, and as I mentioned, it is a no-code way to give back to the WordPress project. So, no code is required, no development environments, no testing skills. The Photo Directory team also could always use more contributors to help with the moderating of photo submissions.</p>\n\n\n\n<p>And so I&#8217;ll link to their making WordPress page in the show notes as well so that you can get started there.&nbsp;</p>\n\n\n\n<p>[00:05:22] <strong>Josepha:</strong> And as I mentioned before, Openverse is an aggregator, so it doesn&#8217;t host any media itself, but it is always accepting suggestions for new GPL-compatible media providers. I&#8217;ll link the area where you can leave suggestions in the show notes as well.</p>\n\n\n\n<p>And if you are more code-inclined, there&#8217;s an open issue for adding Openverse browsing to the block editor right now.&nbsp;&nbsp;</p>\n\n\n\n<p>So I&#8217;ll link that issue in the show notes in case you thought to yourself, gosh, that sounds like my most favorite thing to do. That is where you can go.&nbsp;</p>\n\n\n\n<p>[00:05:53] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:01] <strong>Josepha:</strong> And that brings us now to our November 2023 small list of big things.</p>\n\n\n\n<p>[00:06:07] <strong>Josepha:</strong> The first thing that&#8217;s on the small list of big things this week is that the countdown is on for this year&#8217;s State of the Word. If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11th, 2023. State of the Word will include a Q&amp;A session, and if you want to participate, you can send your question to ask-matt@wordcamp.org.&nbsp;Or, ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream, so if you&#8217;re choosing that option, don&#8217;t worry; there&#8217;s not anything to do right this second.&nbsp;</p>\n\n\n\n<p>[00:06:40] <strong>Josepha:</strong> The second thing on the list is that WordCamp Asia has extended their call for sponsors for the conference that is slated to take place in Taipei, Taiwan, March 7th through 9th, 2024. The new deadline has been extended to November 30th, 2023, and so if you have been on the fence about whether to sponsor that event or not, for one, please do sponsor it, and for two, you still have a little bit of time to get over there and show your support.</p>\n\n\n\n<p>[00:07:05] <strong>Josepha:</strong> And then the last thing on the small list of big things is that the documentation team now has a new GitHub repo created for end-user documentation and its translations into all locales. For more information about this, come check out the show notes. I will have a link right there for you. And that, my friends, is your small list of big things.</p>\n\n\n\n<p>[00:07:26] <strong>Josepha:</strong> Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you have questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:07:51] (Music outro)</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"State of the Word 2023 – Madrid, Spain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Nov 2023 20:03:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"sotw\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"state of the word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16429\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"The countdown is on for this year\'s State of the Word! If you missed the initial announcement a few weeks ago, mark your calendars for December 11, 2023.\n\nState of the Word is the annual keynote in which WordPress co-founder Matt Mullenweg celebrates the progress of the open source project and offers a glimpse into its future.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4321:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1024%2C683&#038;ssl=1\" alt=\"State of the Word\" class=\"wp-image-16438\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The countdown is on for this year&#8217;s State of the Word! If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11, 2023.</p>\n\n\n\n<p>State of the Word is the annual keynote in which WordPress co-founder <a href=\"https://ma.tt/\">Matt Mullenweg</a> celebrates the progress of the open source project and offers a glimpse into its future.</p>\n\n\n\n<p>For the first time, State of the Word ventures beyond North America, bringing the WordPress community to a new and vibrant city that plays a vital role in the WordPress project &#8212; Madrid, Spain! The event will be live-streamed to WordPress enthusiasts and newcomers around the globe via the <a href=\"https://youtube.com/wordpress\">WordPress YouTube channel</a>.</p>\n\n\n\n<p>Please visit the <a href=\"https://wordpress.org/state-of-the-word\">event website</a> for more event details and live-streaming information.</p>\n\n\n\n<p><strong>What:</strong> State of the Word 2023<br><strong>When: </strong><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2023&amp;dates=20231211T150000Z/20231211T190000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%E2%80%99s+co-founder%2C+Matt+Mullenweg.+Every+year%2C+Matt+shares+reflections+on+the+project%E2%80%99s+progress+and+the+future+of+open+source.+Expect+this+and+more+in+this+year%E2%80%99s+edition.%0A%0AState+of+the+Word+will+be+live+streamed+from+Madrid,+Spain,+and+is+free+for+all+to+watch+or+attend+in+person+with+a+ticket.%0A%0Ahttps://wordpress.org/state-of-the-word/\">December 11, 2023, 15:00 UTC</a> (Start of live stream)<br><strong>Where: </strong><a href=\"https://www.palacioneptuno.com/\">Palacio Neptuno</a>, Madrid, Spain<br><strong>Streaming: </strong><a href=\"https://youtube.com/wordpress\">Watch the live stream</a> on the WordPress YouTube channel.<br><strong>Tickets: </strong><a href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2023-spain\">Request a ticket to attend in person</a>.<strong><br></strong><em>Please note that the venue’s capacity is limited; therefore, not all ticket requests will be granted. </em><br><strong>Meetups: </strong>The community will support several local watch parties globally, both in<br>person and online. <a href=\"https://wordpress.org/state-of-the-word\">Find one near you or organize one</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Have a question for Matt?</h2>\n\n\n\n<p>State of the Word will include a Q&amp;A session. If you want to participate, you can send your question to ask-matt@wordcamp.org or ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream.</p>\n\n\n\n<p>Given the volume of questions usually submitted, only some will be answered live, while others will be covered in a follow-up post published after the event on <a href=\"https://make.wordpress.org/project\">make.wordpress.org/project</a>.</p>\n\n\n\n<p>Is this your first State of the Word? Check out <a href=\"https://wordpress.tv/tag/state-of-the-word/\">prior events on WordPress.tv</a> for an introduction to the format.</p>\n\n\n\n<p>See you in person and online on December 11!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> for reviewing this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16429\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:68:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Introducing Twenty Twenty-Four\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/news/2023/11/introducing-twenty-twenty-four/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2023 18:29:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:18:\"Twenty Twenty-Four\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16394\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Meet Twenty Twenty-Four, the most versatile default theme yet—bundled with WordPress 6.4 and ready to make it uniquely yours.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2023/11/tt4-i9-small-1.mp4\";s:6:\"length\";s:7:\"6747134\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:82:\"https://wordpress.org/news/files/2023/11/tt4-howto-replace-template_compressed.mp4\";s:6:\"length\";s:8:\"12815358\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Maggie Cabrera\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7224:\"\n<p>When it comes to designing a website, one size doesn&#8217;t fit all. We understand that every WordPress user has unique needs and goals, whether you&#8217;re an aspiring entrepreneur, a passionate photographer, a prolific writer, or a bit of them all. That&#8217;s why we are thrilled to introduce <a href=\"https://wordpress.org/themes/twentytwentyfour/\"><strong>Twenty Twenty-Four</strong></a>, the most versatile default theme yet—bundled with <a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4</a> and ready to make it uniquely yours.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls poster=\"https://wordpress.org/news/files/2023/11/TT4-square.jpg\" src=\"https://wordpress.org/news/files/2023/11/tt4-i9-small-1.mp4\"></video></figure>\n\n\n\n<h2 class=\"wp-block-heading\">A theme for every style</h2>\n\n\n\n<p>Unlike past default themes, Twenty Twenty-Four breaks away from the tradition of focusing on a specific topic or style. Instead, this theme has been thoughtfully crafted to cater to any type of website, regardless of its focus. The theme explores <strong>three different use cases</strong>: one designed for entrepreneurs and small businesses, another for photographers and artists, and a third tailored for writers and bloggers. Thanks to its multi-faceted nature and adaptability, Twenty Twenty-Four emerges as the perfect fit for any of your projects.</p>\n\n\n\n<p>As you dive into its templates and patterns, you will notice how the new Site Editor functionality opens up different pathways for building your site seamlessly.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Patterns at every step</h2>\n\n\n\n<p>Whether you&#8217;re looking to craft an About page, showcase your work, handle RSVPs, or design captivating landing pages, Twenty Twenty-Four has got you covered.<strong> </strong>Choose from an extensive collection of <a href=\"https://2024.wordpress.net/index.php/patterns/\"><strong>over 35 beautiful patterns</strong></a> to customize and suit your needs.</p>\n\n\n\n<p>For the first time, this theme features full-page patterns for templates like homepage, archive, search, single pages, and posts. Some are exclusively available during the template-switching and creation process, ensuring you have the right options when you need them.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://wordpress.org/news/files/2023/11/tt4-howto-replace-template_compressed.mp4\"></video></figure>\n\n\n\n<p>Moreover, you can take advantage of a variety of patterns for page sections, such as FAQs, testimonials, or pricing, to meet your site&#8217;s most specific requirements.</p>\n\n\n\n<p>With this diverse pattern library, Twenty Twenty-Four offers a flexible canvas to quickly assemble pages without having to start from scratch—saving you time and energy in the creation process. Just let your creativity flow and explore the possibilities!</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=1024%2C682&#038;ssl=1\" alt=\"Screenshots of Twenty Twenty-Four patterns.\" class=\"wp-image-16397\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?resize=1536%2C1023&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/11/TT4-Post-Image-1.jpg?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Site editing in its finest form</h2>\n\n\n\n<p>Twenty Twenty-Four ushers in a new era of block themes by bringing together the latest WordPress site editing capabilities. Discover newer design tools such as background image support in Group blocks and vertical text, providing an intuitive and efficient way to create compelling, interactive content.</p>\n\n\n\n<p>Find image placeholders with predefined aspect ratio settings within patterns, allowing you to drop images that perfectly fill the space. To go one step further, make your visuals interactive by enabling lightboxes. Ideal for showcasing galleries or portfolio images, this feature allows your visitors to expand and engage with them in full-screen mode. Activate it globally for all images throughout your site or for specific ones.</p>\n\n\n\n<p>For a smoother browsing experience on your site, you can disable the &#8220;Force page reload&#8221; setting in the Query Loop block. This allows the necessary content to be loaded dynamically when switching between different pages without needing a full-page refresh.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Elegance with purpose</h2>\n\n\n\n<p>Twenty Twenty-Four goes beyond versatility with a beautiful aesthetic inspired by contemporary design trends, giving your website a sleek and modern look. Key design elements include:</p>\n\n\n\n<ul>\n<li><strong>Cardo font for headlines</strong>: The Cardo font adds a touch of elegance to your site, creating a sophisticated visual experience.</li>\n\n\n\n<li><strong>Sans-serif system font for paragraphs</strong>: The sans-serif font ensures that your texts are cleaner and easier to read, enhancing overall readability.</li>\n\n\n\n<li><strong>Eight style variations</strong>: Twenty Twenty-Four presents a light color palette for a fresh and inviting appearance out-of-the-box, but you can customize it with seven additional style variations. Each includes fonts and colors carefully curated to work beautifully alongside the patterns and templates.</li>\n\n\n\n<li><strong>Sans-serif variations</strong>: Besides the default styles, the theme offers two additional sans-serif variations, providing more choices for your site&#8217;s typography.</li>\n</ul>\n\n\n\n<p>Along with its design, Twenty Twenty-Four has been meticulously optimized for performance. This ensures that your website not only looks great but also delivers a fast and efficient user experience.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://playground.wordpress.net/?theme=twentytwentyfour\">Explore Twenty Twenty-Four now</a></div>\n</div>\n\n\n\n<p>More information can be found in the following links:</p>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/themes/twentytwentyfour/\">Download Twenty Twenty-Four</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/documentation/article/twenty-twenty-four/\">Twenty Twenty-Four Documentation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Twenty Twenty-Four Kick Off</a></li>\n</ul>\n\n\n\n<p><em>The Twenty Twenty-Four theme was designed by </em><a href=\"https://profiles.wordpress.org/beafialho/\"><em>Beatriz Fialho</em></a><em> and made possible thanks to the passion and tireless work of <a href=\"https://github.com/WordPress/twentytwentyfour/blob/trunk/CONTRIBUTORS.md\">more than 120 contributors</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16394\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WP Briefing: Episode 66: Advocating Open Source Solutions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2023/11/episode-66-advocating-open-source-solutions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16357\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:296:\"WordPress Executive Director, Josepha Haden Chomphosy, speaks to the strategic approach to integrating open source solutions within your company and offers insight into initiating open source advocacy conversations. Tune in for a session that could redefine your company\'s technological approach.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2023/11/WPB066.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11349:\"\n<p>WordPress Executive Director, Josepha Haden Chomphosy, speaks to the strategic approach to integrating open source solutions within your company and offers insight into initiating open source advocacy conversations. Tune in for a session that could redefine your company&#8217;s technological approach.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4 &#8220;Shirley&#8221;</a>  &#8211; The final major release of 2023 launched on November 7 &#8211; WordPress 6.4 &#8220;Shirley.&#8221; Download and check out this empowering release. </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/10/31/whats-new-on-learn-wordpress-in-october-2023/\" target=\"_blank\" rel=\"noreferrer noopener\">The Training Team recently published</a> several new Learn resources for training guides to support Meetup Organizers. From lesson plans to online workshops, there are several ways to help you in your goals as a contributor to WordPress.</li>\n\n\n\n<li>The Diversity Team <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\" target=\"_blank\" rel=\"noreferrer noopener\">recently published</a> a new Diverse Speaker Training page, providing resources for new and experienced contributors to bring more diverse speaker lineups and inclusive, diverse WP events for official WordPress Meetups and WordCamps.</li>\n\n\n\n<li>If you have a story showing how WordPress has impacted what you are doing or what people you know have done, record something and send it to <a href=\"mailto:wpbriefing@WordPress.org\">wpbriefing@WordPress.org</a>. We&#8217;d love to hear from you.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16357\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, we&#8217;re talking about something I used to have a lot of experience with in my career before WordPress. I worked at a marketing agency. I wasn&#8217;t a developer. I was in data and strategy sorts of things. But part of the work heading into every project was an evaluation of what software was best. There were always a variety being considered, but WordPress was frequently one of them.</p>\n\n\n\n<p>Now, I don&#8217;t know if any of you have had that moment where you&#8217;re having to talk open source with a CTO or a CEO, but it can be nerve-wracking, to say the least. And it makes sense, right? Open source has a PR problem, especially when you&#8217;re speaking to leadership inside a business. And it doesn&#8217;t really matter the size, right?</p>\n\n\n\n<p>You&#8217;re advocating for something that requires a completely different mental model. It doesn&#8217;t fit into accepted concepts of what makes a business thrive or what makes a bet a sure thing. There were three, maybe four, concerns that came up every time I had this conversation. So, I&#8217;m going to share those concerns with you and a few possible counterpoints to get you started.</p>\n\n\n\n<p>[00:01:48] <strong>Josepha:</strong> First and always is the concern around security. I believe that this particular mismatch is rooted in an idea that controlled equals secure, which isn&#8217;t always the case. So the talking point is this. Since open source has a transparent development process, it is often more secure than proprietary software, contrary to what you might hear.</p>\n\n\n\n<p>That transparency allows vulnerabilities to be identified by independent researchers and community members and then patched quickly because you aren&#8217;t limited by who or what you know personally. </p>\n\n\n\n<p>And if you&#8217;re not having a conversation where you&#8217;re having to defend the security in open source and you just want to bring it up yourself, here is a conversation opener for that. Security is a top concern for all of us. Surprisingly, open source solutions often have stronger security measures due to the collaborative nature of their development. It&#8217;s a proactive approach to minimizing risks.&nbsp;</p>\n\n\n\n<p>[00:02:43] <strong>Josepha:</strong> A second thing that frequently came up was questions around innovation and future proofing of open source products. I think this mismatch is fully rooted in the Cathedral and the Bazaar methods of advancement. So the talking point for that one is this. Embracing open source fosters innovation. We can tap into the latest technologies and stay ahead of industry trends that way. It is specifically because we have a diverse set of viewpoints that we can make sure to quickly account for future risks, along with taking advantage of future opportunities. And by our organization being more active, we can potentially get exactly the solutions we need for our clients long term.</p>\n\n\n\n<p>And the conversation opener for this, if you are the one bringing up the topic, is I&#8217;ve been thinking about our long-term goals and how to keep our technology stack relevant. Open source not only keeps us current but also positions us as innovators in our field.</p>\n\n\n\n<p>[00:03:40] <strong>Josepha:</strong> And finally, the thing that seems to make or break the decision is the concept of independence. Part of any good business decision, especially around software, is determining upfront costs to getting started, long-term effectiveness of the chosen solution, and long-term mobility should circumstances change. Open source can address these from multiple vantage points.</p>\n\n\n\n<p>So here&#8217;s a good talking point for that one. Open source liberates us from vendor lock-in. We&#8217;re not tied to a single vendor&#8217;s roadmap or pricing changes, providing us with more options that suit our needs our clients&#8217; needs. Also, given how ubiquitous WordPress is in particular, there will always be a disaster recovery option should a senior developer leave.</p>\n\n\n\n<p>And beyond all of that, clients can own all of the content, audience attention, and clientele that we have all worked so hard to help them earn. And again, if you&#8217;re not defending things and instead choosing to bring them up as somebody who is trying to affect change in your own organization, here is a good place to start for that.</p>\n\n\n\n<p>Considering the dynamic nature of our industry, having the freedom to choose solutions independent of a specific vendor makes sure that we are always in control of our destiny.</p>\n\n\n\n<p>[00:04:59] <strong>Josepha:</strong> So, those are the three most frequent things I encountered when I was having conversations about which software to choose and what software was the best choice long term for both our organization and our client&#8217;s organizations.</p>\n\n\n\n<p>If you have been in the midst of this type of conversation and have been longing for some counterpoints, I hope this helps. But if you have been feeling in your heart of hearts that your company or organization would be better off using open source software, and of course, in my context, particularly WordPress as that software, but you&#8217;ve been worried about bringing it up, I hope this gives you the courage to get out there and be an agent of change in your organization. You can do it, and I know you can.</p>\n\n\n\n<p>[00:05:44] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:05:51] <strong>Josepha:</strong> All right, my friends, that brings us now to our small list of big things. </p>\n\n\n\n<p>[00:05:57] <strong>Josepha:</strong> First on the list, big, big thing. We launched WordPress 6.4 on November 7th, about a week ago. Be sure to download and check out the latest update on this monumental release. And while you&#8217;re doing it. Be sure to check out the new default theme that came out with it. It has a lot of patterns in it. I know I&#8217;ve talked about it quite a bit over the course of the year, but it&#8217;s really beautiful, and I think that it&#8217;s worth a good, strong highlight. So WordPress 6.4, you can get it on WordPress.org/download or inside your own host, probably. </p>\n\n\n\n<p>[00:06:29] <strong>Josepha:</strong> The second thing that we have is that the training team recently published several new Learn resources to support meetup organizers. So we&#8217;ve got over there some lesson plans, tutorials, online workshops. And there are also new materials that help you figure out how to accomplish your goals as a contributor to the WordPress project.</p>\n\n\n\n<p>[00:06:49] <strong>Josepha:</strong> And we also have a recently published new diverse speaker training page. It provides incredible resources for new and experienced contributors to bring more diverse speaker lineups and inclusive, diverse WordPress events for official WordPress meetups and WordCamps. </p>\n\n\n\n<p>[00:07:06] <strong>Josepha:</strong> And the fourth thing on our small list of big things today is that I would love to get a few voice recordings from you all, from folks who are listening to the WordPress Briefing, or folks that you know, to learn more about how WordPress has impacted you. </p>\n\n\n\n<p>One of the things that I miss the most from my days as a WordCamp organizer is that annually, I got to see people who had shown up, once at a meetup, you know, to learn what WordPress was, and then came back year after year to our WordCamp with these new goals and new successes and I got to watch their businesses change over time. And so if you have a story like that where WordPress impacted what you are doing or what people that you know have done, record something and send it to wpbriefing@WordPress.org. </p>\n\n\n\n<p>So that, my friends, is your small list of big things.</p>\n\n\n\n<p>[00:08:04] <strong>Josepha:</strong> Don&#8217;t forget to follow us on your favorite podcasting app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there is a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:08:31] (Music outro)</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16357\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 16 Dec 2023 05:48:59 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Tue, 12 Dec 2023 16:16:54 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20230919080345\";}','no'),(4032,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1702748939','no'),(4033,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1702705739','no'),(4034,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1702748941','no'),(4035,'_transient_timeout_wpmet-jhanda-10011058','1704001741','no'),(4036,'_transient_wpmet-jhanda-10011058','1','no'),(4037,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Do The Woo Community: Resources and Opportunities in WordPress for Speaking, Contributing and Connecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78697\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://dothewoo.io/wordcamps-resources-jobs-supporting-community/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:423:\"<p>WordCamp opportunities, supporting underrepresented and connecting the WordPress community with resources and sites.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/wordcamps-resources-jobs-supporting-community/\">Resources and Opportunities in WordPress for Speaking, Contributing and Connecting</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Dec 2023 12:31:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"HeroPress: Better Development With WordPress, WP Photos, And More!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=6201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"https://heropress.com/better-development-with-wordpress-wp-photos-and-more/#utm_source=rss&utm_medium=rss&utm_campaign=better-development-with-wordpress-wp-photos-and-more\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9783:\"<img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2023/12/839655ae1936ee3c0.52974282-1024x768.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Boy in a boat on a Bangladesh beach at sunset.\" /><div class=\"kb-row-layout-wrap kb-row-layout-id6201_381c02-47 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6201_11d963-76 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6201_1ef628-4f wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/\">HeroPress.com</a> &#8211; <a href=\"https://heropress.com/essays/wordpress-taught-better-developer/\">How WordPress Taught Me To Be a Better Developer</a></h2>\n\n\n\n\n\n<div class=\"wp-block-image is-style-default\">\n<img width=\"300\" height=\"300\" src=\"https://heropress.com/wp-content/uploads/2016/05/ed_finkler-300x300.jpg\" alt=\"Ed Finkler\" class=\"wp-image-999\" /></div>\n\n\n\n<p>Ed Finkler was a WordPress developer for a long time and then moved on to &#8220;real programming&#8221;. He&#8217;s on the of few that still have respect for The WordPress Way, and is grateful for what it taught him.</p>\n\n\n\n<p><em>Ultimately what I find most satisfying in life is not the particular actions I’ve chosen, but <strong>the impact they have upon the people around me</strong>.</em></p>\n\n\n\n<p>Ed&#8217;s essay is <a href=\"https://heropress.com/essays/wordpress-taught-better-developer/\">available</a> on <a href=\"https://heropress.com\">HeroPress.com</a>.</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6201_108596-f6\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6201_71411b-5e alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6201_18957b-7a inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6201_a44261-b0 wp-block-kadence-advancedheading\"><a href=\"https://hallwaychats.com\">WPPhotos.Info</a></h2>\n\n\n\n\n\n<div class=\"wp-block-image\">\n<img width=\"300\" height=\"225\" src=\"https://heropress.com/wp-content/uploads/2023/12/975656edaa198dd64.92618733-scaled-1-300x225.jpg\" alt=\"\" class=\"wp-image-6206\" /></div>\n\n\n\n<p>This week&#8217;s <a href=\"https://wpphotos.info\">WPPhotos Info</a> is called &#8220;<a href=\"https://wpphotos.info/thermosolar-plant/\">Thermosolar plant in Seville</a>&#8220;. </p>\n\n\n\n<p>This photo was taken by <a href=\"https://wordpress.org/photos/author/nilovelez/\">Nilo Velez</a> and it is the thermosolar plant inside the Heineken factory in Seville. They use it to boil water and save energy when they are making beer.</p>\n\n\n\n<p><a href=\"https://wpphotos.info/thermosolar-plant/\">Read more of the story at WPPhotos.info!</a></p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6201_92eb7e-24\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6201_700552-40 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6201_feb2c3-de inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6201_646446-89 wp-block-kadence-advancedheading\"><a href=\"https://wppodcasts.com\">WP Podcasts</a></h2>\n\n\n\n\n\n\n<a href=\"https://wppodcasts.com\"><img src=\"https://heropressnetwork.com/wp-content/uploads/2024/01/pocket_casts_single_315.png\" alt=\"Pocket Casts image\" class=\"wp-image-4316\" /></a>\n\n\n\n\n<p>There were <em>eighteen</em> WordPress podcast episodes released this week! There&#8217;s also a new podcast this week, <a href=\"https://wppodcasts.com/podcast/the-wordpress-edge/\">The WordPress Edge</a>!</p>\n\n\n\n<ul>\n<li><a href=\"https://underrepresented-in-tech.castos.com/episodes/our-thoughts-on-feminism#new_tab\">Our Thoughts on Feminism</a> from <a href=\"https://wppodcasts.com/podcast/underrepresented-in-tech/\">Underrepresented in Tech</a></li>\n\n\n\n<li><a href=\"https://wp-tonic-show-a-wordpress-podcast.castos.com/episodes/891-wp-tonic-this-week-in-wordpress-saas-the-challenges-of-building-kadencewp-on-wordpress#new_tab\">#891 – WP-Tonic This Week in WordPress &amp; SaaS: The Challenges of Building KadenceWP On WordPress</a> from <a href=\"https://wppodcasts.com/podcast/wp-tonic/\">WP-Tonic</a></li>\n\n\n\n<li><a href=\"https://unbilleteachattanooga.com/episodio-240/#new_tab\">Episodio 240: Así nos lo montamos para ir a tantos eventos</a> de <a href=\"https://wppodcasts.com/podcast/un-billete-a-chattanooga/\">Un billete a Chattanooga</a></li>\n\n\n\n<li><a href=\"https://share.transistor.fm/s/2ca52c75#new_tab\">State of the Word 2023</a> from <a href=\"https://wppodcasts.com/podcast/the-wp-minute/\">The WP Minute</a></li>\n\n\n\n<li><a href=\"https://viewsource.fm/s2/5#new_tab\">We want to see more releases like WordPress 6.4</a> from <a href=\"https://wppodcasts.com/podcast/viewsource/\">viewSource</a></li>\n\n\n\n<li><a href=\"https://dothewoo.io/page-builders-documentation-and-an-scaling-for-swifties/#new_tab\">Page Builders, Documentation and an Scaling for Swifties</a></li>\n\n\n\n<li>Posted onDecember 8, 2023 <a href=\"https://wppodcasts.com/podcast/do-the-woo-a-woocommerce-podcast/\">Do the Woo &#8211; A WooCommerce Podcast</a></li>\n</ul>\n\n\n\n<p>There are new episodes every single day, so be sure to stop by <a href=\"https://wppodcasts.com\">WPPodcasts.com</a> and search for things that interest you!</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6201_ddcc4c-63\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6201_2a1478-17 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6201_1e2866-6e inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"wpphotos\" class=\"kt-adv-heading6201_fc6775-27 wp-block-kadence-advancedheading\"><a href=\"https://wordpress.org/photos\">WP Photos</a></h2>\n\n\n\n<p>Here are some of the great photos submitted to the <a href=\"https://wordpress.org/photos\">WPPhotos</a> project this week!</p>\n\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2023/12/2246576df3eb751b6.70554510-2048x1536-1.jpg\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2023/12/2246576df3eb751b6.70554510-2048x1536-1-1024x768.jpg\" alt=\"\" class=\"wp-image-6229\" /></a><a href=\"https://wordpress.org/photos/author/sharankrishna/\">sharankrishna</a>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2023/12/13965785a624c15b8.38688020-scaled.jpeg\"><img width=\"768\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2023/12/13965785a624c15b8.38688020-768x1024.jpeg\" alt=\"\" class=\"wp-image-6226\" /></a><a href=\"https://wordpress.org/photos/author/sheelagc44/\">sheelagc44</a>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2023/12/84657976a91e6c58.90548471-scaled.jpg\"><img width=\"576\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2023/12/84657976a91e6c58.90548471-576x1024.jpg\" alt=\"\" class=\"wp-image-6224\" /></a><a href=\"https://wordpress.org/photos/author/vishalrana2404/\">vishalrana2404</a>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2023/12/257657926fd43a316.15730428-scaled.jpeg\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2023/12/257657926fd43a316.15730428-1024x768.jpeg\" alt=\"\" class=\"wp-image-6228\" /></a><a href=\"https://wordpress.org/photos/author/devtanbir/\">Tanbir Ahmod</a>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2023/12/497657723b56b1e82.88549465-scaled.jpg\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2023/12/497657723b56b1e82.88549465-1024x768.jpg\" alt=\"\" class=\"wp-image-6225\" /></a><a href=\"https://wordpress.org/photos/author/smrajib/\">smrajib</a>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2023/12/40665771219281808.24779285-scaled.jpg\"><img width=\"1024\" height=\"689\" src=\"https://heropress.com/wp-content/uploads/2023/12/40665771219281808.24779285-1024x689.jpg\" alt=\"\" class=\"wp-image-6227\" /></a><a href=\"https://wordpress.org/photos/author/anildulal/\">anildulal</a>\n\n\n\n\n<p></p>\n\n\n\n<p>Be sure to check out the <a href=\"https://wordpress.org/photos/\">hundreds of other great photos</a>!</p>\n</div></div>\n\n</div></div>\n\n\n<p></p>\n\n\n\n<p>The header photo for this post is a <a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/839655ae19/\">photo</a> by <a href=\"https://wordpress.org/photos/author/ardhrubo/\">Dhrubo</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n\n\n\n<p>That&#8217;s it for this week! If you&#8217;d like to get this post in your email every week, <a href=\"https://heropressnetwork.com/newsletter\">make sure you sign up</a>!</p>\n\n<p>The post <a href=\"https://heropress.com/better-development-with-wordpress-wp-photos-and-more/\">Better Development With WordPress, WP Photos, And More!</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Dec 2023 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Do The Woo Community: A Post Mortem Marketing Analysis of Black Friday aka Stuff You Should Do\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78693\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://dothewoo.io/a-post-mortem-marketing-analysis-of-black-friday-aka-stuff-you-should-do/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:453:\"<p>Adam and Emma discuss the importance of conducting a post-mortem analysis after a major marketing campaign, such as Black Friday.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/a-post-mortem-marketing-analysis-of-black-friday-aka-stuff-you-should-do/\">A Post Mortem Marketing Analysis of Black Friday aka Stuff You Should Do</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Dec 2023 11:47:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Matt: Podcast with Texts founder Kishan and Techcrunch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=109295\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2023/12/kishan-techcrunch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1280:\"<p><a href=\"https://kishanbagaria.com/\">Kishan Bagaria</a> and I had chance to <a href=\"https://techcrunch.com/2023/12/13/why-automattic-spent-50m-on-texts-com/\">catch up with Alex Willhelm on the Techcrunch Equity podcast</a>, it&#8217;s a bit of a time travel since we recorded this on November 28<sup>th</sup> and there has been a ton of activity in the messaging space including the whole <a href=\"https://www.techmeme.com/231211/p17#a231211p17\">Beeper Mini launch and smackdown from Apple</a>. However it&#8217;s worth listening to get to know Kishan and hear some of Automattic&#8217;s broader, long-term strategy in this space. </p>\n\n\n\n<p>To give our current take with regards to iMessage: Right now we run on desktop only, basically automating Apple&#8217;s first-party app. This obviously won&#8217;t work on iOS or Android. With every network we support we want to have a good, non-adversarial relationship that puts the user first, with the utmost standards for privacy and security, and understanding the principles and values each network is trying to uphold. We&#8217;re watching this space unfold very closely, and trying to help where we can. Check out the episode here:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div>    <div></div>    </div>\n</div>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Dec 2023 03:35:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordCamp Central: 2023 Annual Meetup Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=4810030\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://central.wordcamp.org/news/2023/12/2023-annual-meetup-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1760:\"<p>In November, we launched the <a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\">Annual Meetup Survey</a>. This year, we propose a unified survey for all Meetup members and organizers. Because of lack of time, we were not able to coordinate the translation to other languages as we did in previous editions, and I&#8217;d love to apologize to all meetup members and organizers who were waiting for the survey to be available in their languages. Next year we&#8217;ll plan it in advance.</p>\n\n\n\n<p>Please take a moment to complete the <a href=\"https://wordpressdotorg.survey.fm/2023-meetup-annual-survey\">Annual Meetup Survey</a> – even if you haven’t participated in a meetup recently! This survey is an important opportunity to share your feedback on WordPress meetups in 2023 and how we can improve the program in the future. Even if you did not attend meetup events in 2023, your input is valuable! The survey takes less than 5 minutes to fill out, and the results will help strengthen WordPress meetups in the years to come.</p>\n\n\n\n<p>We hope to achieve a 100% response rate among Meetup organizers and members around the world, and get actionable insights about two challenges that the WordPress ecosystem is facing right now:</p>\n\n\n\n<ul>\n<li>How can we increase the number of WordPress events?</li>\n\n\n\n<li>How can we increase the number of WordPress users worldwide?</li>\n</ul>\n\n\n\n<p>The survey will remain open until January, Dec 14, 2024.</p>\n\n\n\n<p>To open the survey in a new tab, please use the following link: <a href=\"https://wordpressdotorg.survey.fm/2023-meetup-annual-survey\" target=\"_blank\" rel=\"noreferrer noopener\">https://wordpressdotorg.survey.fm/2023-meetup-annual-survey</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Dec 2023 15:06:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Isotta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: #103 – Emma Young on Exploring WordPress, the Software, the Events and the Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=151850\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/podcast/103-emma-young-on-exploring-wordpress-the-software-the-events-and-the-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48040:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case getting excited about WordPress.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Emma Young. Emma is the head of content for Hostinger, and is on the podcast today to chat through her new found love of WordPress and the community which surrounds it.</p>\n\n\n\n<p>Emma&#8217;s journey is quite inspirational. From having almost no experience with WordPress just a few years ago, she&#8217;s now immersed deeply in all that WordPress has to offer. Just over a year ago, she&#8217;d been using WordPress a little, but that was it. Then she found employment in the space and has been to all three 2023 flagship WordCamps, as well as the WordPress Community Summit. So the whole conversation is colored with this newness, and energy, which is quite infectious.</p>\n\n\n\n<p>We explore the delicate balance between profitability and community values in her job. Emma sheds light on Hostinger&#8217;s commitments in the WordPress space, and how they tread the tight rope of being a good community citizen while still turning a profit.</p>\n\n\n\n<p>We also delve into the company&#8217;s recent involvement in WordPress events and WordCamps, discussing the benefits they have reaped from these. It&#8217;s things like brand awareness and invaluable feedback from the community. Emma&#8217;s passion for networking and continuous improvement is evident as she shares her personal experiences. We discussed the inclusive nature of the WordPress community and the various pathways individuals with different personality types can follow to feel at home. Emphasizing the ample opportunities available for everyone to contribute.</p>\n\n\n\n<p>We get into the collaborative nature of the WordPress community, exploring the cameraderie, philanthropy, and human connections that thrive within WordPress events and projects. Emma shares her insights from her recent involvement in helping to organize WordCamp Europe, and her dedication to contributing to documentation.</p>\n\n\n\n<p>If you&#8217;re looking for a way to find your place in the WordPress community, this podcast is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, You can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Emma Young.</p>\n\n\n\n<p>I am joined on the podcast today by Emma Young. Hi Emma.</p>\n\n\n\n<p>[00:03:34] <strong>Emma Young:</strong> Hello.</p>\n\n\n\n<p>[00:03:35] <strong>Nathan Wrigley:</strong> Very nice to have you on the podcast today. We are going to talk about the WordPress community. We&#8217;re really going to hone in on the community, and Emma&#8217;s recent contributions. Her journey very recently, in really getting stuck into WordPress events and all of that kind of thing.</p>\n\n\n\n<p>Before we get into that Emma, I wonder if you wouldn&#8217;t mind just spending a moment, giving us your bio. You can go as far back as you like. But I guess, given that this is a WordPress podcast, maybe if we center it around WordPress and the community and so on.</p>\n\n\n\n<p>[00:04:04] <strong>Emma Young:</strong> Yeah. So just briefly, I had a lot of failed attempts at WordPress blogs growing up. But they were a lot of fun, and I think led me to content in general, and where I got probably the most involved in the WordPress community. So yeah, all of that leading to traveling to different places, and ending up working for Hostinger, where I used WordPress every single day.</p>\n\n\n\n<p>Which led to, I don&#8217;t know, diving feet first, head first, whole body first into the WordPress community earlier this year. One thing just led very nicely to the other. It was just this nice little circle, universe kind of shoving me towards the WordPress community. And me just jumping, or kind of like slowly running, like on the beach, like the 90s rom com, like with open arms and the community just being like, welcome.</p>\n\n\n\n<p>I guess really started diving in last year with the contributions to the docs team. Somebody introduced, hey have you ever heard of Five for the Future? Have you ever heard of contributing to WordPress?</p>\n\n\n\n<p>And I was like, what, you could do that? Yeah, let&#8217;s look into it. It&#8217;s super easy. Signed up, and then, you know, I love documentation. I love words. I love everything that the docs team stands for. And then I just got super obsessed with it. What else do you need? What else can I do? And that was mid last year. And then I think since then, I don&#8217;t know, I feel like we&#8217;ll unfold a lot more of that in this podcast. I don&#8217;t want to give too many spoilers. Yeah, I don&#8217;t really have that much bio before that time.</p>\n\n\n\n<p>[00:05:25] <strong>Nathan Wrigley:</strong> Okay. That&#8217;s totally fine. It sounds as if you were, I&#8217;m going to use the phrase digital nomad. I could be completely wrong in that intuition. But is there a bit of that? Were you using WordPress over the last decade, as a way of earning a living whilst doing things in different parts of the globe? Or was it more of a hobby thing? You definitely mentioned that you&#8217;d used WordPress repeatedly, but I don&#8217;t know on what level that was helping supplement what you were doing.</p>\n\n\n\n<p>[00:05:49] <strong>Emma Young:</strong> Yeah, like on a personal level, I wasn&#8217;t making any money. It was more like blogs and trying to give my family a little bit, family and friends a little insight into what I was doing. But digital nomad is for sure a great way to put it. I don&#8217;t stay put in one place. I think for a while there, it was like every six months we were moving. I actually live out of my suitcase right now as well. But with all of that, most of the jobs that I had was using WordPress in one way or another. So it&#8217;s always been like a common denominator through all of my travels and work.</p>\n\n\n\n<p>[00:06:18] <strong>Nathan Wrigley:</strong> Do you know what? I&#8217;ve never heard the idea of a website to keep your parents updated. And yet, that&#8217;s such an obvious way of doing things. I had a period of time where I was roaming the world, and the internet simply didn&#8217;t exist. You know, you had to go through pains of getting on an international call, which inevitably was really difficult to achieve.</p>\n\n\n\n<p>But yeah, the idea of creating a blog or something, with imagery and descriptions of what you&#8217;re doing that your parents and, well, anybody that is interested in what you&#8217;re up to. Yeah, that seems like a really perfect use case.</p>\n\n\n\n<p>So you mentioned that the last year has really been the time where you&#8217;ve got stuck into it. Is that because of a collision with a job that you&#8217;ve taken on, or anything like that? Or was it intentional from your part, which then led to a job? Which way round did that go?</p>\n\n\n\n<p>[00:07:03] <strong>Emma Young:</strong> The chicken and the egg. Both. I don&#8217;t know. The job I guess was the reintroduction into it, which made me go from just using WordPress slightly, and daily work activities. And for the blog, I think, really jumping into the WordPress community.</p>\n\n\n\n<p>Started working at Hostinger. I&#8217;m head of content for their marketing team. And majority of what I do is providing educational content to help people with their WordPress sites. So it was a very easy transition to hear like, oh wait, you can just do this for WordPress, and you can help twice as many people. If it&#8217;s easier for somebody to use WordPress, then it&#8217;s going to be easier for the people that are looking at our tutorials.</p>\n\n\n\n<p>So while it first came through my company, that was just kind of like the door. And then when we started learning about WordCamp and participating in that, that was kind of, oh, what&#8217;s Five For the Future? How do you contribute? How do you actually help out with all of this? What are some problems you can help with? That was the second part, but that&#8217;s definitely been a huge part of it.</p>\n\n\n\n<p>[00:08:02] <strong>Nathan Wrigley:</strong> Given the nature of this podcast, it would be great if we don&#8217;t make this slide into an advert for Hostinger, but I think we should dive into that a little bit. What is the position of Hostinger, vis a vis WordPress? I mean, it is a hosting company and obviously we all know that WordPress is incredibly popular with hosting companies, because of the benefits that it has. The fact that it&#8217;s free and open source, and they can offer it to their customers and so on.</p>\n\n\n\n<p>What is the position that they&#8217;ve got? Do they send you to events in order to promote? Do they send you to events in order to network? And also you mentioned the kind of content that you create. Is it specifically aligned to Hostinger&#8217;s implementation of WordPress? Or is it a bit of, okay, here&#8217;s just how to use WordPress more generally. So it&#8217;s not necessarily tied to, well, you must be on Hostinger to make use of this article and so on.</p>\n\n\n\n<p>[00:08:49] <strong>Emma Young:</strong> Yeah. It&#8217;s gonna be interesting to try to teeter the line. But yeah, so Hostinger&#8217;s managed WordPress hosting is what we offer. And WordCamps are all of the above. I guess you could say. Yes, we go there to help the community. We also go there for feedback. We go there to promote as well, and to network.</p>\n\n\n\n<p>But I think everything can be boiled down to majority of our users use WordPress. So if WordPress isn&#8217;t working well, and isn&#8217;t continuing to improve and have innovation and have new features, then nobody&#8217;s going to want to use it. So then what are the people that use Hostinger going to want to use?</p>\n\n\n\n<p>That is the foundation of their site. While you do need hosting, obviously to get your site online, WordPress being the majority of, what&#8217;s that? I don&#8217;t know what the statistic is these days, around 48% of users online, or 51%. It&#8217;s still a majority, at least halfway. So that is a priority for us as a company, you know. So we want that to be the best that it can be, because it&#8217;s the first line of the first iteration, the first foundation that everybody else is going to use, and we can build on top of that.</p>\n\n\n\n<p>[00:09:53] <strong>Nathan Wrigley:</strong> What do you have as your content workflow? What is the process of deciding which pieces of content you&#8217;re going to create next? You know, is it driven by support? Is it just driven by ideas that your team have? What&#8217;s going on there?</p>\n\n\n\n<p>[00:10:06] <strong>Emma Young:</strong> Yeah, so it&#8217;s been quite a few years that we&#8217;ve had support, but also tutorials. So we have like SEO content, that anybody can kind of search for if they have some type of query or problem. And then we have support that&#8217;s geared specifically for our users, like how to exactly do this with our dashboard.</p>\n\n\n\n<p>But focusing more on the SEO content. Yeah, it&#8217;s just for anybody. It doesn&#8217;t matter if you&#8217;re using this company or that company. It&#8217;s just as long as you use WordPress. How to set something up, how to get the best out of it, how to recover from the most recent Google updates so that like your site&#8217;s still optimised.</p>\n\n\n\n<p>Basically anything from a complete beginner to like, okay, which plugin is the better one for this very specific use that you want it for. Just anything underneath that umbrella.</p>\n\n\n\n<p>[00:10:53] <strong>Nathan Wrigley:</strong> I&#8217;ve always thought it would be really difficult for a company like you to pitch where it puts its content, and how it portrays itself at events and things like that. Because clearly you have to be profitable, you have to pay your staff. And so that&#8217;s really important. Without that, the business collapses, and there would be no content of any description.</p>\n\n\n\n<p>But on the other hand, the WordPress community, unlike I think lots of other commercial communities, there is this sense of open source, and not being quite so aggressive with the advertising. Just a conversation about that really. How do you pitch these things? How do you decide, okay, we&#8217;re going to do one Hostinger related piece of content for every three WordPressy pieces of content?</p>\n\n\n\n<p>When we show up at events we&#8217;re going to set a certain amount of people on the booth, and they&#8217;re obviously assigned to promoting the product, and getting people to sign up. But then we&#8217;ll also put two of them out, and they were not connected to the booth, that kind of thing. So let&#8217;s just chat that through. How does Hostinger manage that difficult tightrope walk?</p>\n\n\n\n<p>[00:11:51] <strong>Emma Young:</strong> That&#8217;s actually a great question. I think it all comes down to like open source. Obviously, this is my personal opinion, but like the idea of open source and helping each other. You scratch my back, I scratch yours. It&#8217;s been something that&#8217;s been in my life, I guess, since before I can remember. Both my parents worked for open source companies as well, and products.</p>\n\n\n\n<p>Yeah, I think that&#8217;s kind of why I like Hostinger so much. Because the end goal, as much as you&#8217;re saying like, marketing is to make money. Every company wants to make money. As much as we&#8217;re like, oh, the money&#8217;s not important, it is. But there is a line, and at the end of the day the biggest focus is on the client, and on the customer, and the person that&#8217;s reading the tutorial.</p>\n\n\n\n<p>Is this actually even helpful for them? Do they even care what this is about? Are you just regurgitating from SERPs, like from the top 10 things that pull up? Or are you actually checking the steps, making sure that you&#8217;re actually going to get to the solution as fast as possible? And are you answering all of these questions before they even become a problem, so that it&#8217;s all there prepared for you?</p>\n\n\n\n<p>And at least for my content team, that is our mission and vision. That we want anybody who reads this to not have to like scroll all the way to the bottom after the history of everything, but just to actually help.</p>\n\n\n\n<p>And I think that&#8217;s the nice thing about this line, is that&#8217;s what the WordPress community is about. That&#8217;s what open source project, everything is just working towards a similar goal. At the end of the day it&#8217;s just, was it helpful? And did it solve somebody&#8217;s problem?</p>\n\n\n\n<p>And if we happen to make money along the way, awesome. But not all of our content is out there to make money. Some of it, yes. But a lot of it, it&#8217;s just there to answer your question. Hey, if you have a problem, we can help you because we&#8217;ve done it X amount of times before with different content.</p>\n\n\n\n<p>[00:13:30] <strong>Nathan Wrigley:</strong> I would imagine if you&#8217;ve been attending some of the bigger WordPress events in the last couple of years, you will have seen the presence of Hostinger. Because you&#8217;ve been fairly aggressive with the, you know, you&#8217;ve been sponsoring a lot. You&#8217;ve been taking some of the big sponsorship packages, and things like that.</p>\n\n\n\n<p>And I know you&#8217;ve only been there for a short amount of time. So this might be out of your wheelhouse. But I was curious as to when that process began. I don&#8217;t know if it&#8217;s been going on for years and years and years, or if it&#8217;s a much more recent push to be part of the WordPress community. So my intuition, my feeling, is that it&#8217;s really over the last two, two and a half years that Hostinger has become more focused on this. So just very quickly, is that right? Have I got that about right?</p>\n\n\n\n<p>[00:14:09] <strong>Emma Young:</strong> Yeah, pretty much. Not this year, but last year was the first time that we actually, you know, participated in WordCamps, flagship ones. And then also more local ones. But, yeah, you&#8217;re right. The last two years, pretty much.</p>\n\n\n\n<p>[00:14:22] <strong>Nathan Wrigley:</strong> We have quite a broad audience, but there&#8217;s definitely product owners, and hosting company representatives listening to this podcast. And very often when we get into conversations about this kind of thing, we talk about the fact that there isn&#8217;t really an ROI on attending WordPress events.</p>\n\n\n\n<p>And often it&#8217;s a sunk cost, you know, you&#8217;re going, you&#8217;re showing your face, you&#8217;re talking to an already converted crowd in many ways. Those people are, you know, they&#8217;ve been in the WordPress space for a long time, they&#8217;ve figured out what hosting it is that they want.</p>\n\n\n\n<p>I just wondered what your intuition was around that. Is attendance at those kind of events, is it more about just making your presence felt, being a good citizen, showing up. Rather than, okay, we&#8217;re going to definitely come out of this with 100, 200, 300 new customers. Because I&#8217;m guessing that isn&#8217;t really what comes out of it.</p>\n\n\n\n<p>[00:15:08] <strong>Emma Young:</strong> Wow, that would be amazing. I think the biggest thing that we can call a win is the first years WordCamps to this one is, people are not being like, who are you guys? Never heard of you before. And it&#8217;s like, I&#8217;m going to come check out your booth. Like that is a big win just for branding, you know.</p>\n\n\n\n<p>Another one is, I don&#8217;t think the intention is to go in there and be like, we have to get a thousand new customers. But in a sense, we can grow quite a bit and, you know, reap the benefits of like a snowball effect by getting feedback from everybody that&#8217;s there.</p>\n\n\n\n<p>Like you said, everybody has a niche, or something specific that they work on, and they&#8217;re the expert of. And then they can give us feedback on, and we can improve from there. And in the long run, yeah, we can benefit from that. But it&#8217;s not like short term and boom, boom, boom.</p>\n\n\n\n<p>[00:15:48] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s not a quick win, is it? I remember the first time I saw your logo was at WordCamp Europe, and you had one of the big booths. So obviously, in my head, there was a bit of disconnect there. I&#8217;m thinking, woah, I know that is a very sizable investment, but also I&#8217;ve not heard of that company before. Whereas all the other ones who&#8217;d made the similar investment, and indeed the ones that were on the slightly smaller booth shall we say, I&#8217;d heard of all of them. So that was just curious to me.</p>\n\n\n\n<p>And then I went to another event, and there you were again. And so it repeated itself. I feel that&#8217;s the game, isn&#8217;t it. It&#8217;s the long game. It&#8217;s about being recognised. It&#8217;s about showing up. Not necessarily, as you said, trying to get that return on investment, although that would be brilliant.</p>\n\n\n\n<p>And so for product owners who are new into the space, I guess there is some lesson to learn there. Those WordPress events, I think sometimes people show up expecting that kind of return on the investment. And often it maybe isn&#8217;t the case. But the long tail of showing up again and again, I could reel off lots and lots of companies who have benefited from that.</p>\n\n\n\n<p>Although it is a bit of a hidden benefit, and it won&#8217;t necessarily go on this year&#8217;s profit and loss spreadsheet. It might in the end be worthwhile doing. And I&#8217;m guessing, the fact that you&#8217;re still doing it is proof that you believe there is a benefit to it, albeit it isn&#8217;t entirely tangible.</p>\n\n\n\n<p>[00:17:05] <strong>Emma Young:</strong> Yeah, exactly. And it&#8217;s definitely like a learn from, I don&#8217;t want to say mistakes because if you&#8217;re learning from it. But learning from your past experiences, and what are you going to tweak this time? What are we going to do better? What are we going to stop? Because, oh, shouldn&#8217;t have done that.</p>\n\n\n\n<p>That&#8217;s something that, you don&#8217;t get like a nice checklist that is like, hey, you&#8217;re new to WordPress and the community, do this, this and this. It&#8217;s kind of like, good luck. And the networking helps, because like especially with community, you can get help from other people that have been in there longer, and can give us advice.</p>\n\n\n\n<p>We&#8217;ve gotten a lot of advice from people in the community. I think one of the best things about it is, in everyday life we have our competitors, other hosting companies. But then at WordCamps, and more community focused events, it&#8217;s like on pause.</p>\n\n\n\n<p>And me and Courtney from GoDaddy had some dinner, you know. GoDaddy people we&#8217;re just like, I think this is the best way to showcase the beauty of WordPress communities. It&#8217;s like Monday, game on. But today like, hey girl, how&#8217;s it been? So like I said, that&#8217;s even on pause.</p>\n\n\n\n<p>We learned from that, and it was advice from other people that it was hey, you can&#8217;t look at it as in like, how many people come to your booth? How many hosting plans did you sell? This, this or that. It&#8217;s, hey, but look at it in this way, and look at all the doors that you&#8217;re opening in the future. And I think people that are coming into this should really remember that when they&#8217;re like what did we get from sponsoring this WordCamp? It&#8217;s not just about that.</p>\n\n\n\n<p>[00:18:20] <strong>Nathan Wrigley:</strong> I think that there are quite a few pitfalls. If you are new to the community, and let&#8217;s say that you&#8217;ve been, well, let&#8217;s keep talking about events. Let&#8217;s say that you&#8217;ve been attending events in other walks of life. So nothing to do with open source, or anything like that, specifically WordPress.</p>\n\n\n\n<p>It may be that the etiquette, for want of a better word, is slightly different. And there may be pitfalls that you fall into. And I think it is kind of good to have a plan going into that first set of events, just to take the temperature of the room a little bit, and try to figure out what other people are doing.</p>\n\n\n\n<p>It just feels a little bit more community related at WordPress events. Well, obviously there&#8217;s a real great opportunity to sell if you wish to. But it does feel that the aggressive sales side of things is not quite so obvious. And you&#8217;ve just pointed to the fact that you put your weapons down, for want of a better phrase. Once the event closes for the night, and go out and have dinner with the other people, and talk about what they&#8217;re doing, and try to figure out things.</p>\n\n\n\n<p>And then obviously go off into things like contributor day, and literally do the work together. So it&#8217;s not like you&#8217;re just having a chat over a drink, you&#8217;re actually doing work. But, taken your company T-shirt off for a moment and you&#8217;re just friends. So I guess what I&#8217;m trying to say there is, yeah, take the temperature of the room on the first few times that you go, because it may not be what you expect it to be. And your intuitions may be slightly wrong there.</p>\n\n\n\n<p>Let&#8217;s talk about you for a little bit though, personally. Because I&#8217;m just curious as to what you&#8217;re getting out of all this. You&#8217;ve obviously been doing this for, well, the amount of time that you said, just over a year or something like that. And you also said, I think you said, not just feet first, like whole body first or something like that.</p>\n\n\n\n<p>What&#8217;s the deal there? Why so much in the space of time? So just to clarify, my understanding is that a year or so ago, you hadn&#8217;t been to any kind of WordPress event. Now, obviously, with the help of the company that you work for, so we need to know that, you&#8217;ve been to the three flagship events.</p>\n\n\n\n<p>So you went to WordCamp Asia, you went to WordCamp Europe, WordCamp US. You&#8217;ve been to WordCamp Madrid, which is really big. You know, it&#8217;s not one of the smaller ones. Why so much? I mean, maybe the answer is simply, well, that&#8217;s my job. But it feels like there&#8217;s more to it than that.</p>\n\n\n\n<p>[00:20:22] <strong>Emma Young:</strong> It actually isn&#8217;t my job. Now I kind of adapted to that role because I like it, you know. But, I still do run the content team, you know. Organic traffic, woo. But yeah, I think my first flagship, my first WordCamp in general was a flagship.</p>\n\n\n\n<p>And it was the beginning of this year, just in January, in Bangkok. And the first time I was ever going to be there. I had been contributing and I was like, yeah yeah, great. You know, I can really help out with this because I like it. I think I was doing it on my spare time, not work time. And it just happened to work very parallel, and overlap with work, that they were like, if she enjoys, it this is perfect.</p>\n\n\n\n<p>But then I was, I don&#8217;t know what came over me, but I was like, let&#8217;s just not go. But let&#8217;s volunteer. Let&#8217;s do, I had no idea what that meant. I&#8217;ve never been to a WordCamp. Let&#8217;s also volunteer at the one that probably has the most hype, because it&#8217;s the first one after the pandemic.</p>\n\n\n\n<p>And then, I don&#8217;t know, I had public speaking PTSD from being inside my house for three years, only talking to people through the screen. And I kind of challenged myself, and I volunteered as an interviewer. I was like, let&#8217;s just not go to an event where you have to mingle, but let&#8217;s make it a job. And let&#8217;s actually have to find people and sit down and encourage them to talk me. Let&#8217;s just make my life harder, you know.</p>\n\n\n\n<p>And it was the best experience ever. I don&#8217;t even know how to explain how much fun I had from like the first day from volunteers. Meeting colleagues from different countries that also came together to be at this WordCamp.</p>\n\n\n\n<p>I just remember walking into like volunteers orientation being like, this was the dumbest thing you&#8217;ve ever done, Emma. Like yeah, you like to travel. Yeah, you like WordPress. Nope, just awkwardly moonwalk out of here and just hide in a corner for the next three days and it&#8217;ll be fine, you&#8217;ll just get fired, it&#8217;s okay.</p>\n\n\n\n<p>Yeah, I don&#8217;t know, I think it was Milan who was like, oh hey girl. I was like, oh hey dude. And that was it. That was all it took. Like some dude who I had never met before, just come up to be like, hey girl, what&#8217;s your name is? Just like playing around. And the rest was history.</p>\n\n\n\n<p>And I enjoyed that so much that I was like I want more of this. I see the point of this. I see the benefit of this, and it also helps my company on the side. So that&#8217;s, I think what led to, you know, being super involved with WordCamp Europe, and volunteering for that.</p>\n\n\n\n<p>I tried to do something different, and put myself in kind of like a learning experience. Instead of volunteering as an interviewer, I was like maybe I can be an MC. Let&#8217;s see how I feel on stage. So maybe one day I could be a speaker, I don&#8217;t know.</p>\n\n\n\n<p>And right before that same thing, I was like, this is the dumbest idea Emma. Like, why do you keep doing this to yourself? And then when I went out there, I don&#8217;t even know how to explain it. I was like, this is awesome. Nobody cares if I mess up. Nobody cares if I made a mistake. Nobody realises if I made a mistake. I can be as silly as I want to be. Just as long as I say all the things I&#8217;m supposed to.</p>\n\n\n\n<p>And it was to an audience of all the same WordPress nerds is me. We would all geek out on the same thing. I could make all of the same jokes that I would say to somebody that I was having coffee with at WordCamp, but to a huge audience. And they would get it because we have the same interests.</p>\n\n\n\n<p>I mean like I&#8217;ve done like calls or workshops and trainings, and I still get like butterflies. I don&#8217;t know, it was just a different experience. I had like zero fears when I was emceeing. That was kind of an internal thing that I was using to see how I would do moving forward.</p>\n\n\n\n<p>And the WordPress community, WordCamp&#8217;s helped me kind of work through that. And now it&#8217;s just gone and gone and gone, and now I&#8217;m part of the next WordCamp Europe&#8217;s organising team. And it&#8217;s just crazy that not even a few months ago was the first time I&#8217;d ever been to WordCamp Europe.</p>\n\n\n\n<p>[00:23:43] <strong>Nathan Wrigley:</strong> So in summary, no regrets.</p>\n\n\n\n<p>[00:23:46] <strong>Emma Young:</strong> Oh, zero. I encourage everybody to do it. Or come find me and I will try to give you the best pep talk there is.</p>\n\n\n\n<p>[00:23:52] <strong>Nathan Wrigley:</strong> So a couple of things to throw in there. First of all, I suspect that not everybody is the same as you. So you strike me, forgive me if I&#8217;m getting this wrong, but you strike me as fairly outgoing. And maybe the baggage that you were carrying is that you walked into the room. You were more than willing, when Milan walked up to you, you were more than willing to just throw it off and get stuck in. And all it took was for a friendly face to come over and say hi, and that was it. You were off to the races.</p>\n\n\n\n<p>But would you say that for somebody who was, let&#8217;s say more introverted, or a little bit more concerned about how the event might go down, they haven&#8217;t done anything like this before. They just want to lurk. Is that okay in your opinion? You know, you don&#8217;t have to be a certain personality type.</p>\n\n\n\n<p>And the kind of roles that you took on, I guess it&#8217;s important to say as well, are very public facing. Whereas you really don&#8217;t have to have that as part of your arsenal. It is quite possible to contribute meaningfully, just sitting at a desk with your computer, not necessarily being outgoing or vivacious. Just chatting to the people that are nearby. Concerned with the thing that you&#8217;re concerned with. Could be docs. Could be TV. Could be, I don&#8217;t know, SEO. Could be anything that any of the tables occupy.</p>\n\n\n\n<p>So firstly that. You were well equipped for this. But it&#8217;s not necessarily that that needs to be the case for everybody, right?</p>\n\n\n\n<p>[00:25:03] <strong>Emma Young:</strong> Yeah, no, 100%. There were also some people from my team that contributed as well for photography. You know, that&#8217;s a great one if you&#8217;re very into like arts and more creative, where you don&#8217;t have to speak to anybody. Everybody sees it, well, not everybody. But oftentimes when they see a camera at this event, they&#8217;re like, okay, I&#8217;d love to smile for it.</p>\n\n\n\n<p>But like you said, with the contributions as well. That&#8217;s one of the best ways to start. You can test out every single thing to see where you are the most comfortable with. Where you feel you can help the most, or where you&#8217;re enjoying helping the most. And it&#8217;s not like an outwardly facing, hey, get on stage, kind of contribution. Maybe you&#8217;re very interested in just writing stuff and testing some things out, or QA-ing a plugin or a theme that somebody wants approved. But very important as well.</p>\n\n\n\n<p>And same with volunteering actually. You know, there&#8217;s lots of different teams that you don&#8217;t have to go on stage. You don&#8217;t have to ask people to do interviews. You can simply, if you do want to be a volunteer and help with WordCamps that way, you know, just being somebody who can direct somebody to the bathroom. Or like where the emergency kit is. Or working the lost and found, where you talk to people every once in a while.</p>\n\n\n\n<p>If you don&#8217;t want to talk to anybody at all, maybe social media, where you sit behind the laptop and people bring you images and you post on there. You know, there&#8217;s lots of different ways that you can volunteer for the WordCamps that aren&#8217;t as outgoing or extroverted.</p>\n\n\n\n<p>But you also don&#8217;t have to do any of that. You can also just go there and enjoy it as an attendee, and talk to people when you want to talk to people. Approach them. If somebody says like, hey, how&#8217;s it going? No, sorry, not now. No one&#8217;s going to take offense to it. I think at one of the WordCamps, they actually had interaction badges.</p>\n\n\n\n<p>[00:26:35] <strong>Nathan Wrigley:</strong> Yeah. It was WordCamp US in San Diego, I think that was right. There was a little indicator on your lanyard, which indicated how open you were to being talked to out of the blue.</p>\n\n\n\n<p>[00:26:46] <strong>Emma Young:</strong> And I think that like extra measures like that is helpful. But there&#8217;s a place for everybody. You don&#8217;t have to go as aggressive as I did. You can be a lot more introverted. Even if you want to try, and I encourage you to be a speaker for the first time, to try it. Even as an introvert. Somebody who&#8217;s never, maybe done a presentation to a large group of people, or at all.</p>\n\n\n\n<p>We have like different channels on WordPress Slack, and different resources that we try to help encourage people and feel more comfortable, or help you give just the encouragement and pep talk that you need, to even just apply for it. But I think that&#8217;s another beauty about the community is, there is a place for everybody, where you can be more an extroverted person, more of an introvert. Or somebody who&#8217;s half the time extrovert and half the time, like me, has to go hide in a corner for a couple hours. Recharge your battery and then be wooo again.</p>\n\n\n\n<p>[00:27:35] <strong>Nathan Wrigley:</strong> Back on the mission, yeah. I think the WordPress community is really a bit of a microcosm. It is big enough to be a microcosm of the community in general. There are people who are very outgoing. There are people who are not so. There is a task for people who are outgoing. There&#8217;s a task for people who are not outgoing. You don&#8217;t need to fit any particular mold.</p>\n\n\n\n<p>But also, I think the bit that you mentioned, and I really can&#8217;t put my finger on why this is, but I do think that the WordPress community is populated by nice people. And so if you do attend, and you do decide to, oh, let&#8217;s say you really push the boat out and you decide to be a speaker. The reception that you&#8217;ll get, I&#8217;m more or less able to guarantee, it will be fabulous.</p>\n\n\n\n<p>It&#8217;s not one of those talent shows on TV where you stand up there, do your thing, and then there&#8217;s a panel of people who just sort of scratch their chins and give you some commentary on where you could have improved it. How it could have been better. It&#8217;s really not like that. It&#8217;s the opposite. It&#8217;s like you get a bunch of tens every time. And so, really have that in the back of your mind.</p>\n\n\n\n<p>A few minutes ago, though, you said something which stuck in my head and I don&#8217;t even know if you meant to say it, but it was kind of the nub of everything. And you were describing walking into the room for the first time, and you said something along the lines of, I got it. I understood why it mattered. You said something like that.</p>\n\n\n\n<p>And I think that&#8217;s really important. Why does it matter? For you, Emma why does contributing, being involved. What is the point of it? Maybe it&#8217;s something that you get out of it. Maybe it&#8217;s going in that direction. Maybe it&#8217;s the other direction. Maybe you feel, okay great, I&#8217;m doing something philanthropic. I&#8217;m doing something which is not for my own benefit, it&#8217;s for the world. What was the meaning of that sentence? Because that is the heart of it, I think.</p>\n\n\n\n<p>[00:29:12] <strong>Emma Young:</strong> Yeah. Ooh okay. I don&#8217;t actually know. Let me try to unpack this while I use filler words, while I&#8217;m trying to think through my thoughts.</p>\n\n\n\n<p>[00:29:21] <strong>Nathan Wrigley:</strong> I&#8217;ll give you intuitions from my end, if you don&#8217;t mind. I&#8217;ll tell you why I think it&#8217;s important. I have this notion that the web offered the promise of so much. And when it was invented by Tim Berners-Lee and other people, back in the day, nobody really knew what it could be.</p>\n\n\n\n<p>But there was this great promise that it could be this fabulous, unifying force. Not only would the world&#8217;s information be accessible, but we&#8217;d be able to communicate with people in a way that, really, the expense was driven down. The ability to communicate would be approaching zero. You needed access to a computer, and nowadays a mobile phone.</p>\n\n\n\n<p>And so the promise was just such a radical departure from everything that humanity had had before. And then part of that culture, right at the beginning, was free and open source. Now, I know that in the decades since then, large corporations have jumped in and the internet has become a very profitable, noisy place, where it&#8217;s possible to feel, well, it&#8217;s just dominated by giant companies.</p>\n\n\n\n<p>And I think, for me, that&#8217;s one of the reasons that I love projects like WordPress. Because it offers that promise from decades ago of what the web could be. Does it cost you anything? Yeah, it&#8217;ll cost you a bit in hosting. Is it broadly free? Yes, it&#8217;s broadly free. Do you have to pay to contribute? No. Can you benefit from other people&#8217;s labour? Yes. Are you required to give back? No. Would it be nice if you did? Yes.</p>\n\n\n\n<p>It&#8217;s just this feeling, this wonderful feeling that I can&#8217;t, like I said, put my finger on. But there&#8217;s just something excellent about that whole idea. So there&#8217;s what I think.</p>\n\n\n\n<p>[00:30:56] <strong>Emma Young:</strong> Yeah, I agree. And the entire time we were talking, I was like, what is the word? What word like encompasses everything that you&#8217;re saying, what I&#8217;m thinking. And I&#8217;m like, I can&#8217;t just say community because, come on Emma, you work with words. But it is, like, it&#8217;s it&#8217;s collaborative.</p>\n\n\n\n<p>And I like that you brought up communication. I love strategic communication. Different styles of it, between different cultures. And I feel like that is where all of that is a nice melting pot. People from all over the world, people with different things, we all have one thing in common, where all of these things come together, finally. No, maybe not finally.</p>\n\n\n\n<p>But like, what a community, what the definition of community in my head, at least, is supposed to be, happens. So we don&#8217;t have to worry about statuses. We don&#8217;t have to worry about the company that you&#8217;ve worked for, we don&#8217;t have to worry about our culture.</p>\n\n\n\n<p>Like, we are all there for one reason, and it&#8217;s WordPress. We are all interested in one thing. We all want that one thing to succeed, and it&#8217;s collaborative. Like you were saying, with the way that all the things that the internet promised us, it&#8217;s going to bring us together. It&#8217;s going to be all of these ways to communicate. It&#8217;s going to like, you know, bridge the gap between your grandparents that live in Australia and here.</p>\n\n\n\n<p>And it did fix a lot of those things. But then during that adventure and journey, we lost a lot of communication, and a lot of collaboration, and community, and the sense of community. Unless you have one of those, you&#8217;re lucky enough to have one of those in your physical place. This is a place where it can solve that with the bonus addition of, we all just like it.</p>\n\n\n\n<p>I think that, in addition to what you were saying earlier with, everybody is genuinely nice people, and good people. There&#8217;s not some malicious agenda on the back of their mind where it&#8217;s like, ha, I&#8217;m gonna be nice to your face, but stab you in the back. Like, there is zero of that, at least from my point of view.</p>\n\n\n\n<p>In addition to all of this, it&#8217;s just a nice place to be. You make new friends, you have great conversations, you laugh pretty much for four days straight if you&#8217;re at a live event. If you&#8217;re working online with them, there&#8217;s lots of inside jokes, and it&#8217;s just, I don&#8217;t know, it&#8217;s just community. I can&#8217;t think of a better word.</p>\n\n\n\n<p>[00:32:54] <strong>Nathan Wrigley:</strong> I think I might have the word. I think the word might be humanity.</p>\n\n\n\n<p>[00:32:58] <strong>Emma Young:</strong> Yeah.</p>\n\n\n\n<p>[00:32:59] <strong>Nathan Wrigley:</strong> We live in a different world than the world of 30 years ago, before the internet was invented. But it is an enterprise where there&#8217;s a common purpose. I&#8217;ve literally met people at WordCamps who have never used WordPress. I know that sounds strange, but they somehow got themselves to a WordCamp in the past, and they just liked the feeling.</p>\n\n\n\n<p>There was something about the attendance of that event, which gave them that warm and fuzzy glow. And so they still attend, and they&#8217;ve never used WordPress. Their intention is not necessarily to ever use WordPress, but they enjoy the camaraderie that they get. They enjoy the fact that they can show up and be a part of that enormous jigsaw puzzle, and help people in a philanthropic way. You don&#8217;t necessarily have to get anything in return. And it&#8217;s just a very human enterprise, I think.</p>\n\n\n\n<p>[00:33:47] <strong>Emma Young:</strong> Yeah. And all the things that like show up with the events, you know, like the prices aren&#8217;t ridiculous to get a ticket. You don&#8217;t have to go out and separate from people to get food. You grab some food, you sit with some strangers, you introduce yourself to somebody new, or by yourself if you want to. Everything is there, and open, and welcoming.</p>\n\n\n\n<p>Yeah, it&#8217;s very different to other conferences, and I like that people that don&#8217;t actually use WordPress or have no intention to, continue to go to these. WordPress is doing something right.</p>\n\n\n\n<p>[00:34:18] <strong>Nathan Wrigley:</strong> Where have you landed then on what you&#8217;re going to be doing? Because obviously you&#8217;re fairly new. You still might have your tendrils out trying to figure out, okay, if I go to another event and there&#8217;s a contributor day, that feels like my thing.</p>\n\n\n\n<p>You mentioned that there are things like photography. There are things like docs, which I know you work with words and obviously there&#8217;s a connection there, so maybe that&#8217;s where you&#8217;ve landed. It may be that you want to try other things. What&#8217;s your intuition about that? Where do you think your endeavors will go, if you decide to contribute in the future?</p>\n\n\n\n<p>[00:34:43] <strong>Emma Young:</strong> Yes. So right now most of my, I guess, contributions been going to the organising, for the WordCamp Europe. But before that, it was primarily docs, just because I like it. I like organising. I like just documentation in general, and consistency.</p>\n\n\n\n<p>But I do think there was a conversation, quite a few conversations at the community summit, which I also went to, which is maybe not something that happens, I&#8217;ve only been involved for a short amount of time. About like content repurposing, and really like bridging the gap between teams, and merging together, and aligning with each other. I think if I could get more involved with that, to help speed that along or even just give more attention to it. We could help all of the contributions, just not one team specifically improve together.</p>\n\n\n\n<p>[00:35:26] <strong>Nathan Wrigley:</strong> Emma, it&#8217;s been really interesting chatting to you today. Thank you for joining us. If anybody is not entirely sure how much they want to contribute, whether they want to contribute, and they&#8217;ve listened to this and they&#8217;ve been inspired by what you&#8217;ve said, where would be the best place to locate you? I don&#8217;t know, it may be an email address, or a Twitter handle, or a website, or whatever you like.</p>\n\n\n\n<p>[00:35:43] <strong>Emma Young:</strong> Yeah, probably LinkedIn. I am terrible with Twitter. So I will give you that so you can link it down below, or so people can find me. Because yes, I would definitely just, you can pick my brain, ask me any questions, and I would be more than willing to help and answer in any way.</p>\n\n\n\n<p>[00:35:58] <strong>Nathan Wrigley:</strong> Thank you, Emma Young. Thank you for joining us on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:36:02] <strong>Emma Young:</strong> Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/emma-sophie-young\">Emma Young</a>.</p>\n\n\n\n<p>Emma is the Head of Content for Hostinger and is on the podcast today to chat through her new found love of WordPress and the community which surrounds it.</p>\n\n\n\n<p>Emma&#8217;s journey is quite inspirational. From having almost no experience with WordPress just a few years ago, she’s now immersed deeply in all that WordPress has to offer. Just over a year ago she&#8217;d been using WordPress a little, but that was it. Then she found employment in the space and has been to all three 2023 flagship WordCamps, as well as the Community Summit. So the whole conversation is coloured with this newness and energy, which is quite infectious.</p>\n\n\n\n<p>We explore the delicate balance between profitability and community values in her job. Emma sheds light on Hostinger&#8217;s commitments in the WordPress space and how they tread the tightrope of being a good community citizen, whilst still turning a profit. We also delve into the company&#8217;s recent involvement in WordPress events and WordCamps, discussing the benefits they have reaped from these; it’s things like brand awareness and invaluable feedback from the community.</p>\n\n\n\n<p>Emma&#8217;s passion for networking and continuous improvement is evident as she shares her personal experiences. We discuss the inclusive nature of the WordPress community and the various pathways individuals with different personality types can follow to feel at home, emphasising the ample opportunities available for everyone to contribute.</p>\n\n\n\n<p>We get into the collaborative nature of the WordPress community, exploring the camaraderie, philanthropy, and human connections that thrive within WordPress events and projects. Emma shares her insights from her recent involvement in helping to organise WordCamp Europe, and her dedication to contributing to documentation.</p>\n\n\n\n<p>If you’re looking for a way to find your place in the WordPress community, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://www.hostinger.co.uk/\">Hostinger</a></p>\n\n\n\n<p><a href=\"https://www.linkedin.com/in/emma-sophie-young\">Emma&#8217;s LinkedIn</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Dec 2023 14:53:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Akismet: The 6 Best WordPress Form Builder Plugins Compared\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=283524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://akismet.com/blog/best-wordpress-form-builder-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:37912:\"<p>A well&#8209;designed form can help your website visitors reach out to you, generate new leads, and grow your email list. While you can add forms to your website by writing code, most WordPress website owners use a WordPress form builder to take care of this task. But, with a <a href=\"https://wordpress.org/plugins/search/forms\" target=\"_blank\" rel=\"noreferrer noopener\">search for ‘forms’</a> on the WordPress plugin directory retrieving hundreds of results, it can be challenging to know which is the best option for your&nbsp;site.</p>\n\n<p>To help, we&#8217;ve put together this essential guide to WordPress form builders, which will assist you in deciding on the best WordPress form plugin for your site. We&#8217;ll explore the key features any good WordPress form builder plugin should have, look at seven of the top choices, and answer all of your burning questions about WordPress forms. Let&#8217;s dive&nbsp;in!</p>\n\n\n<span id=\"more-283524\"></span>\n\n\n\n<img width=\"1600\" height=\"1066\" src=\"https://akismet455732288.files.wordpress.com/2023/11/image.jpeg\" alt=\"contact form on a website\" class=\"wp-image-283526\" />\n\n\n<h2 class=\"wp-block-heading\">What features should a quality form builder&nbsp;have?</h2>\n\n<p>While each WordPress form plugin offers different features, here are some that all should&nbsp;include:</p>\n\n<h3 class=\"wp-block-heading\">An integration with Akismet to block&nbsp;spam</h3>\n\n<p>Sadly, online forms are a target for bots that attempt to flood your site (and email inbox) with <a href=\"https://akismet.com/blog/how-to-stop-contact-form-spam-on-wordpress/\">contact form spam</a> submissions, which can leave you wading through a sea of spam to find one genuine entry from your&nbsp;visitors.</p>\n\n<p>This makes it essential that your WordPress form plugin defends against spam, and <a href=\"https://akismet.com/\">Akismet</a> is the gold&#8209;standard <a href=\"https://akismet.com/blog/best-anti-spam-wordpress-plugins-compared/\">spam protection for WordPress</a>. The service has blocked an astonishing 545,500,000,000+ pieces of spam to&nbsp;date.</p>\n\n\n<img width=\"1600\" height=\"787\" src=\"https://akismet455732288.files.wordpress.com/2023/11/image.png\" alt=\"Akismet homepage\" class=\"wp-image-283527\" />\n\n\n\n<p>Akismet gets to work silently in the background and protects your forms from spam without requiring any form of CAPTCHA or manual user input. Instead, it uses advanced AI technology and one of the world&#8217;s largest anti-spam databases to filter out WordPress form spam. It does all of this with more than 99.9% accuracy.&nbsp;</p>\n\n\n\n<p>The great news is that most leading WordPress form builders offer an integration with Akismet, so you can easily guard your forms with the best WordPress spam protection available.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Customization options</h3>\n\n\n<p>Consistency is key when it comes to branding and the visual appearance of your site. A quality WordPress form builder should allow you to easily modify the colors, fonts, and layouts of your forms, so they reflect your brand&#8217;s style and blend seamlessly into the overall design of your&nbsp;site.</p>\n\n<h3 class=\"wp-block-heading\">Templates for common form&nbsp;types</h3>\n\n\n<p>Most modern form plugins try to simplify the creation process with a drag-and-drop builder, but it can still take time to add and configure and style exactly what you need.&nbsp;</p>\n\n\n<p>To help, some solutions offer a range of templates or patterns covering common form types, which act as a great foundation while allowing you the flexibility to adjust and customize as&nbsp;needed.</p>\n\n\n<h3 class=\"wp-block-heading\">Notification settings</h3>\n\n\n<p>Your form builder lets you decide what happens after a visitor clicks submit on your form. For example, do they go to a “thank you” page, see a confirmation message, or get a copy of their submission via&nbsp;email?</p>\n\n\n<p>For most types of forms, you&#8217;ll also want to ensure that you or a member of your team is promptly notified of new form submissions. So it&#8217;s important to check out the notification options offered by each WordPress form builder.&nbsp;</p>\n\n\n<p>Most plugins will provide a range of options that allow you to configure the emails you receive each time a form is submitted, as well as choose if you want to send your data to any third&#8209;party services or store the data in your WordPress&nbsp;database.</p>\n\n<h2 class=\"wp-block-heading\">A review of the best form plugins for&nbsp;WordPress</h2>\n\n\n<img width=\"1600\" height=\"686\" src=\"https://akismet455732288.files.wordpress.com/2023/11/image-1.png\" alt=\"Jetpack Forms homepage\" class=\"wp-image-283528\" />\n\n\n<h3 class=\"wp-block-heading\">1. <a href=\"https://jetpack.com/forms/\">Jetpack&nbsp;Forms</a></h3>\n\n<p><a href=\"https://jetpack.com/forms/\" target=\"_blank\" rel=\"noreferrer noopener\">Jetpack Forms</a> is one of the best WordPress form builders. It works from within the WordPress block editor, making it easy to add forms to any post or page on your&nbsp;site.</p>\n\n<p>Jetpack Forms comes with a large set of patterns that allow you to quickly create common form types, including a basic contact form and registration and feedback forms. You can also build your own from scratch using the handy drag&#8209;and&#8209;drop builder, which allows you to select from a wide range of field&nbsp;types.</p>\n\n\n<img width=\"1600\" height=\"741\" src=\"https://akismet455732288.files.wordpress.com/2023/11/image-2.png\" alt=\"Jetpack form patterns in a grid\" class=\"wp-image-283529\" />\n\n\n\n<p>Jetpack’s innovative AI assistant can also be used to help you effortlessly create advanced forms. Just describe the type of form you want, and Jetpack AI will get to work creating it. And you can use the AI Assistant to edit your existing forms. For example, you can ask it to autopopulate a country drop-down, or to add a field for event attendees to let you know their dietary requirements.&nbsp;</p>\n\n\n\n<img width=\"994\" height=\"739\" src=\"https://akismet455732288.files.wordpress.com/2023/11/image-3.png\" alt=\"Jetpack AI assistant translating a post\" class=\"wp-image-283530\" />\n\n\n\n<p>You can use Jetpack Forms to create as many forms as you need and capture unlimited responses. You can also configure email notifications for each one, which are sent using the native WordPress email function.&nbsp;</p>\n\n\n<p>All form responses are stored in the “feedback” menu of your WordPress dashboard, and you can export them straight to Google Sheets or download them as a CSV file for further analysis. Jetpack Forms also integrates with several popular services, including <a href=\"https://jetpackcrm.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Jetpack CRM</a> for contact management and <a href=\"https://www.creativemail.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Creative Mail</a> for email&nbsp;marketing.</p>\n\n<p>Jetpack is a free WordPress form plugin that lets you match your site&#8217;s design and branding by selecting the background and text color for the block and submit button. You can make form fields mandatory to ensure that you’re collecting the information you need from each visitor, configure a custom confirmation message, or redirect users to a “thank you”&nbsp;page.</p>\n\n<p>Jetpack Forms helps keep form spam at bay with a powerful two&#8209;pronged approach. First, all forms contain a honeypot field, which is designed to trick bots and prevent them from submitting your form in the first place. Jetpack Forms also works seamlessly with Akismet to add invisible AI&#8209;powered spam detection to your site, scan all form submissions to identify spam, and ensure that you only get notified about genuine form&nbsp;submissions.</p>\n\n\n<p>Like Akismet, Jetpack Forms was built by the team behind WordPress.com, so you know that it&#8217;s a powerful and safe WordPress form builder designed for ease of use. It’s considered one of the best WordPress form plugins available.&nbsp;</p>\n\n\n<h4 class=\"wp-block-heading\">Key features of Jetpack&nbsp;Forms:</h4>\n\n\n<ul><li>The ability to create forms from within the WordPress&nbsp;editor</li>\n\n<li>A range of templates&nbsp;provided</li>\n\n<li>A drag&#8209;and&#8209;drop form&nbsp;builder</li>\n\n<li>Integration with Akismet for powerful spam&nbsp;filtering</li>\n\n<li>A range of field types including text, date picker, drop&#8209;down, checkbox, and radio&nbsp;buttons</li>\n\n<li>AI&#8209;powered form&nbsp;creation</li>\n\n<li>Mobile responsive&nbsp;designs</li>\n\n<li>Unlimited forms and&nbsp;submissions</li>\n\n<li>Configurable email&nbsp;notifications</li>\n\n<li>Integration with CRM and email marketing&nbsp;services</li>\n\n<li>Google Sheets&nbsp;integration</li>\n\n<li>Customizable actions upon form&nbsp;submission</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Pros of Jetpack&nbsp;Forms:</h4>\n\n\n<ul><li>Jetpack Forms offers a range of powerful features that allow you to create custom forms for free from within the WordPress&nbsp;editor.</li>\n\n<li>The Jetpack form builder works perfectly with Akismet to catch any spam form&nbsp;submissions.</li>\n\n<li>Jetpack Forms is part of the wider Jetpack plugin, which offers a range of useful site management, performance, and security&nbsp;features.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Cons of Jetpack&nbsp;Forms:</h4>\n\n\n<ul><li>Jetpack Forms is designed to meet the needs of the average WordPress site owner, so it doesn’t have some specialty features, such as multipage forms, that are found in many paid WordPress form builder&nbsp;plugins.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Ease of&nbsp;use:</h4>\n\n\n<p>Jetpack Forms has a simple visual form builder that works within the WordPress editor. It&#8217;s simple to configure your form settings, actions, and design. Plus, patterns and AI-powered tools make it quick and easy to create the perfect form for your needs.&nbsp;</p>\n\n\n\n<p>Detailed <a href=\"https://jetpack.com/support/jetpack-blocks/contact-form/\" target=\"_blank\" rel=\"noreferrer noopener\">documentation is available</a>, and you can also access email support from Jetpack&#8217;s Happiness Engineers.&nbsp;</p>\n\n\n\n<h4 class=\"wp-block-heading\">Pricing:</h4>\n\n\n<p>Jetpack Forms is part of the<a href=\"https://wordpress.org/plugins/jetpack/\"> Jetpack plugin</a>, which is free to download from the WordPress plugin directory. <a href=\"https://jetpack.com/ai/\" target=\"_blank\" rel=\"noreferrer noopener\">Jetpack’s AI Assistant</a> offers 20 free requests, with unlimited requests (for both forms and the many other features offered by Jetpack AI) available for about $8 per&nbsp;month.</p>\n\n\n<img width=\"2114\" height=\"1022\" src=\"https://akismet455732288.files.wordpress.com/2023/11/screen-shot-2023-11-15-at-2.07.06-pm.png\" alt=\"WPForms homepage\" class=\"wp-image-283532\" />\n\n\n\n<h3 class=\"wp-block-heading\">2. <a href=\"https://wordpress.org/plugins/wpforms-lite/\" target=\"_blank\" rel=\"noreferrer noopener\">WPForms</a></h3>\n\n\n<p>WPForms is a popular plugin for WordPress that helps you create a wide range of forms for your&nbsp;site.</p>\n\n<p>Like most plugins in this list, WPForms is built around an intuitive drag&#8209;and&#8209;drop builder, and offers a range of templates for some of the most popular form types. Once you’ve created your form, you can embed it in any post or page using the WPForms block and tailor its appearance to match your site’s&nbsp;branding.</p>\n\n\n<p>This WordPress form plugin offers full control over what you do with the data you collect, including the option to send all form submissions by email or store the entries in your database.&nbsp;</p>\n\n\n<p>Premium versions of WPForms offer integrations with popular email and CRM services, including Mailchimp and Salesforce, along with payment gateways which allow you to create payment&nbsp;forms.</p>\n\n\n<p>All versions of WPForms integrate with Akismet so that you can keep form entry spam at bay with the leading spam detection plugin for WordPress.&nbsp;</p>\n\n\n<h4 class=\"wp-block-heading\">Key features of&nbsp;WPForms:</h4>\n\n\n<ul><li>Integration with Akismet to protect your forms from&nbsp;spam</li>\n\n<li>Pre&#8209;made templates for common form&nbsp;types</li>\n\n<li>A drag&#8209;and&#8209;drop form&nbsp;builder</li>\n\n<li>Support for custom field&nbsp;types</li>\n\n\n<li>Multipage forms</li>\n\n\n<li>Mobile responsive&nbsp;forms</li>\n\n<li>Unlimited forms and&nbsp;submissions</li>\n\n<li>Advanced customization options, including Webhook support&nbsp;(Pro)</li>\n\n<li>Integrations with popular CRM and email marketing services&nbsp;(Pro)</li>\n\n<li>Email notifications for form&nbsp;entries</li>\n\n<li>A wide range of field types, including file&nbsp;upload</li>\n\n<li>The ability to accept payments&nbsp;(Pro)</li>\n\n<li>Form abandonment notifications&nbsp;(Pro)</li>\n\n<li>Support for a range of complex forms, including surveys, ratings, and polls&nbsp;(Pro)</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Pros of&nbsp;WPForms:</h4>\n\n\n<ul><li>WPForms uses a drag&#8209;and&#8209;drop interface that simplifies building forms and changing form&nbsp;settings.</li>\n\n<li>WPForms’ premium versions make it possible to use forms to accomplish tasks that go beyond a traditional contact form, including taking payments and creating&nbsp;posts.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Cons of&nbsp;WPForms:</h4>\n\n\n<ul><li>WPForms does not allow you to create forms from within the WordPress&nbsp;editor.</li>\n\n<li>Some features of WPForms, including advanced field types and integrations with email or CRM systems, are only available in premium versions of the&nbsp;plugin.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Ease of&nbsp;use:</h4>\n\n<p>WPForms’ drag&#8209;and&#8209;drop interface makes the plugin easy to use. Comprehensive documentation is available, and email support is offered for premium&nbsp;customers.</p>\n\n\n<h4 class=\"wp-block-heading\">Pricing:</h4>\n\n\n<p>WPForms Light is available in the WordPress plugin directory and allows you to create basic forms for free. Several different premium versions of WPForms are available, which range from the Basic plan at $499 a year to the Elite plan, which unlocks all features, for $599.50 a&nbsp;year.</p>\n\n\n<img width=\"1411\" height=\"526\" src=\"https://akismet455732288.files.wordpress.com/2023/11/image-5.png\" alt=\"Gravity Forms homepage\" class=\"wp-image-283534\" />\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://www.gravityforms.com/\" target=\"_blank\" rel=\"noreferrer noopener\">3. Gravity&nbsp;Forms</a></h2>\n\n<p>Gravity Forms is a well&#8209;known premium form plugin for WordPress that offers a range of advanced&nbsp;features.</p>\n\n\n<p>Like many WordPress form plugins, Gravity Forms allows you to create forms without any programming knowledge using a drag-and-drop interface.&nbsp;</p>\n\n\n\n<p>You can include 30 different field types within your forms to build almost any type — create contact forms, quizzes, surveys, and even user registration forms.&nbsp;</p>\n\n\n<p>Gravity Forms offers various field types, along with features that allow you to create in a range of styles, including conversational forms or multipage forms. The plugin integrates with many popular services, like email marketing programs, CRM systems, and payment&nbsp;gateways.</p>\n\n<p>Gravity Forms also helps you keep your submissions spam&#8209;free by integrating with Akismet, meaning you can benefit from world&#8209;class AI&#8209;powered spam protection on all the forms on your&nbsp;site.</p>\n\n<h4 class=\"wp-block-heading\">Key features of Gravity&nbsp;Forms:</h4>\n\n\n<ul><li>A visual form&nbsp;builder</li>\n\n<li>Akismet&#8209;powered spam&nbsp;protection</li>\n\n<li>Integrations with external services, including email automation tools and payment&nbsp;processors</li>\n\n<li>Customizable notifications, emails, and on&#8209;submit&nbsp;actions</li>\n\n<li>The ability to register users and update profiles through registration&nbsp;forms</li>\n\n<li>Support for quizzes, polls, and&nbsp;surveys</li>\n\n\n<li>Conditional logic</li>\n\n\n<li>A variety of field&nbsp;types</li>\n\n<li>Form response analytics&nbsp;tools</li>\n\n\n<li>Responsive forms</li>\n\n\n\n<li>Multipage forms</li>\n\n\n<li>Conversational style&nbsp;forms</li>\n\n<li>Support for merge&nbsp;tags</li>\n\n<li>Hooks and functions, which allow developers to expand plugin&nbsp;functionality</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Pros of Gravity&nbsp;Forms:</h4>\n\n\n<ul>\n<li>Gravity Forms allows you to create advanced forms using a simple drag-and-drop interface and easily integrates with a range of external services.&nbsp;</li>\n\n\n<li>There are a wide variety of add&#8209;ons that can expand upon the plugin’s functionality without needing to hire a&nbsp;developer.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Cons of Gravity&nbsp;Forms:</h4>\n\n\n<ul><li>Many form appearance settings can only be customized by using custom CSS or a third&#8209;party&nbsp;plugin.</li>\n\n<li>Unlike the other WordPress form plugins on this list, Gravity Forms does not offer a free&nbsp;version.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Ease of&nbsp;use:</h4>\n\n<p>While Gravity Forms has a drag&#8209;and&#8209;drop form builder, the number of advanced integrations and settings may be confusing if you’re only looking to create simple forms. A <a href=\"https://docs.gravityforms.com\" target=\"_blank\" rel=\"noreferrer noopener\">comprehensive knowledge</a> base is available, and all users benefit from email&nbsp;support.</p>\n\n\n<h4 class=\"wp-block-heading\">Pricing:</h4>\n\n\n<p>Gravity Forms has a range of <a href=\"https://www.gravityforms.com/pricing/\" target=\"_blank\" rel=\"noreferrer noopener\">pricing plans</a>, each of which activates more features and integrations. Plans vary. The Basic plan starts at $59 a year and the Elite plan, which enables all features and integrations, is $259 a year. The anti&#8209;spam integration with Akismet is available on all&nbsp;plans.</p>\n\n\n<img width=\"2736\" height=\"1104\" src=\"https://akismet455732288.files.wordpress.com/2023/11/screen-shot-2023-11-15-at-3.03.19-pm.png\" alt=\"Ninja Forms homepage\" class=\"wp-image-283536\" />\n\n\n<h2 class=\"wp-block-heading\">4. <a href=\"https://wordpress.org/plugins/ninja-forms/\">Ninja&nbsp;Forms</a></h2>\n\n<p>Ninja Forms is a popular WordPress form builder that offers a basic, free version alongside a range of premium&nbsp;add&#8209;ons.</p>\n\n<p>Ninja Forms’ free version allows you to create simple forms using a drag&#8209;and&#8209;drop&nbsp;form</p>\n\n<p>builder. The plugin contains a number of templates, or you can select from over 27 different field types to create the perfect custom form for your site. Like all plugins on this list, Ninja Forms allows you to create an unlimited number of forms and places no limit on the number of submissions you can&nbsp;receive.</p>\n\n<p>Ninja Forms offers several different options for notifications, and it allows you to display custom confirmation messages to your users or redirect them to a different page on your site. You can protect any form you create against spam, thanks to its Akismet&nbsp;integration.</p>\n\n<p>The functionality of Ninja Forms can be extended through a large number of official add&#8209;ons, which allow you to add features such as user registration, payment integration, conditional logic, and multistep&nbsp;forms.</p>\n\n<h4 class=\"wp-block-heading\">Key features of Ninja&nbsp;Forms:</h4>\n\n\n<ul><li>Pre&#8209;built form&nbsp;templates</li>\n\n<li>A drag&#8209;and&#8209;drop form&nbsp;builder</li>\n\n<li>27+ field&nbsp;types</li>\n\n<li>Form customization&nbsp;options</li>\n\n<li>Spam management with&nbsp;Akismet</li>\n\n<li>Ajax form&nbsp;submissions</li>\n\n<li>Conditional logic&nbsp;(pro)</li>\n\n<li>Webhook support&nbsp;(pro)</li>\n\n<li>Front&#8209;end post submissions&nbsp;(pro)</li>\n\n<li>The ability to create user registration and management forms&nbsp;(pro)</li>\n\n<li>File uploads&nbsp;(pro)</li>\n\n<li>Form analytics&nbsp;(pro)</li>\n\n<li>Integrations with popular email and CRM services&nbsp;(pro)</li>\n\n<li>PayPal and Stripe payment integrations&nbsp;(pro)</li>\n\n\n<li>Hooks and filters, which enable developers to extend functionality&nbsp;</li>\n</ul>\n\n\n<h4 class=\"wp-block-heading\">Pros of Ninja&nbsp;Forms:</h4>\n\n\n<ul><li>Ninja Forms automatically uses the colors and fonts from your WordPress theme to help your forms match the look and feel of the rest of your site without the need to use&nbsp;CSS.</li>\n\n<li>The add&#8209;on system that Ninja Forms uses allows you to only pay for the additional features you&nbsp;need.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Cons of Ninja&nbsp;Forms:</h4>\n\n\n<ul><li>While you can guard against form submission spam using the Akismet integration, this has to be enabled by adding the <a href=\"https://ninjaforms.com/docs/akismet-anti-spam-action/\">Akismet action</a> and selecting the field you wish to protect on each form you&nbsp;create.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Ease of&nbsp;use:</h4>\n\n<p>The drag&#8209;and&#8209;drop builder and simple configuration options offered by Ninja Forms make the plugin generally easy to use. Adding Akismet protection requires several additional steps compared to some other plugins in this list. This may be more complicated than necessary if you just want to create a simple WordPress contact form that’s protected from&nbsp;spam.</p>\n\n<p>A help center is provided for all users, as is support through the plugin’s WordPress support forum. Users with a Ninja Forms membership plan can also access email&nbsp;support.</p>\n\n\n<h4 class=\"wp-block-heading\">Pricing:</h4>\n\n\n<p>Ninja Forms has a free version available on the WordPress plugin directory, which allows you to create basic forms. Various paid <a href=\"https://ninjaforms.com/add-ons/\" target=\"_blank\" rel=\"noreferrer noopener\">add&#8209;ons</a> are available to extend the plugin&#8217;s functionality for $49 each. Membership plans are also available, ranging from $99 &#8211; $299 a year, each of which includes a selection of add&#8209;ons and access to premium&nbsp;support.</p>\n\n\n<img width=\"1968\" height=\"892\" src=\"https://akismet455732288.files.wordpress.com/2023/11/screen-shot-2023-11-16-at-10.30.25-am.png\" alt=\"Contact Form 7 listing in the WordPress repository\" class=\"wp-image-283538\" />\n\n\n<h2 class=\"wp-block-heading\">5. <a href=\"https://wordpress.org/plugins/contact-form-7/\" target=\"_blank\" rel=\"noreferrer noopener\">Contact Form&nbsp;7</a></h2>\n\n<p>Contact Form 7 was one of the first free contact form plugins created for WordPress. You can use Contact Form 7 to create basic WordPress contact forms or more advanced forms with a range of field types like text boxes, check boxes, drop&#8209;downs, file uploads, and dates. You can also set fields as required to help ensure your form submissions aren’t missing essential&nbsp;information.</p>\n\n<p>You’re able to protect fields on any form you create against spam, thanks to Contact Form 7&#8217;s <a href=\"https://contactform7.com/spam-filtering-with-akismet/\" target=\"_blank\" rel=\"noreferrer noopener\">Akismet integration</a>. Contact Form 7 allows you to configure the email notifications you receive for each form, as well as set custom confirmation messages displayed to users when they submit your&nbsp;form.</p>\n\n<h4 class=\"wp-block-heading\">Key features of Contact Form&nbsp;7:</h4>\n\n\n<ul><li>The ability to create unlimited&nbsp;forms</li>\n\n\n<li>Unlimited submissions</li>\n\n\n<li>Email notifications on form&nbsp;submission</li>\n\n<li>Support for file&nbsp;uploads</li>\n\n<li>Form styling via CSS and&nbsp;HTML</li>\n\n\n<li>Akismet Anti-spam integration&nbsp;</li>\n</ul>\n\n\n<h4 class=\"wp-block-heading\">Pros of Contact Form&nbsp;7:</h4>\n\n\n<ul><li>Contact Form 7 is a lightweight plugin that won’t hinder your site&nbsp;performance.</li>\n\n<li>Because Contact Form 7 is a popular WordPress form plugin, there are a number of third&#8209;party add&#8209;ons that you can use to enhance its&nbsp;features.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Cons of Contact Form&nbsp;7:</h4>\n\n\n<ul><li>You have to use custom CSS and HTML to style the form, which can make it more challenging to match your&nbsp;brand.</li>\n\n<li>While you can add contact forms you have created to your posts and pages using the Contact Form 7 block, you can&#8217;t create forms from within the WordPress&nbsp;editor.</li>\n\n<li>Contact Form 7 doesn’t store contact form submissions. This means that to use Akismet’s ability to review form submissions, you’ll need an <a href=\"https://wordpress.org/plugins/flamingo/\" target=\"_blank\" rel=\"noreferrer noopener\">additional plugin</a> that stores entries in your site&#8217;s&nbsp;database.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Ease of&nbsp;use:</h4>\n\n<p>While there is a very <a href=\"https://wordpress.org/support/plugin/contact-form-7/\" target=\"_blank\" rel=\"noreferrer noopener\">active support community</a> on the plugin’s WordPress support forum, along with <a href=\"https://contactform7.com/docs/\">comprehensive documentation</a>, some users may find Contact Form 7 to be more difficult to use than others on this list. It uses text&#8209;based <a href=\"https://contactform7.com/tag-syntax/\">form tags</a> rather than a drag&#8209;and&#8209;drop interface, and you have to style forms through CSS, which might make it difficult for&nbsp;beginners.</p>\n\n\n<h4 class=\"wp-block-heading\">Pricing:</h4>\n\n\n<p>Contact Form 7 is available free of charge from the <a href=\"https://wordpress.org/plugins/contact-form-7/\">WordPress plugin&nbsp;directory</a>.</p>\n\n\n<img width=\"1968\" height=\"930\" src=\"https://akismet455732288.files.wordpress.com/2023/11/screen-shot-2023-11-16-at-10.34.10-am.png\" alt=\"Formidable Forms listing in the WordPress repository\" class=\"wp-image-283539\" />\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https://wordpress.org/plugins/formidable/\" target=\"_blank\" rel=\"noreferrer noopener\">6. Formidable&nbsp;Forms</a></h3>\n\n\n<p>Formidable Forms is a freemium WordPress form plugin built around a drag-and-drop builder. The plugin has an integrated live preview feature that helps you see how your form will look to visitors as you build it.&nbsp;</p>\n\n\n<p>It offers comprehensive options for form styling and comes with many templates that speed up the process of creating common form types, such as contact forms or review&nbsp;forms.</p>\n\n<p>Both the free and premium versions of Formidable Forms help you keep spam at bay by integrating with Akismet. The plugin&#8217;s premium versions offer integrations with external email marketing and CRM services, as well as a number of additional features that allow you to create a plethora of different form&nbsp;types.</p>\n\n<h4 class=\"wp-block-heading\">Key features of Formidable&nbsp;Forms:</h4>\n\n\n<ul><li>A drag&#8209;and&#8209;drop form&nbsp;builder</li>\n\n<li>A visual form&nbsp;styler</li>\n\n<li>Unlimited forms and&nbsp;submissions</li>\n\n\n<li>Form templates</li>\n\n\n<li>Akismet spam&nbsp;protection</li>\n\n<li>Email notifications and form&nbsp;autoresponders</li>\n\n<li>Fully responsive&nbsp;forms</li>\n\n\n<li>Field placeholders</li>\n\n\n<li>File uploads&nbsp;(pro)</li>\n\n<li>Conditional logic&nbsp;(pro)</li>\n\n<li>Multipage forms&nbsp;(pro)</li>\n\n<li>User registration&nbsp;(pro)</li>\n\n<li>A range of views, tables, and charts to analyze data&nbsp;(pro)</li>\n\n<li>Form automation&nbsp;(pro)</li>\n\n<li>Integration with third&#8209;party tools&nbsp;(pro)</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Pros of Formidable&nbsp;Forms:</h4>\n\n\n<ul><li>Formidable Forms features an advanced form styler that allows you to fully customize the look and feel of your&nbsp;forms.</li>\n\n<li>The premium versions of Formidable Forms enable a wide range of features that allow you to create complex forms and actions without any coding&nbsp;knowledge.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Cons of Formidable&nbsp;Forms:</h4>\n\n\n<ul><li>Your forms are not automatically protected from spam with Akismet, as it has to be enabled on each form you&nbsp;create.</li>\n\n<li>Unlike some WordPress form builders, such as Jetpack Forms, Formidable Forms does not include any integrations with email marketing or CRM services in the free&nbsp;version.</li></ul>\n\n\n<h4 class=\"wp-block-heading\">Ease of&nbsp;use:</h4>\n\n<p>The plugin&#8217;s drag&#8209;and&#8209;drop interface and visual form styler make Formidable Forms easy to use. A <a href=\"https://formidableforms.com/knowledgebase/\">knowledge base</a> is provided, and support for the free version is offered via the plugin&#8217;s WordPress support forum. Premium users can also access email&nbsp;support.</p>\n\n\n<h4 class=\"wp-block-heading\">Pricing:</h4>\n\n\n\n<p>Formidable Forms has a basic, free version available from the <a href=\"https://wordpress.org/plugins/formidable/\">WordPress plugin directory</a>.<a href=\"https://formidableforms.com/pricing/\" target=\"_blank\" rel=\"noreferrer noopener\"> Premium versions</a> range from $79 &#8211; $599 per year, with each plan providing additional functionality on top of the base plugin.&nbsp;&nbsp;</p>\n\n\n<h2 class=\"wp-block-heading\">Comparison of the top form builder&nbsp;plugins</h2>\n\n\n<table><tbody><tr><td>&nbsp;</td><td>Jetpack Forms</td><td>WPForms</td><td>Gravity Forms</td><td>Ninja Forms</td><td>Contact Forms 7</td><td>Formidable Forms</td></tr><tr><td>Protect forms from spam with Akismet?</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td></tr><tr><td>Drag-and-drop interface?</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>No</td><td>Yes</td></tr><tr><td>Create forms from within the WordPress editor?</td><td>Yes</td><td>No</td><td>No</td><td>No</td><td>No</td><td>No</td></tr><tr><td>CRM and email marketing integration?</td><td>Yes</td><td>Paid only</td><td>Yes</td><td>Paid only</td><td>No</td><td>Paid Only</td></tr><tr><td>Configurable form submission actions?</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>Limited</td><td>Yes</td></tr><tr><td>Built by the team behind WordPress.com?</td><td>Yes</td><td>No</td><td>No</td><td>No</td><td>No</td><td>No</td></tr><tr><td>Cost</td><td>Free&nbsp;</td><td>Limited free version. Paid version plans cost $99 -$599/yr</td><td>$59-$299/yr</td><td>Limited free version. Individual add-ons from $49.Memberships from $99-$299/yr</td><td>Free</td><td>Limited free version, premium versions range from $79-$599 a year.</td></tr></tbody></table>\n\n\n<h2 class=\"wp-block-heading\">Factors to consider when choosing a form&nbsp;builder</h2>\n\n\n<h3 class=\"wp-block-heading\">Akismet integration</h3>\n\n\n<p>To keep your WordPress forms spam&#8209;free, it&#8217;s important that the WordPress form builder you choose has an Akismet integration. By using Akismet to protect your forms, you can benefit from an advanced AI&#8209;powered spam filtering system that is trusted by over 100 million sites and boasts 99.9%&nbsp;accuracy.</p>\n\n\n<img width=\"1600\" height=\"851\" src=\"https://akismet455732288.files.wordpress.com/2023/11/image-6.png\" alt=\"stats about spam blocked and websites protected by Akismet\" class=\"wp-image-283541\" />\n\n\n<h3 class=\"wp-block-heading\">Ease of&nbsp;use</h3>\n\n\n<p>The WordPress form builder you choose should be easy to use for visitors and site administrators alike. For your visitors, this means looking for a WordPress form plugin, like Jetpack Forms, that uses Akismet to protect your forms from spam, so they don&#8217;t have to solve a pesky CAPTCHA before submitting your form.&nbsp;</p>\n\n\n<p>For site administrators, this means choosing a plugin that offers an intuitive drag&#8209;and&#8209;drop interface and allows you to easily make changes to the appearance and design of your&nbsp;forms.</p>\n\n<h3 class=\"wp-block-heading\">Tools with submission&#8209;based&nbsp;actions</h3>\n\n<p>It’s one thing being able to collect form submissions from your visitors, but it’s also important that you’re able to extract and take action on the information your visitors have given&nbsp;you.</p>\n\n<p>All form plugins in our review allow you to receive email notifications of form submissions, but relying on email notifications alone can require you to manually enter data into a spreadsheet or&nbsp;CRM.</p>\n\n<p>So, you should also look for a form builder, like <a href=\"https://jetpack.com/forms/\" target=\"_blank\" rel=\"noreferrer noopener\">Jetpack Forms</a>, that stores your submissions in your WordPress admin dashboard, so you can see them in one place. You should also look for a plugin that allows you to easily export data or send it to an external&nbsp;tool.</p>\n\n\n<img width=\"1600\" height=\"748\" src=\"https://akismet455732288.files.wordpress.com/2023/11/image-7.png\" alt=\"stored responses in Jetpack Forms\" class=\"wp-image-283542\" />\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions about form builder&nbsp;plugins</h2>\n\n<h3 class=\"wp-block-heading\">What makes a good WordPress form&nbsp;builder?</h3>\n\n<p>Top WordPress form plugins enable you to quickly create a range of different form types to quickly collect appropriate responses for site visitors. The best WordPress form plugin for your site, such as Jetpack Forms, should also integrate seamlessly with <a href=\"https://akismet.com/\">Akismet</a> for industry&#8209;leading spam protection that doesn&#8217;t hinder the user&nbsp;experience.</p>\n\n<h3 class=\"wp-block-heading\">How much does a good form builder plugin cost on&nbsp;WordPress?</h3>\n\n<p>Many good WordPress form builders, such as <a href=\"https://jetpack.com/forms/\" target=\"_blank\" rel=\"noreferrer noopener\">Jetpack Forms</a>, are free of charge. Some plugins that offer features for complex forms, such as user registration and integration with payment gateways, have premium options that range from $49&#8209;$599 a&nbsp;year.</p>\n\n<h3 class=\"wp-block-heading\">Can I block WordPress contact form spam when using a form&nbsp;builder?</h3>\n\n\n<p>Yes, you can block contact form spam by making sure that your plugin has a honeypot feature like <a href=\"https://jetpack.com/forms/\" target=\"_blank\" rel=\"noreferrer noopener\">Jetpack Forms</a> and integrates with Akismet — the leading <a href=\"https://akismet.com/wordpress/\">anti-spam solution for WordPress</a>.&nbsp;</p>\n\n\n<p>This state&#8209;of&#8209;the&#8209;art service uses advanced machine learning and artificial intelligence technology to analyze submissions in real time without getting in the way of real, human&nbsp;users.</p>\n\n<h3 class=\"wp-block-heading\">Should I use CAPTCHA on my contact&nbsp;form?</h3>\n\n\n<p>If you want to maximize conversions, you should not require users to complete a CAPTCHA.&nbsp;</p>\n\n\n\n<p>Researchers from <a href=\"https://web.stanford.edu/~jurafsky/burszstein_2010_captcha.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Stanford University</a> found that CAPTCHAs can drive people away from your forms. The data shows that 29% of users leave a page when confronted with a CAPTCHA. This is particularly concerning if you rely on forms to capture leads or receive valuable customer feedback.&nbsp;</p>\n\n\n\n<img width=\"770\" height=\"925\" src=\"https://akismet455732288.files.wordpress.com/2023/11/image-8.png\" alt=\"CAPTCHA examples prompting users to select red spheres\" class=\"wp-image-283543\" />\n\n\n<p>On average, sites using reCAPTCHA <a href=\"https://medium.com/rareview/why-your-captcha-is-killing-conversions-f9be6fe17d1f\" target=\"_blank\" rel=\"noreferrer noopener\">experience a 3.2% reduction</a> in their conversion rates compared to those that do not, which could significantly impact revenue generated from your&nbsp;site.</p>\n\n<p>CAPTCHAs can also have a significant impact on the accessibility of your forms. Individuals with vision or hearing impairments often find it impossible to complete a CAPTCHA, even with assistive&nbsp;technology.</p>\n\n\n<p>For these reasons, millions of WordPress site owners have turned to Akismet to protect their sites with world-class, <a href=\"https://akismet.com/blog/convertkit-customerstory/\">non-intrusive spam protection</a>.&nbsp;</p>\n\n\n<h3 class=\"wp-block-heading\">How do I enable the best anti&#8209;spam protection for my contact&nbsp;forms?</h3>\n\n<p>To protect your site with the world&#8217;s leading anti&#8209;spam solution, you need to select a WordPress form builder, like <a href=\"https://jetpack.com/features/discussion/contact-forms/\" target=\"_blank\" rel=\"noreferrer noopener\">Jetpack Forms</a>, that integrates with Akismet. You&#8217;ll first need to get an Akismet API key. These are available for free if you&#8217;re running a personal blog or through an affordable subscription for commercial&nbsp;sites.</p>\n\n\n<p>You then need to download and activate the Akismet anti-spam plugin. Some form plugins, like Jetpack Forms, will start protecting your forms with Akismet straight away, whereas, in others, you&#8217;ll need to enable the Akismet spam protection within the plugin&#8217;s settings.&nbsp;</p>\n\n\n<h2 class=\"wp-block-heading\">Akismet: AI&#8209;powered anti&#8209;spam for WordPress&nbsp;forms</h2>\n\n<p>Once you&#8217;ve built your website&#8217;s forms, it&#8217;s time to protect them from spam, and <a href=\"https://akismet.com/\">Akismet</a> is your complete solution for spam detection and&nbsp;prevention.</p>\n\n\n<p>Akismet blocks form spam using advanced AI technology that works in the background. It automatically analyzes submissions in real time and lets genuine entries through while discarding spam.&nbsp;</p>\n\n\n<p><a href=\"https://wordpress.org/plugins/akismet/\">The Akismet plugin</a> is simple to install and configure and works seamlessly with many popular WordPress form builders to protect your site without ever getting in the way of the user&nbsp;experience.</p>\n\n\n<p>Akismet is a safe, efficient, and secure solution from the team behind WordPress.com and is trusted by some of the biggest companies in the world, including Microsoft and ConvertKit. It has blocked a staggering 545 billion pieces of spam (and counting) with an industry-leading 99.9% accuracy rate.&nbsp;</p>\n\n\n<p><a href=\"https://akismet.com/pricing/\">Select your plan today</a> and say goodbye to spam&nbsp;forever.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Dec 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jen Swisher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Do The Woo Community: End of the Year Emerging Tech with Kathy Zant and Dave Lockie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78681\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://dothewoo.io/end-of-the-year-emerging-tech/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:558:\"<p>In this episode, Kathy and Dave discuss the influence of AI and blockchain on content creation, the rise of businesses using OpenAI API, and the potential of using blockchain for content authentication. They also explore the options for WordPress content and online identity verification.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/end-of-the-year-emerging-tech/\">End of the Year Emerging Tech with Kathy Zant and Dave Lockie</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Dec 2023 12:42:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: State of the Word 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=109082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2023/12/state-of-the-word-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:509:\"<p>I was really impressed with the warmth of the WordPress community in Madrid, Spain for <a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> this year. The in-person crowd had a ton of energy, and we had tens of thousands stream it live on platforms like Facebook and Youtube. If you missed it, and want to hear about all the fun stuff that happened in WordPress in 2023 and what&#8217;s coming for the future, here&#8217;s the video:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Dec 2023 03:17:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: State of the Word 2023: ¡Hola WordPress!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=151746\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com/state-of-the-word-2023-hola-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9062:\"<p><br />Exciting day for the WordPress community, as Matt Mullenweg delivered his first State of the Word address from a non-US location. Live from charming Madrid, Spain, he shared annual insights into the WordPress project, celebrating its remarkable 20 year journey and expressing his heartfelt gratitude to the diverse community that propels it forward.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Reflecting on the Year&#8217;s Successes:  A Dynamic and Innovative Community </h2>\n\n\n\n<p>Matt took a moment to reflect on the achievements within the WordPress ecosystem over the past year. From its humble beginnings as a blogging tool to evolving into a robust website-building platform and now a powerful application framework, WordPress has reached its 20-year milestone (woo-hoo!) with resounding success.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<ul>\n<li>Noteworthy mentions include WordPress&#8217;s prowess in <em>scalability</em> (as witnessed during <a href=\"https://www.linkedin.com/posts/burhanhamid_i-couldnt-sleep-last-night-i-was-anxious-activity-7138301063371091969-Je5R?utm_source=share&utm_medium=member_desktop\">Taylor Swift&#8217;s Time Person of the Year announcement</a>  (with 100k requests / second) and <em>security</em>, demonstrated by sites like WhiteHouse.gov and Nasa.gov.</li>\n\n\n\n<li>The <a href=\"https://playground.wordpress.net/\">WordPress Playground</a> continues to astonish, allowing users to set up a fully functional WordPress site in the browser in a matter of seconds &#8211; showcasing the community&#8217;s spirit of innovation.<br /><br />Here&#8217;s a brief demo (narrated by Adam Zieliński):  </li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong><em>That will never cease to amaze me. [&#8230;] It&#8217;s the closest thing to sci-fi we have going on right now in WordPress.</em></strong></p>\n<cite>Matt</cite></blockquote>\n\n\n\n<ul>\n<li>Introducing the <a href=\"https://wordpress.org/themes/twentytwentyfour/\">Twenty Twenty Four</a> theme, a masterpiece with 35 built-in patterns catering to artists, entrepreneurs, and anyone seeking the full potential of Gutenberg. Explore the theme&#8217;s highlights in the image below &#8211; and try it out (<a href=\"https://wordpress.org/themes/twentytwentyfour/\">available in the repo here</a>).</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"500\" height=\"279\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/12/Twenty-twenty-four-theme-State-of-the-Word-Madrid-2023-500x279.png\" alt=\"Highlights of the Twenty Twenty Four theme - State of the Word 2023 Madrid\" class=\"wp-image-151785\" />Highlights of the Twenty Twenty Four theme\n\n\n\n<p>Other highlights included 70 WordCamps in 33 countries, 1.3k new contributors in 2023, the upcoming <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia</a> in Taipei, Taiwan as well as Openverse being awarded the <a href=\"https://awards.oeglobal.org/awards/2023/open-infrastructure/openverse/\">Open Education Award for Excellence in Education Infrastructure</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Peering into the Future: Collaboration and Workflow Environments</h2>\n\n\n\n<p>Matías Ventura, WordPress Lead Architect, unveiled the plans for the Site Editor, aiming to enhance the experience for both writers and designers. The focus is now shifting towards collaboration and workflow environments (Phase 3 of the project), with a working prototype already available. While there&#8217;s no concrete timeline, you can dive into the Gutenberg plugin to test these developments and share your feedback on <a href=\"http://github.com/wordpress/gutenberg\">GitHub</a>.</p>\n\n\n\n<p>Matías showcased the prototype&#8217;s main features, emphasizing:</p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Patterns: becoming more versatile </h3>\n\n\n\n<p>Explore a new era of <strong>patterns</strong>, allowing users to dive into exciting new features, like: </p>\n\n\n\n<p>a. Swapping related patterns</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n\n\n\n<p>b. Applying theme JSON to specific pattern</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n\n\n\n<p>Additionally, Matías announced the creation of a hybrid type of pattern, offering text editing while maintaining control of the global design:</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">2. Custom fields: the best of both worlds </h3>\n\n\n\n<p>Offering the ability to connect blocks to <strong>custom fields</strong> seamlessly, bringing together the best of both developer-friendly and user-friendly capabilities:</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">3. Performance: for both creators and visitors </h3>\n\n\n\n<p>From a new dashboard tracking Gutenberg commits to editor <strong>performance</strong> improvements, WordPress is gearing up for version 6.5, promising significant speed enhancements:</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"500\" height=\"282\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/12/WP-6.5-faster-that-WP-6.4-State-of-the-Word-Madrid-2023-500x282.png\" alt=\"WP 6.5 faster that WP 6.4 State of the Word Madrid 2023\" class=\"wp-image-151786\" />WordPress 6.5 expected to be significantly faster than WordPress 5.4\n\n\n\n<p>On the front end performance, Matías shared the team&#8217;s focus is on the <strong>Interactivity API </strong>and demo-ed the improvements &#8211; instant transitions and instant search. You can check it out on <a href=\"https://wpmovies.dev/\">https://wpmovies.dev/</a>. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">4. Admin design: your own WordPress</h3>\n\n\n\n<p>Empowering users to customize their admin area to fit their unique needs:</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">AI in WordPress: Playground Blueprints </h2>\n\n\n\n<p>Looking ahead, Matt explored the opportunities of AI tools, introducing Playground blueprints on the WordPress site. This feature enables the creation of playground sites using natural language. He encouraged community members to commit to using AI to expand their knowledge:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&#8230;<strong><em> our growth and development will only be limited by our curiosity. </em></strong></p>\n<cite>Matt</cite></blockquote>\n\n\n\n<p>Related: practicing what he preaches, Matt shared that in order to enhance accessibility, the State of the Word recordings will soon be available in five languages, thanks to AI tools lipsync-ing addresses in Spanish, Portuguese, French, German, and Japanese. Available over the coming few days!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Charting the Course for 2024: Data Liberation</h2>\n\n\n\n<p>Matt emphasized a new focus for 2024:  unlocking the web&#8217;s full potential, by focusing on 1-click data migration &#8211; from other platforms to WordPress and among WordPress sites. He invited community members to join the initiative, and shared that the teams will have all necessary tools at their disposal to deliver on this priority. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">SOTW Reveal: WordCamp US Heading to&#8230; </h2>\n\n\n\n<p>In an exciting revelation, WordCamp US is set to unfold its magic in Portland, Oregon, for the next two years. Matt describes the city as &#8216;super fun and weird in amazing ways.&#8217;  More to follow from the organisers. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>For a deeper dive into the State of the Word address check out the full recording below:</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p></p>\n\n\n\n<p><strong>Resources mentioned during the address: </strong></p>\n\n\n\n<ul>\n<li><a href=\"https://asia.wordcamp.org/2024/\">WC Asia 2024</a></li>\n\n\n\n<li><a href=\"https://wordpressdotorg.survey.fm/2023-meetup-annual-survey\">2023 anual meetup survey</a></li>\n\n\n\n<li><a href=\"http://wp.org/meet\">wp.org/meet</a></li>\n\n\n\n<li><a href=\"http://wp.org/showcase\">wp.org/showcase</a></li>\n\n\n\n<li><a href=\"http://wp.org/remember\">wp.org/remember</a></li>\n\n\n\n<li><a href=\"http://developer.wp.org/playground\">developer.wp.org/playground</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/themes/twentytwentyfour/\">Twenty twenty four theme</a></li>\n\n\n\n<li><a href=\"http://github.com/wordpress/gutenberg\">github.com/wordpress/gutenberg</a> </li>\n\n\n\n<li><a href=\"https://wpmovies.dev/\">https://wpmovies.dev/</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Dec 2023 23:46:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Ioana Mureşan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"BuddyPress: BuddyPress 12.0.0 “Nonno”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=332130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://buddypress.org/2023/12/buddypress-12-0-0-nonno/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12104:\"<p>We&#8217;re very excited to announce the immediate availability of <a href=\"https://downloads.wordpress.org/plugin/buddypress.12.0.0.zip\">BuddyPress 12.0.0 “Nonno”</a>, named after the excellent pizza restaurant located in the 15th arrondissement of Paris, France. Get it now&nbsp;from the&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin repository</a>, or right from your WordPress Dashboard.</p>\n\n\n\n<p>It took the BuddyPress Team almost a year to finish baking the <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=12.0.0\">100 changes</a> to perfection, write the <a href=\"https://github.com/buddypress/buddypress/tree/master/docs/user\" target=\"_blank\" rel=\"noreferrer noopener\">user</a> &amp; <a href=\"https://github.com/buddypress/buddypress/tree/master/docs/developer\" target=\"_blank\" rel=\"noreferrer noopener\">developer</a> documentation resources and build the <a href=\"https://wordpress.org/plugins/bp-classic/\">backward compatibility Add-on</a> that make up our second major release of 2023.</p>\n\n\n\n<p>One of these changes is probably the largest shift we have made since BuddyPress was born 15 years ago. </p>\n\n\n\n<p>Our new BP Rewrites API solves a <a href=\"https://buddypress.trac.wordpress.org/ticket/4954\" target=\"_blank\" rel=\"noreferrer noopener\">10-year-old issue</a> and allows BuddyPress to comply with the WordPress way of generating rules to analyze requested URLs and route the visitor to the right site content: the&nbsp;<a href=\"https://developer.wordpress.org/apis/rewrite/\" target=\"_blank\" rel=\"noreferrer noopener\">WP Rewrite API</a>. Though we have tried to minimize the changes required for BuddyPress plugins and themes to preserve backward compatibility, the following two constraints couldn’t be worked around:</p>\n\n\n\n<ul>\n<li>WordPress fully analyzes a URL later in the load process than our BP Legacy URL parser</li>\n\n\n\n<li>Supporting plain permalinks &amp; customizable slugs required us to completely rethink the way we build BuddyPress URLs</li>\n</ul>\n\n\n\n<p>Because of these insurmountable limitations, we chose to build the <a href=\"https://wordpress.org/plugins/bp-classic/\">BP Classic Add-on</a> to extend backward compatibility until all of the plugins you use on your site have been updated to use the new system. If you are using one or more third party BuddyPress plugins that have not been updated for the last 4 months or if you are still using the BP Default theme (which was <a href=\"https://bpdevel.wordpress.com/2013/11/13/the-future-of-the-bp-default-theme/\" target=\"_blank\" rel=\"noreferrer noopener\">deprecated 10 years ago</a>), we strongly advise you to download and activate <a href=\"https://wordpress.org/plugins/bp-classic/\">BP Classic</a> before upgrading to 12.0.0.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">The first step for a Modern BuddyPress</h2>\n\n\n\n<p>The <strong>BP Rewrites API</strong> is a massive revolution opening the way for a progressive BuddyPress evolution. Based on 10 years of experience gained through hard work, we are beginning to reimagine what it means to organize and manage communities within WordPress. Here are the immediate benefits of this new API:</p>\n\n\n\n<ol>\n<li>You can customize each piece of any URL generated by BuddyPress to better reflect your unique community using the new&nbsp;<a href=\"https://github.com/buddypress/buddypress/blob/master/docs/user/administration/settings/urls.md\" target=\"_blank\" rel=\"noreferrer noopener\">URLs settings screen</a>.</li>\n\n\n\n<li>Pretty or plain, BuddyPress just works no matter which option you choose for your permalink settings.</li>\n\n\n\n<li>Routing BuddyPress URLs is faster, more reliable, extensible, testable and fully compliant with WordPress best practices.</li>\n</ol>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">A new &#8220;members only&#8221; community visibility level</h2>\n\n\n\n<p>We&#8217;ve heard from BuddyPress end-users that being able to easily restrict access to their community is a necessary feature. And, thanks to the BP Rewrites API, we are now able to make this possible. With this first iteration, a site admin can now choose whether <a href=\"https://github.com/buddypress/buddypress/blob/master/docs/user/administration/settings/options.md#community-visibility\" target=\"_blank\" rel=\"noreferrer noopener\">the community is fully public or is only accessible to logged-in members</a>. In future versions, we hope to add granularity to this choice, so that community administrators can choose to highlight their members but share activities only inside the community&#8217;s &#8220;gates,&#8221; for example.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">BP Nouveau is ready for Twenty Twenty-Four</h2>\n\n\n<div class=\"wp-block-image\">\n<img width=\"651\" height=\"557\" src=\"https://buddypress.org/wp-content/uploads/1/2023/12/bp-nouveau-twenty24.png\" alt=\"BP Member\'s profile screenshot\" class=\"wp-image-332137\" /><button class=\"lightbox-trigger\" type=\"button\">\n			\n				\n			\n		</button>        <div class=\"wp-lightbox-overlay zoom\" tabindex=\"-1\">\n                <button type=\"button\" class=\"close-button\">\n                    \n                </button>\n                <div class=\"lightbox-image-container\"><div class=\"wp-block-image\">\n<img src=\"https://buddypress.org/feed/\" alt=\"BP Member\'s profile screenshot\" class=\"wp-image-332137\" /></div></div>\n                <div class=\"lightbox-image-container\"><div class=\"wp-block-image\">\n<img src=\"https://buddypress.org/feed/\" alt=\"BP Member\'s profile screenshot\" class=\"wp-image-332137\" /></div></div>\n                <div class=\"scrim\"></div>\n        </div></div>\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>The BP Nouveau template pack has been improved to better support Block Themes in general and Twenty Twenty-Four in particular. As shown in the above screen capture, our default template pack now includes a new Priority Navigation feature.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/buddypress/\">BuddyPress</a></blockquote>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"dashicons dashicons dashicons-heart\"></span> Many thanks to 12.0.0 contributors</h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/awol/\">awol</a>, <a href=\"https://profiles.wordpress.org/bkaindl/\">Bernhard Kaindl (bkaindl)</a>, <a href=\"https://profiles.wordpress.org/bouncingsprout/\">Ben Roberts (bouncingsprout)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone B Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/btwebdesign/\">btwebdesign</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly (coffee2code)</a>, <a href=\"https://profiles.wordpress.org/corzel/\">corzel</a>, <a href=\"https://profiles.wordpress.org/dancaragea/\">Dan Caragea (dancaragea)</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/diabolique/\">Diabolique</a>, <a href=\"https://profiles.wordpress.org/dj-basstone/\">Heikki Paananen (dj-basstone)</a>, <a href=\"https://profiles.wordpress.org/DJPaul/\">Paul Gibbs (DJPaul)</a>, <a href=\"https://profiles.wordpress.org/emaralive/\">emaralive</a>, <a href=\"https://profiles.wordpress.org/fanly/\">Fanly</a>, <a href=\"https://profiles.wordpress.org/fawp/\">fawp</a>, <a href=\"https://profiles.wordpress.org/fernandot/\">Fernando Tellado (fernandot)</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn (iandunn)</a>, <a href=\"https://profiles.wordpress.org/iamthewebb/\">iamthewebb</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>, <a href=\"https://profiles.wordpress.org/itapress/\">itapress</a>, <a href=\"https://profiles.wordpress.org/jaz_on/\">Jason Rouet</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a>, <a href=\"https://profiles.wordpress.org/kalich5/\">Michal Janata (kalich5)</a>, <a href=\"https://profiles.wordpress.org/koenhuybrechts/\">koen Huybrechts (koenhuybrechts)</a> <a href=\"https://profiles.wordpress.org/lenasterg\">Lena Stergatou (lenasterg)</a>, <a href=\"https://profiles.wordpress.org/lidialab/\">Lidia Pellizzaro (lidialab)</a>, <a href=\"https://profiles.wordpress.org/magland/\">magland</a>, <a href=\"https://profiles.wordpress.org/makoto-a/\">Makoto Akai (makoto-a)</a>, <a href=\"https://profiles.wordpress.org/mehrazmorshed/\">Mehraz Morshed (mehrazmorshed)</a>, <a href=\"https://profiles.wordpress.org/mike80222/\">Mike Witt (mike80222)</a>, <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys (nekojonez)</a>, <a href=\"https://profiles.wordpress.org/niftythree/\">Nifty (niftythree)</a>, <a href=\"https://profiles.wordpress.org/nilovelez/\">Nilo Velez (nilovelez)</a>, <a href=\"https://profiles.wordpress.org/plugindevs/\">Plugin Devs</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits (psmits1567)</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar (rajinsharwar)</a>, <a href=\"https://profiles.wordpress.org/raviousprime/\">raviousprime</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta (shailu25)</a>, <a href=\"https://profiles.wordpress.org/shawfactor/\">shawfactor</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov (slaFFik)</a>, <a href=\"https://profiles.wordpress.org/sjregan/\">sjregan</a>, <a href=\"https://profiles.wordpress.org/teeboy4real/\">teeboy4real</a>, <a href=\"https://profiles.wordpress.org/upadalavipul/\">Upadala Vipul (upadalavipul)</a>, <a href=\"https://profiles.wordpress.org/vapvarun/\">Varun Dubey (vapvarun)</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"your-feedback\"><span class=\"dashicons dashicons-format-chat\"></span>  Your feedback</h2>\n\n\n\n<p>Receiving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please <a href=\"https://buddypress.org/support/topic/buddypress-12-0-0/\">share it</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<p>Thanks a lot for using BuddyPress <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f60d.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Let&#8217;s celebrate &#8220;Nonno&#8221;</h2>\n\n\n\n<p>Just like BuddyPress, &#8220;Nonno&#8221; (which means grandfather) has been around for 15 years, its team is very welcoming, caring and friendly; each of its members is committed to offering the best service and delivering the best tasting pizzas of the highest quality to customers. It&#8217;s the perfect place to entertain and have good times with your friends, family, or coworkers.</p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Enjoy BuddyPress &#8220;Nonno&#8221;</strong></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/12/pizza-nonno-1.jpg\"><img width=\"300\" height=\"300\" src=\"https://buddypress.org/wp-content/uploads/1/2023/12/pizza-nonno-1.jpg\" alt=\"Nonno pizza\" class=\"wp-image-332132\" /></a>\n\n\n\n<a href=\"https://buddypress.org/wp-content/uploads/1/2023/12/pizza-nonno-2.jpg\"><img width=\"300\" height=\"300\" src=\"https://buddypress.org/wp-content/uploads/1/2023/12/pizza-nonno-2.jpg\" alt=\"Spianata piccante pizza\" class=\"wp-image-332131\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Dec 2023 22:57:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress.org blog: State of the Word 2023 Recap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2023/12/state-of-the-word-2023-recap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10688:\"<p>On December 11, WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> traveled to beautiful Madrid, Spain, to deliver his annual <a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> keynote. It was the first time this event took place outside the United States. Against the backdrop of <a href=\"https://www.palacioneptuno.com/\">Palacio Neptuno</a>—an iconic architectural gem and UNESCO World Heritage site—nearly 200 contributors, developers, extenders, and friends of the project came together to hear from Matt, with millions more joining online.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">An introduction from the Executive Director</h2>\n\n\n\n<p>Kicking off the event, <a href=\"https://profiles.wordpress.org/chanthaboune/\" target=\"_blank\" rel=\"noreferrer noopener\">Josepha Haden Chomphosy</a>, Executive Director of the WordPress project, spoke about the community’s heart and spirit as what fuels hope for the future, ensuring the freedoms of the open web for all. She invited Matt on stage with a closing statement of confidence that such values and characteristics will move the project forward into the next 20 years as it has for the last 20.</p>\n\n\n\n<img width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_35.jpg?resize=1024%2C682&ssl=1\" alt=\"Josepha Haden Chomphosy, Executive Director of the WordPress project, speaking at a podium \" class=\"wp-image-16627\" />\n\n\n\n<h2 class=\"wp-block-heading\">Looking back at 2023</h2>\n\n\n\n<p>Taking the stage, Matt shared his excitement about the event being the first international State of the Word. He honored the Spanish WordPress community for hosting, citing their past WordCamp accomplishments. From there, Matt jumped right into a reflection of this year’s notable moments. He recalled the project’s 20th-anniversary celebrations, how the software has evolved, and how much more the community came together this year—doubling the number of WordCamps to 70, taking place in 33 countries.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-flow wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center\">We’re always aiming to learn and improve. Tell us how to make meetups better.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpressdotorg.survey.fm/2023-meetup-annual-survey?p=1\" target=\"_blank\" rel=\"noreferrer noopener\">Take the 2023 Meetup Survey</a></div>\n</div>\n</div>\n\n\n\n<p>Matt continued with callouts to several resources on <a href=\"https://wordpress.org/\">WordPress.org</a>: the all-new <a href=\"https://events.wordpress.org/\">Events</a> page, the redesigned <a href=\"https://wordpress.org/showcase/\">Showcase</a>, a new <a href=\"https://wordpress.org/remembers/\">WordPress Remembers memorial</a>, and the <a href=\"https://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\">award-winning Openverse</a>. He also demoed <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a>, a tool allowing users to experiment with WordPress directly in their browsers, as well as the versatile <a href=\"https://wordpress.org/themes/twentytwentyfour/\">Twenty Twenty-Four default theme</a>.</p>\n\n\n\n<img width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_53.jpg?resize=1024%2C682&ssl=1\" alt=\"Matías Ventura, Lead Architect of Gutenberg, speaking on stage at State of the Word\" class=\"wp-image-16621\" />\n\n\n\n<h2 class=\"wp-block-heading\">Collaborative editing and more</h2>\n\n\n\n<p>Matt recapped the four phases of the Gutenberg project, noting that work has begun on Phase 3: Collaboration before passing the microphone to <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, Lead Architect of Gutenberg.&nbsp;</p>\n\n\n\n<p>After a quick interlude in Spanish, Matías acknowledged how much progress had been made on the software this year. He spoke about the aim of the Site Editor to become both an exemplary writing environment and a superior design tool while noting improvements to the&nbsp;<a href=\"https://wordpress.org/documentation/article/footnotes-block/\" target=\"_blank\" rel=\"noreferrer noopener\">Footnotes Block</a>&nbsp;and the ease of&nbsp;<a href=\"https://wordpress.org/documentation/article/distraction-free-mode/\" target=\"_blank\" rel=\"noreferrer noopener\">Distraction Free mode</a>.</p>\n\n\n\n<p>While there was no set timeline for collaboration and workflows, Matías was excited to share a working prototype in the Editor. He showcased some of the most interesting aspects of collaborative editing, including establishing a sync engine that allows real-time edits to be visible across sessions. He invited contributors to test the prototype in the <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg plugin</a> and <a href=\"https://github.com/WordPress/gutenberg/issues/52593\">share their feedback in Github</a>.</p>\n\n\n\n<p>From there, Matías highlighted other exciting developments, including the emphasis on Patterns and their continued evolution as a powerful tool for workflows, and the ability to connect blocks to custom fields. He was thrilled to speak about performance improvements, noting that work is in progress to make the Editor <a href=\"https://www.codevitals.run/project/gutenberg\">at least twice as fast</a>. Speaking about front-end performance, he shared what’s to come with a <a href=\"https://wpmovies.dev/\">demo of the Interactivity API</a>, showcasing how it can make transitions, search, and other interactions instant—all with standard WordPress blocks and features.&nbsp;</p>\n\n\n\n<p>Matías concluded with a look at how the Admin redesign will take cues from the Site Editor, eventually allowing users to shape their WordPress Admin experience based on their unique needs.</p>\n\n\n\n<img width=\"1024\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_09.jpg?resize=1024%2C684&ssl=1\" alt=\"WordPress co-founder Matt Mullenweg speaking at a podium\" class=\"wp-image-16624\" />\n\n\n\n<h2 class=\"wp-block-heading\">AI and Data Liberation</h2>\n\n\n\n<p>Matt returned to the stage to expand on the future of WordPress, reinforcing his past advice to <em>learn AI deeply</em>. He expressed his excitement about what can be accomplished with the wealth of AI tools available, how contributors are already experimenting with natural language processing and WordPress Playground to create and build.</p>\n\n\n\n<p>Finally, Matt introduced an additional focus for the project in 2024: <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, with the goal to make importing from other platforms into WordPress as frictionless as possible. He spoke about the tendency of content management systems to keep users locked in as part of his motivation to <em>unlock digital barriers</em>. The Data Liberation initiative will work on one-click migration and the export format from WordPress.&nbsp;</p>\n\n\n\n<p>More than just tools, Data Liberation reflects the project’s ethos to allow seamless contributions. With that, Matt invited anyone interested to jump into the action, noting a new <a href=\"https://github.com/wordpress/data-liberation\">Data Liberation GitHub repository</a> and forthcoming <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack</a> channels as places to get started.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Questions and answers</h2>\n\n\n\n<p>Following the presentation, Matt fielded questions from the live-stream and in-person audiences during an interactive question-and-answer session hosted by <a href=\"https://profiles.wordpress.org/monchomad/\">Jose Ramón Padrón (Moncho)</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Additional questions from the live session will be answered in a follow-up post on <a href=\"https://make.wordpress.org/project\">make.WordPress.org/project</a>. Subscribe to our blog notifications to be sure you don’t miss it. And don’t forget to mark your calendars for next year’s <a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia</a> (Taipei, Taiwan), <a href=\"https://europe.wordcamp.org/2024/\">WordCamp Europe</a> (Torino, Italy), and WordCamp US (Portland, Oregon, United States).</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\"><img alt=\"\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_37_04-1024x576.jpg?ssl=1\" /><img alt=\"\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_22-1024x682.jpg?ssl=1\" /></div><div class=\"tiled-gallery__col\"><img alt=\"\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_36_31-1024x682.jpg?ssl=1\" /></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\"><img alt=\"\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/sotw-2023-final.006-1024x576.png?ssl=1\" /></div><div class=\"tiled-gallery__col\"><img alt=\"\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_38-576x1024.jpg?ssl=1\" /></div></div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\"><img alt=\"\" src=\"https://i2.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_35_11-1024x682.jpg?ssl=1\" /></div><div class=\"tiled-gallery__col\"><img alt=\"\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_34_45-1024x576.jpg?ssl=1\" /><img alt=\"\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/12/IMAGE-2023-12-11-13_38_08-1024x576.jpg?ssl=1\" /></div></div></div></div>\n\n\n\n<p><em><em>Thank you to <a href=\"https://profiles.wordpress.org/laurlittle/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>laurlittle</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</a>, <a href=\"https://profiles.wordpress.org/nilovelez/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nilovelez</a>, <a href=\"https://profiles.wordpress.org/fepr/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>fepr</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, and the many others who made this event and post possible.</em></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Dec 2023 22:55:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WordPress.org blog: WP Briefing: Episode 68: Toward a More Interconnected Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16569\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2023/12/episode-68-toward-a-more-interconnected-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14558:\"<p>In this episode, WordPress Executive Director, Josepha Haden Chomphosy articulates the vision for a collaborative ecosystem where knowledge sharing and contributions to open source tools lead to a more interconnected and empowered web.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word 2022</a></li>\n\n\n\n<li><a href=\"https://thephp.foundation/\">PHP Foundation</a></li>\n\n\n\n<li>Josepha&#8217;s <a href=\"https://make.wordpress.org/project/2022/01/21/big-picture-goals-2022/\">Big Picture Goals 2022</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/\">Gutenberg 17.1</a> has been released and is <a href=\"https://wordpress.org/plugins/gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\">available for download</a>! The latest release includes new enhancements, bug fixes, and continued work on Phase 3 features.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\" target=\"_blank\" rel=\"noreferrer noopener\">Announcing the 2023 Annual Meetup Survey</a> &#8211; The Community team proposed a survey for all meetup members and organizers. Please complete the <a href=\"https://wordpressdotorg.survey.fm/2023-meetup-annual-survey\" target=\"_blank\" rel=\"noreferrer noopener\">Annual Meetup Survey</a>  by January 14, 2024– even if you haven&#8217;t participated in a meetup recently!</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/11/29/request-for-feedback-lesson-handbook-pages/\" target=\"_blank\" rel=\"noreferrer noopener\">Request for feedback: Lesson Handbook pages</a> &#8211; As the Training team progresses towards the 2024 launch of <a href=\"https://make.wordpress.org/training/2023/07/07/project-thread-learning-pathways-on-learn-wordpress/\">Learning Pathways</a>, they&#8217;re developing a set of content creation guidelines to streamline and scale the process. These guidelines will focus on efficient methods for developing, reviewing, and updating content. To gather input, a <a href=\"https://docs.google.com/document/d/1twvDGmVZsyjBZbi9abiqoA_a2G7O_WNis_iGL2Sccg0/edit#heading=h.srkdcrt4k0v8\">Google Doc</a> has been created where you can share your ideas. Please provide your feedback and comments on this document by Tuesday, December 19, 2023.</li>\n\n\n\n<li><a href=\"https://playground.wordpress.net/\">WordPress Playground</a> makes WordPress instantly accessible for users, learners, extenders, and contributors.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2023/11/30/embracing-matrix-for-enhanced-communication/\">Embracing Matrix for Enhanced Communication</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16569\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> If you&#8217;re already familiar with the WordPress project, and if you&#8217;re listening to this podcast, I feel like it&#8217;s a safe assumption that you&#8217;re probably also familiar with the fact that we are what&#8217;s considered a free and open source software project. We adhere to the four freedoms of open source. We track bugs in the open, and we believe that knowledge sharing can only improve our products. </p>\n\n\n\n<p>But you might not be aware of the other open source projects that are foundational to ours and otherwise are integral to our commitment to the open web. At last year&#8217;s State of the Word, Matt mentioned that one of the coolest things about being a plugin or theme author in WordPress is that you get to run your open source project on the same infrastructure that WordPress runs on. So, no matter whether you have five installs or five thousand, you&#8217;re getting the benefits of our bug trackers, messaging, and network of project sites. But beyond those, which are, of course, near and dear to us, we also support projects like PHP and its foundation. Openverse and its founding organization Creative Commons, and of course, the two that we&#8217;re hearing a lot about this year and next, Playground and Matrix.</p>\n\n\n\n<p>[00:01:52] <strong>Josepha:</strong> That&#8217;s a lot of projects and not even a comprehensive list. And honestly, it can seem, I don&#8217;t know, a little weird. Like, we&#8217;re a FOSS CMS, right? You probably know why we contribute back to PHP. It&#8217;s the same reason we ask people to contribute to WordPress. But why are we giving so much time to a media search engine, or a Web Assembly implementation, or even a messaging protocol?</p>\n\n\n\n<p>At first glance, there are, of course, a lot of quick and easy answers. For instance, like, open source is open source. Any open source contribution is going to be a good contribution. All open source in the world increases good and freedom in the world. Like, open source is open source. Makes sense, right?</p>\n\n\n\n<p>Another quick and easy answer is, you know, they&#8217;re part of us. And that&#8217;s true, definitely, for PHP, like, they&#8217;re part of us, and so we should be contributing back to them. Because we rely on them so much. And then a third quick and easy answer is that we, as the biggest open source CMS on the planet, basically, we can, spare a lending hand. We can offer a little bit of help to those around us.&nbsp;</p>\n\n\n\n<p>[00:03:03] <strong>Josepha:</strong> And those are all true. I don&#8217;t think that anyone would disagree with any of that. But the thing that ties it all together for me is something that&#8217;s a little harder to see. In the 2022 goals that I posted, I said that my second goal for our year was to support open source alternatives for all site-building necessities.</p>\n\n\n\n<p>At the time, I was primarily talking about Openverse and the directory of photos that was being created as a CC-first source. But that also applies to all of our directories. It did then, just as it does now. And Trac, and our vast network of WordPress sites. All the tools we use in order to collaborate with, and lead for, and learn from each other.</p>\n\n\n\n<p>I want us to be able to do everything it takes to build an online presence using open source tools and methods because WordPress is just a glorious little microcosm of the interconnected web. It reminds me of this art installation I had the privilege of experiencing. It&#8217;s called Meow Wolf. I went to the one in Denver, but there are a few different installations across the U.S.&nbsp;The one that I went to is this massive art installation, and it is designed to be interactive, but it wasn&#8217;t until you started sharing your experience sharing your knowledge with other people that you realized it was also collaborative, a set of buttons you pushed in one room would cause a light show in some other room.</p>\n\n\n\n<p>[00:04:34] <strong>Josepha:</strong> So you were enhancing the experience of strangers in some completely disconnected room to yours, and they couldn&#8217;t distinguish it from an automation or something they did, or just plain old magic. And that&#8217;s what we&#8217;re doing by supporting these other open source tools. Yes, every new open source contribution results in more freedom in the world. Yes, we owe support to the components that got us where we are today. And yes, we absolutely can and should pay it forward. But more importantly than all that, we&#8217;re creating the opportunity for new interactions, new brilliance, and new defenders of the open web every time that we work on these open source products.</p>\n\n\n\n<p>[00:05:20] <strong>Josepha:</strong> And it doesn&#8217;t matter if we will ever see any of those people. And it doesn&#8217;t matter if they will ever thank us. What matters is that we see that knowledge like this is worth preserving and worth sharing. Because knowledge shared, information shared is like light. The more you share it, the more there is.</p>\n\n\n\n<p>And I want you to be able to take that sharing and use it to light the world. I want you to be able to go out and tell people how open source has changed your life, how WordPress has opened doors for you, or how much these tools have empowered your clients. I want you to remember why you came to WordPress in the first place, and I need you to hear me when I say that I need you here in WordPress today because every little ripple of good that we create makes the world a little more good.</p>\n\n\n\n<p>[00:06:12] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:20] <strong>Josepha:</strong> (SLBT) And now, my friends, that brings us to our time for the small list of big things. I&#8217;ve got a kind of a big list because I always kind of have a big list anymore, but the first thing on my list is Gutenberg 17.1. That has been released and is available for download. It includes several new enhancements, loads of bug fixes, and continues that work on phase three features that we are starting to see come through. If you don&#8217;t have it already, go out and grab it, test it, break it, and tell us what you tested and how it broke things.&nbsp;</p>\n\n\n\n<p>[00:06:52] <strong>Josepha:</strong> The second thing on my small list of big things is that there is currently an annual meetup survey out. So, we&#8217;ve had an increase in our meetup events, and certainly an increase in the active number of meetup groups that we have, but the community team is proposing a unified survey for all meetup members and organizers, and if you haven&#8217;t participated in it yet go and fill it out. You don&#8217;t have to have actually gone to a meetup event recently in order to take it, but, you know, it might be helpful. Either way, you have until January 14, 2024, to fill that out.</p>\n\n\n\n<p>[00:07:30] <strong>Josepha:</strong> The third thing on my small list of big things is a request for feedback. The training team is working toward launching Learning Pathways in 2024. They&#8217;re looking to create a new set of content creation guidelines that enables the learning pathways to scale with a straightforward process for developing, reviewing, and updating that content. There&#8217;s a Google doc for you where you can contribute your ideas, and that doc will be open for feedback through this week and into next week. I believe it closes on Tuesday, the 19th of December, 2023.</p>\n\n\n\n<p>[00:08:04] <strong>Josepha:</strong> And then the final thing on my small list of big things is actually, it&#8217;s a dual call-in. I already said with my first one about the Gutenberg plugin: get in there and test it and break it, and then tell us how it broke and what you were doing when you were testing it and broke it. And I encourage you to do that also for Matrix and Playground.</p>\n\n\n\n<p>So Playground has been a really big deal all year long. It was a big deal at the end of last year. It showed up for us in November 2022 and has been really just growing in surprising ways all the way through 2023. So if you have not yet seen it, you haven&#8217;t gotten your hands on it yet, it&#8217;s a WordPress installation that is loaded entirely in the browser, totally server-free, and we&#8217;re looking at a couple of new implementations that make it easier for users who are trying to, like, kick the tires of WordPress before they decide, and developers who are wanting to test new pull requests and things like that.</p>\n\n\n\n<p>So keep an eye out if it sounds interesting; it is interesting. And wander over and figure out how that&#8217;s working. And the other thing in that last call for collective testing is Matrix. So Matrix is an open source federated messaging protocol, and like so many technology projects out there at the moment, we are trying to make sure that we are preparing ourselves for the future arrival of Web 3 and all of the things that are coming along with current advancements in federated everything and AI and etc., etc.</p>\n\n\n\n<p>And so, Matrix is an open source messaging protocol. There are a lot of different ways to get connected. I&#8217;ll share a link to one of the posts in the show notes over on WordPress.org/news. But if you&#8217;re interested in learning a bit about it and you don&#8217;t really want to like figure out what sort of client is comfortable for you to use. There&#8217;s also on-site chat implementations for, I want to say, like 10 or 12 of our largest or most regularly meeting groups that we have. You can go to parts of the website like make.WordPress.org/core/chat and check those out. If you have a WordPress.org account, then you can have access to that on-site chat, and that is it.</p>\n\n\n\n<p>That&#8217;s the whole low barrier to entryway of figuring that out with us. Come and break stuff with us, everyone, and tell us how to make it better.&nbsp;</p>\n\n\n\n<p>[00:10:33] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thank you for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p>[00:11:00] (Music outro)&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Dec 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Gutenberg Times: Roadmap 6.5, theme handbook, Course on Data Layer, Create a Slider block – Weekend Edition 277\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=26647\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://gutenbergtimes.com/roadmap-6-5-theme-handbook-course-on-data-layer-create-a-slider-block-weekend-edition-277/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14883:\"<p>Howdy, </p>\n\n\n\n<p>I am very excited about the State of the Word on Monday and will <a href=\"https://youtu.be/1MwT9EEkguE\">watch the live stream.</a> It will bring everyone in the WordPress space together and imagine the future, building on the fantastic work of contributors, code and no-code a like in the community. Will you watch it? If you do, please let me know what you think and what the most important takeaways were for you. </p>\n\n\n\n<p>What else happened in the Block editor space? Scroll down and take a look! </p>\n\n\n\n<p>Have a wonderful weekend and be well. </p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Anne McCarthy </strong>unveiled <a href=\"https://make.wordpress.org/core/2023/12/07/roadmap-to-6-5/\"><strong>the roadmap for 6.5</strong></a>, detailing the exciting projects and enhancements that lie ahead. Set to launch in March 2023, this release promises a host of new features that will surely elevate your WordPress experience. Accompanied by handy tracking tickets, you can easily stay connected with the development progress. </p>\n\n\n\n<p>The Font Library takes the lead, accompanied by other  design tools and features for the site editor such as Revisions enhancements, a mobile-friendly Navigation block, Patterns, and increased support for Classic Themes. Plugin developers might look forward to the new Data Views and APIs for Interactivity, Custom Fields, and Block Binding. The article also highlights developments in plugin and theme rollbacks after automatic updates, improved dependency management, enhanced PHP compatibility, and overall performance enhancements. </p>\n\n\n\n<a href=\"https://make.wordpress.org/core/2023/12/07/roadmap-to-6-5/\"><img width=\"652\" height=\"367\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/12/FontLibrary.png?resize=652%2C367&ssl=1\" alt=\"\" class=\"wp-image-26669\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>As mentioned last week, <strong>Anne McCarthy</strong>&nbsp;and&nbsp;<strong>Saxon Fletcher</strong> invite you to join them to a <a href=\"https://make.wordpress.org/core/2023/11/23/hallway-hangout-lets-explore-wordpress-6-5/\"><strong>Hallway Hangout: Let’s explore WordPress 6.5</strong></a>&nbsp;on <strong>January 16 at 21:00 UTC</strong>.&nbsp;&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-d02c05917781faad43b455819cf71f89\">?️ Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-93-gutenberg-17-1-command-palette-data-views-and-grid-layout/\">Gutenberg Changelog #93 – Gutenberg 17.1, Command Palette, Data Views and Grid Layout</a> &#8211; a chat with <strong>Isabel Brison</strong></p>\n\n\n\n<p>In his <a href=\"https://make.wordpress.org/design/2023/12/04/design-share-nov-20-dec-1/\"><strong>Design Share: Nov 20-Dec 1</strong></a>, <strong>Joen Asmussen</strong> again shares the work of the WordPress design team. He takes us along with screenshots, short descriptions and link to the GitHub issue or Figma spaces:</p>\n\n\n\n<ul>\n<li>Events</li>\n\n\n\n<li>Drag and Drop</li>\n\n\n\n<li>Gallery captions and potential Lightbox behaviors</li>\n\n\n\n<li>Revisiting social links</li>\n\n\n\n<li>Local nav and breadcrumb</li>\n\n\n\n<li>Unified toolbar button sizes</li>\n\n\n\n<li>Data views: Grid layout. (&lt;- my personal favorite) </li>\n</ul>\n\n\n\n<a href=\"https://make.wordpress.org/design/2023/12/04/design-share-nov-20-dec-1/\"><img width=\"652\" height=\"492\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/12/Screenshot-2023-12-08-at-17.59.52.png?resize=652%2C492&ssl=1\" alt=\"\" class=\"wp-image-26678\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Jamie Marsland</strong>, of PootlePress, <a href=\"https://twitter.com/pootlepress/status/1731972777266028771\">tweeted</a> &#8220;As part of my recent Twenty Twenty Four YouTube video I made 5 different types of websites, and also made the designs available as Themes, using the brilliant Create Block Theme Plugin. They&#8217;ve now been downloaded 231 times&#8221; You can download <strong><a href=\"https://www.pootlepress.com/free-wordpress-themes/\">the free WordPress themes</a></strong>, from his website, for a small donation of your email address. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/nerrad\"><strong>Darren Ethier</strong></a> shared what&#8217;s new with Woo and WordPress 6.4 in a <a href=\"https://twitter.com/nerrad/status/1730989297791099141\">thread on X (former Twitter)</a> and illustrates them with  short videos. </p>\n\n\n\n<a href=\"https://twitter.com/nerrad/status/1730992780443357614\"><img width=\"533\" height=\"435\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/12/Screenshot-2023-12-08-at-18.05.31.png?resize=533%2C435&ssl=1\" alt=\"\" class=\"wp-image-26680\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/ellenbauer\">Ellen Bauer</a></strong>, Theme builder at Elma Studio, shows you in her YouTube tutorial <a href=\"https://www.youtube.com/watch?v=Riuz99A9ZA4\"><strong>How to customize the blog template In WordPress</strong></a>, and customize the list of blog post to your liking. Without any developer, you can now adjust the length of the post excerpt, hide date or authors, or add categories and feature image to the listing. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Plugin developer, <a href=\"https://twitter.com/rilwis\"><strong>Anh Tran</strong></a>, just announced that new Admin page design for <a href=\"https://wordpress.org/plugins/falcon/\"><strong>Falcon</strong></a>, a plugin that allows its users to customize the WordPress experience and provides access to settings, normally not exposed in the wp-admin space. The list is quite extensive, and you might want to consider using the plugin as  part of the tool box building sites for others. There is always a need to tweak the user interface and customize which WordPress features are exposed to the end user. If you like to check out the source code of the plugin, <a href=\"https://github.com/elightup/falcon/tree/master\">it&#8217;s available on GitHub</a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Jonathan Desrosiers</strong>, core contributor, sponsored by Bluehost, published a <a href=\"https://make.wordpress.org/core/2023/12/05/proposal-default-theme-task-force-for-2024/\"><strong>Proposal: Default Theme Task Force for 2024</strong></a>, that has its history in discussions at the Community Summit 2023. The task force is to research and implement a better way to update WordPress default themes with the latest features, especially with the site editor and Gutenberg. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ganesh Dahal</strong> posted <a href=\"https://developer.wordpress.org/news/2023/12/05/a-walk-through-tutorial-on-using-create-block-theme-plugin/\"><strong>a walk-through tutorial on using the Create Block Theme plugin</strong></a>. The <a href=\"https://wordpress.org/plugins/create-block-theme/\">plugin </a>is the only tool to create different variations of block themes directly from the Site Editor. Dahal explains each feature and how to use it. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>This was mentioned before, and maybe you just read past it.: Over the past few months, <strong>Justin Tadlock </strong>and other theme team members <strong>added new chapters to the WordPress Theme Handbook</strong>, focusing on modern block theming.</p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/themes/getting-started/\">Getting Started</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/\">Core Concepts</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/global-settings-and-styles/\">Global Settings and Styles (theme.json)</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/templates/\">Templates</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/features/\">Features</a></li>\n</ul>\n\n\n\n<p>The new chapters are part of a big project to update the Theme Handbook. the team still needs more people to help, and you can join by choosing a topic from the <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker/issues/816\">GitHub tracking ticket.</a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>The course to Learn.WordPress,  <a href=\"https://learn.wordpress.org/course/using-the-wordpress-data-layer/\"><strong>Using the WordPress Data Layer</strong></a> is an excellent introduction to the topic with a great example if you are contemplating using the scripts and components outside the block editor for your pages. </p>\n\n\n\n<a href=\"https://learn.wordpress.org/course/using-the-wordpress-data-layer/\"><img width=\"600\" height=\"386\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/12/WordPress-Data-Layer-Course-Example.jpg?resize=600%2C386&ssl=1\" alt=\"\" class=\"wp-image-26677\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><br /><a href=\"https://twitter.com/johnbillion\"><strong>John Blackbourn</strong> </a>started a discussion <a href=\"https://github.com/WordPress/gutenberg/discussions/55642\"><strong>Interactivity API showcase</strong></a> to asked community members to show what they are already building with the Interactivity API. It&#8217;s not the direct way to learn how to use the Interactivity API, but the passion for these new standards by those taking part in the conversation can be quite motivating to learn more. To get started with the Interactivity API, you can follow along the <a href=\"https://github.com/WordPress/gutenberg/blob/trunk/packages/interactivity/docs/1-getting-started.md\">Getting started guide</a> or dive deep into the <a href=\"https://github.com/WordPress/gutenberg/blob/trunk/packages/interactivity/docs/2-api-reference.md\">API Reference. </a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/swissspidy\"><strong>Pascal Birchler</strong></a>, developer relations engineer at Google,  showcased his <a href=\"https://twitter.com/swissspidy/status/1733138082591912154\">side project on X (former Twitter)</a>. He shares the code of his <a href=\"https://github.com/swissspidy/media-experiments\"><strong>WordPress Media Experiments</strong></a> on GitHub, that allows you to compress Images, auto-convert of  from animated GIFs to video for accessibility or create an image preview of a PDF. There are ten more features already implemented. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On the Builders site, <strong>Damon Cook</strong> wrote a tutorial on how to <a href=\"https://wpengine.com/builders/create-a-slider-block/\"><strong>create a Slider Block for WordPress with SwiperJS</strong></a>. A Slider block is not available in WordPress out of the box, so Cook closes this gap by walking developers through the various steps of building one, using the <a href=\"https://swiperjs.com/demos\">SwiperJS library.</a> </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: <a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a>&nbsp;licensed&nbsp;<a href=\"https://wordpress.org/photos/photo/816376d5dc/\">photo</a>&nbsp;by&nbsp;<a href=\"https://wordpress.org/photos/author/eboxnet/\">Vagelis</a>&nbsp;from the&nbsp;<a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Dec 2023 15:02:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"HeroPress: Shayda Torabi, New HeroPress Staff, And More!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=6183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:151:\"https://heropress.com/shayda-torabi-new-heropress-staff-and-more/#utm_source=rss&utm_medium=rss&utm_campaign=shayda-torabi-new-heropress-staff-and-more\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10831:\"<img width=\"1024\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2023/12/2846572fc1dea2e71.03572528-2048x2048-1-1024x1024.jpeg\" class=\"attachment-large size-large wp-post-image\" alt=\"Hiking trail across a mountain ridge.\" /><h1 class=\"kt-adv-heading6183_571a2b-14 wp-block-kadence-advancedheading\">HeroPress Network Updates For December 8, 2023</h1>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6183_08c601-98 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6183_0a90a0-f7 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6183_6489f1-15 wp-block-kadence-advancedheading\">HeroPress News!</h2>\n\n\n\n<p>Things are changing at HeroPress, a long slow progress to make something new. Part of the new HeroPress is expanding the team, so that if something happens to me it goes on, so here are a couple new people.</p>\n\n\n\n<h3 class=\"kt-adv-heading6183_2fc9c9-4b wp-block-kadence-advancedheading\">New WPPhotos.Info Editor</h3>\n\n\n\n<p>Selena Salustri from the Italian WordPress community has taken over the moderation and management of <a href=\"https://wpphotos.info\">WPPhotos.Info</a>.  She recently had <a href=\"https://wpphotos.info/sunset-camel/\">her own photo</a> on the site, and felt inspired to join in!</p>\n\n\n\n<h3 class=\"kt-adv-heading6183_c2f69e-2d wp-block-kadence-advancedheading\">New Tip Of The Week Transcriber</h3>\n\n\n\n<p>Cecilio Rodriguez from Venezuela has been transcribing recent Tips Of The Week.  He&#8217;s not replacing Evalyn Maina who works on Hallway Chats, just working in different areas.</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6183_ec6223-b1\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6183_858633-ca alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6183_b56b28-55 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6183_e4a964-ec wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/\">HeroPress.com</a> &#8211; <a href=\"https://heropress.com/essays/try-something-new/\">Try Something New</a></h2>\n\n\n<div class=\"wp-block-image is-style-default\">\n<a href=\"https://heropress.com/essays/try-something-new/\"><img width=\"300\" height=\"300\" src=\"https://heropress.com/wp-content/uploads/2016/01/headshot-300x300.png\" alt=\"Shayda Torabi\" class=\"wp-image-710\" /></a></div>\n\n\n<p>Shayda Torabi is from Austin, Texas. Her essay &#8220;<a href=\"https://heropress.com/essays/try-something-new/\">Try Something New</a>&#8221; was prophetic, because in the years after this essay first published she became an entrepreneur and got married deep in the desert. Always striving to try something new.</p>\n\n\n\n<p><em>I’m rediscovering my happiness every day thanks to the WordPress community, and I believe you can too.</em></p>\n\n\n\n<p>Shayda&#8217;s essay is <a href=\"https://heropress.com/essays/try-something-new/\">available</a> on <a href=\"https://heropress.com\">HeroPress.com</a>.</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6183_2a2020-e1\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6183_efd6e9-01 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6183_f16024-34 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6183_94136c-97 wp-block-kadence-advancedheading\"><a href=\"https://hallwaychats.com\">WPPhotos.Info</a></h2>\n\n\n<div class=\"wp-block-image\">\n<img width=\"225\" height=\"300\" src=\"https://heropress.com/wp-content/uploads/2023/12/646565ee85a2be41.29146495-scaled-1-225x300.jpeg\" alt=\"\" class=\"wp-image-6189\" /></div>\n\n\n<p>This week&#8217;s <a href=\"https://wpphotos.info\">WPPhotos Info</a> is called &#8220;<a href=\"https://wpphotos.info/lemon-tree/\">Lemon Tree</a>&#8220;. </p>\n\n\n\n<p>During his stay in Paraguay, <a href=\"https://profiles.wordpress.org/benniledl/\">!Benni</a> was exploring the Reserva de Recursos Manejados Ybytyruzú, a conservation gem established in 2001. Spanning an impressive 24,000 hectares within the Atlantic Forest, this protected area is shows Paraguay’s preserving natural beauty.</p>\n\n\n\n<p><a href=\"https://wpphotos.info/lemon-tree/\">Read more of the story at WPPhotos.info!</a></p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6183_1ccdee-f1\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6183_dc7acb-ec alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6183_15034c-8b inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6183_6d7c6a-0d wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/\">Press Releases!</a></h2>\n\n\n<div class=\"wp-block-image is-style-default\">\n<img src=\"https://heropressnetwork.com/wp-content/uploads/2024/03/pressitwp_logo-300x130.jpg\" alt=\"Press It WP\" class=\"wp-image-4736\" /></div>\n\n\n<p><a href=\"https://pressitwp.com\">PressItWP.com</a> has been a part of the <a href=\"https://heropressnetwork.com\">HeroPress Network</a> for almost a year now, if you ever release Press Releases, please consider <a href=\"https://pressitwp.com\">PressItWP</a>!</p>\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-yoast-unleashes-ai-powered-seo-plugin-slashing-time-investments-for-crafting-vital-elements-of-effective-seo-strategies\"><a href=\"https://www.gravitykit.com/wp-content/uploads/2023/08/GravityMigrate-press-release.pdf#new_tab\"><a href=\"https://newfold.com/newsroom/yoast-unleashes-ai-powered-seo-plugin--slashing-time-investments#new_tab\">Yoast unleashes AI-powered SEO plugin, slashing time investments for crafting vital elements of effective SEO strategies</a></a></h2>\n\n\n\n<p>Yoast announced AI-powered enhancements to its renowned WordPress SEO plugin that help users write engaging and SEO-optimized titles and meta descriptions for webpages. Using advanced algorithms and machine learning techniques, it generates creative and appealing titles and meta descriptions, captivating audiences while meeting search engine standards.</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6183_c0abae-f3\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6183_17fcec-cf alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6183_35e0d5-35 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading6183_74e907-d5 wp-block-kadence-advancedheading\"><a href=\"https://wppodcasts.com\">WP Podcasts</a></h2>\n\n\n\n<a href=\"https://wppodcasts.com\"><img src=\"https://heropressnetwork.com/wp-content/uploads/2024/01/pocket_casts_single_315.png\" alt=\"Pocket Casts image\" class=\"wp-image-4316\" /></a>\n\n\n\n<p>There were <em>thirty-one</em> WordPress podcast episodes released this week! Also, the Spanish language podcast WordPress Pódcast is coming in English, French, and Catalan!</p>\n\n\n\n<ul>\n<li><a href=\"https://wpcoffeetalk.castos.com/episodes/wpcoffeetalk-rytis-lauris#new_tab\">WPCoffeeTalk: Rytis Lauris</a> from <a href=\"https://wppodcasts.com/podcast/wpcoffeetalk/\">WPCoffeeTalk</a></li>\n\n\n\n<li><a href=\"https://www.wppodcast.es/podcast/entrevista-tutorias-wordpress-con-josep-moran/#new_tab\">[Entrevista] Tutorías WordPress, con Josep Morán</a> from <a href=\"https://wppodcasts.com/podcast/wordpress-podcast/\">WordPress Pódcast</a></li>\n\n\n\n<li><a href=\"https://dothewoo.io/growing-meetups-at-the-wordpress-community-day-roma-2023/#new_tab\">Growing Meetups at the WordPress Community Day, Roma 2023</a> from <a href=\"https://wppodcasts.com/podcast/do-the-woo-a-woocommerce-podcast/\">Do the Woo – A WooCommerce Podcast</a></li>\n\n\n\n<li><a href=\"https://wppodcasts.com/allowing-ourselves-to-receive-help-from-others/\">Allowing Ourselves to Receive Help from Others</a> from <a href=\"https://wppodcasts.com/podcast/wp-motivate/\">WP Motivate</a></li>\n\n\n\n<li><a href=\"https://wp-tonic-show-a-wordpress-podcast.castos.com/episodes/890-wp-tonic-this-month-in-wordpress-tech-round-table-show-with-special-guest-katie-keith-of-barn2#new_tab\">#890 – WP-Tonic This Month in WordPress &amp; Tech Round Table Show With Special Guest Katie Keith of Barn2</a> from <a href=\"https://wppodcasts.com/podcast/wp-tonic/\">WP-Tonic</a></li>\n\n\n\n<li><a href=\"https://underrepresented-in-tech.castos.com/episodes/end-of-year-3-recap#new_tab\">End of Year 3 Recap</a> from <a href=\"https://wppodcasts.com/podcast/underrepresented-in-tech/\">Underrepresented in Tech</a></li>\n</ul>\n\n\n\n<p>There are new episodes every single day, so be sure to stop by <a href=\"https://wppodcasts.com\">WPPodcasts.com</a> and search for things that interest you!</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-6183_52219e-79\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n\n<p>The header photo for this post is a <a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/2846572fc1/\">photo</a> by <a href=\"https://wordpress.org/photos/author/bhuwanroka/\">Bhuwan Bdr. Rokaha</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n\n\n\n<p>That&#8217;s it for this week! If you&#8217;d like to get this post in your email every week, <a href=\"https://heropressnetwork.com/newsletter\">make sure you sign up</a>!</p>\n\n<p>The post <a href=\"https://heropress.com/shayda-torabi-new-heropress-staff-and-more/\">Shayda Torabi, New HeroPress Staff, And More!</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Dec 2023 16:24:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Do The Woo Community: Page Builders, Documentation and an Scaling for Swifties\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78662\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://dothewoo.io/page-builders-documentation-and-an-scaling-for-swifties/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:431:\"<p>A look at a couple of polls on page builders and documentation and the WordPressVIP team preparing for an onslaught of Swifties on Time.com.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/page-builders-documentation-and-an-scaling-for-swifties/\">Page Builders, Documentation and an Scaling for Swifties</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Dec 2023 12:51:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress.org blog: The Month in WordPress – November 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2023/12/the-month-in-wordpress-november-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10455:\"<p>November is usually a busy month for the WordPress project, and this year is no different. Following the empowering release of WordPress 6.4, the energy continues to build, setting the stage for the anticipated State of the Word and upcoming projects.&nbsp;</p>\n\n\n\n<p>Read on for all the exciting updates that marked the past month.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Get ready for State of the Word</h2>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/11/SOTW-Blue.png?resize=1024%2C683&ssl=1\" alt=\"State of the Word 2023\" class=\"wp-image-16438\" />\n\n\n\n<p>Mark your calendars—State of the Word 2023 is approaching fast. In this annual keynote, WordPress co-founder Matt Mullenweg celebrates the progress of the open source project and offers a glimpse into its future.</p>\n\n\n\n<p>For the first time in WordPress history, the event will be held outside North America, in the vibrant city of <a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\">Madrid, Spain, on December 11, 2023</a>.</p>\n\n\n\n<p>If you’re unable to attend the State of the Word in person, you can watch it live on the <a href=\"https://www.youtube.com/live/1MwT9EEkguE?si=TYwAe5qnKA3DlRMX\">WordPress YouTube channel</a> or join one of the many community-led watch parties. <a href=\"https://wordpress.org/state-of-the-word\">Find one near you</a> or <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/state-of-the-word-watch-parties/\">organize one</a>.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-dark-strokes-grey-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https://wordpress.org/state-of-the-word/\">Learn more about State of the Word 2023</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Meet Twenty Twenty-Four</h2>\n\n\n\n<p>Along with the release of <a href=\"https://wordpress.org/download/releases/6-4/\">WordPress 6.4</a> “Shirley,” the new default <a href=\"https://wordpress.org/news/2023/11/introducing-twenty-twenty-four/\">Twenty Twenty-Four theme was introduced</a>.</p>\n\n\n\n<p>This theme breaks away from the tradition of previous default themes that focused on a specific topic or style. Instead, Twenty Twenty-Four was created to fit any website and explore different use cases for entrepreneurs, artists, and writers.</p>\n\n\n\n<p>You’ll find more than 35 beautiful patterns, including full-page patterns for templates like homepage, search, and more. Twenty Twenty-Four boasts the latest site editing capabilities and a sophisticated aesthetic inspired by contemporary design trends.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-dark-strokes-grey-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https://playground.wordpress.net/?theme=twentytwentyfour\">Check out Twenty Twenty-Four now</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/11/10/whats-new-in-gutenberg-17-0-9-november/\">Gutenberg 17.0</a> was released on November 9, 2023. It introduced improvements to the Command Palette, an alternative implementation of the DropdownMenu component, additional visual cues for LinkControl, and various accessibility and performance iterations.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/\">Gutenberg 17.1</a> shipped on November 22, 2023. In addition to several accessibility and writing flow enhancements, this version brought a new block spacing control in the Quote block.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/11/30/embracing-matrix-for-enhanced-communication/\">WordPress is switching to Matrix</a> in replacement of the Making WordPress Slack. The move stems from the project&#8217;s commitment to implementing a new chat system aligned with WordPress&#8217;s open source values. If you haven&#8217;t already, now is the time to explore Matrix and share your questions.</li>\n\n\n\n<li>With phishing scams on the rise, the WordPress Security team is actively monitoring the current threat and has posted <a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\">an advisory to help you protect your site</a>.</li>\n\n\n\n<li>The Plugin Review team is now <a href=\"https://make.wordpress.org/plugins/2023/12/02/join-the-plugin-review-team/\">reopening applications to join their team</a>. They’re looking for three new members who can improve the state of the plugin review queue and help create a diverse and inclusive team.</li>\n\n\n\n<li>Over the past few months, contributors have been working on <a href=\"https://make.wordpress.org/meta/2023/11/22/redesigning-developer-resources-and-a-call-for-testing/\">redesigning the WordPress.org Developer Resources</a> section.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/06/proposal-2024-major-release-timing/\">This post</a> outlines proposed dates for major WordPress releases in 2024.</li>\n\n\n\n<li>The Meta team shared an <a href=\"https://make.wordpress.org/meta/2023/11/22/plugin-directory-preview-button-revisited/\">improved version of the plugin preview feature</a>. This version builds on feedback and allows plugin developers to safely test the preview experience for their plugins in a <a href=\"https://developer.wordpress.org/playground/\">WordPress Playground</a> environment.</li>\n\n\n\n<li>Polyglots and Meta contributors introduced <a href=\"https://make.wordpress.org/meta/2023/11/29/create-tours-for-make-p2s/\">a new plugin called Tour</a>, which enables the creation of tours to guide contributors through a Make WordPress blog.</li>\n\n\n\n<li>Are you looking to broaden your knowledge and improve your WordPress skills? See <a href=\"https://make.wordpress.org/updates/2023/12/01/whats-new-on-learn-wordpress-in-november-2023/\">what’s new on Learn WordPress in November 2023</a>.</li>\n\n\n\n<li>The latest edition of People of WordPress features back-end web developer <a href=\"https://wordpress.org/news/2023/12/people-of-wordpress-artemy-kaydash/\">Artemy Kaydash</a> from Ukraine.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<a class=\"wp-block-jetpack-podcast-player jetpack-podcast-player__direct-link\" href=\"https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/\">https://wordpress.org/news/2023/10/episode-64-patterns-in-wordpress/</a>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Requests for feedback &amp; testing</h2>\n\n\n\n<ul>\n<li>The Community team announced the <a href=\"https://make.wordpress.org/community/2023/11/17/announcing-the-2023-annual-meetup-survey/\">2023 Annual Meetup Survey</a>. Both event attendees and organizers are encouraged to provide feedback in this 5-minute survey to help strengthen WordPress meetups in the future.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/11/23/mobile-team-update-november-22nd/\">Version 23.7</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events</h2>\n\n\n\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f9-1f1fc.png\" alt=\"??\" class=\"wp-smiley\" /> WordCamp Asia opened the <a href=\"https://asia.wordcamp.org/2024/the-third-batch-of-tickets-on-sale-now/\">third round of ticket sales</a> and announced that <a href=\"https://asia.wordcamp.org/2024/announcing-our-first-speaker-matt-mullenweg/\">their first speaker is WordPress co-founder Matt Mullenweg</a>. The conference will be held in Taipei, Taiwan, on March 7-9, 2024.</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1fa.png\" alt=\"??\" class=\"wp-smiley\" /> WordCamp Europe <a href=\"https://europe.wordcamp.org/2024/call-for-sponsors/\">opened its call for sponsors</a> and <a href=\"https://europe.wordcamp.org/2024/speakers/call-for-speakers/\">speakers</a> for their conference slated to take place in Torino, Italy, on June 13-15, 2024.&nbsp;</li>\n\n\n\n<li>Don’t miss these upcoming WordCamps:\n<ul>\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ee-1f1f3.png\" alt=\"??\" class=\"wp-smiley\" /> <a href=\"https://ahmedabad.wordcamp.org/2023/\">WordCamp Ahmedabad 2023</a>, India on December 9, 2023</li>\n\n\n\n<li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f0.png\" alt=\"??\" class=\"wp-smiley\" /> <a href=\"https://lahore.wordcamp.org/2023/\">WordCamp Lahore 2023</a>, Pakistan on December 9-10, 2023</li>\n</ul>\n</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em><strong>Have a story we should include in the next issue of The Month in WordPress? Fill out </strong></em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><em><strong> to let us know.</strong></em></p>\n\n\n\n<p><em>Thank you to <a href=\"https://profiles.wordpress.org/bernard0omnisend/\">Bernard Meyer</a> for contributing to this edition of The Month in WordPress.</em></p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\">Subscribe to WordPress News</h3>\n\n\n\n<p>Join other subscribers and receive WordPress news directly in your inbox.</p>\n\n\n<div class=\"wp-block-jetpack-subscriptions__supports-newline is-style-split wp-block-jetpack-subscriptions\">\n		<div>\n			<div>\n				<div>\n					<p>\n						<a href=\"https://wordpress.org/news/?post_type=post&p=16575\">Subscribe</a>\n					</p>\n				</div>\n			</div>\n		</div>\n	</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Dec 2023 11:20:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Do The Woo Community: Looking at 2023 and Moving into 2024 with Carl and Zach in Woo DevChat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78657\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://dothewoo.io/looking-at-2023-and-moving-into-2024-with-carl-and-zach-in-woo-devchat/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:454:\"<p>Carl Alexander and Zach Stepek, hosts of Woo DevChat at Do the Woo Podcast, end the year 2023 the only way these two could end a year.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/looking-at-2023-and-moving-into-2024-with-carl-and-zach-in-woo-devchat/\">Looking at 2023 and Moving into 2024 with Carl and Zach in Woo DevChat</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Dec 2023 14:01:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Do The Woo Community: Share a Question or Comment for the Do the Woo End-of-Year Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://dothewoo.io/voices/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:367:\"<p>Want to share your favorite episode, host or show? Perhaps you have a burning question or comment. Here\'s your chance.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/voices/\">Share a Question or Comment for the Do the Woo End-of-Year Show</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Dec 2023 11:34:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WordPress.org blog: WordPress 6.4.2 Maintenance &amp; Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16562\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2023/12/wordpress-6-4-2-maintenance-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6205:\"<h2 class=\"wp-block-heading\">WordPress 6.4.2 is now available!</h2>\n\n\n\n<p>This minor release features <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.4.2&groupdesc=1&group=resolution&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&col=keywords&order=priority\">7 bug fixes</a> in Core. The fixes include a bug fix for an issue causing stylesheet and theme directories to sometimes return incorrect results.</p>\n\n\n\n<p>This release also features one security fix. Because this is a security release, <strong>it is recommended that you update your sites immediately</strong><strong>.</strong></p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.4.2.zip\">download WordPress 6.4.2 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>WordPress 6.4.2 is a short-cycle release. The next major release will be version 6.5 released in early 2024.</p>\n\n\n\n<p>For more information on this release, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-4-2/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p>The security team addressed the following vulnerability in this release.</p>\n\n\n\n<ul>\n<li>A Remote Code Execution vulnerability that is not directly exploitable in core, however the security team feels that there is a potential for high severity when combined with some plugins, especially in multisite installs.</li>\n</ul>\n\n\n\n<p>To help the security team and WordPressers around the world, you are encouraged to <a href=\"https://hackerone.com/wordpress?type=team\">responsibly report vulnerabilities</a>. This allows vulnerabilities to be fixed in future releases.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.4.2 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-long\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/atachibana\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/angelasjin\">Angela Jin</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/barry\">Barry</a>, <a href=\"https://profiles.wordpress.org/Bernhard%20Reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/coreyw\">Corey Worrell</a>, <a href=\"https://profiles.wordpress.org/crstauf\">crstauf</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/kebbet\">Erik</a>, <a href=\"https://profiles.wordpress.org/gaambo\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/priethor\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/isabel_brison\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/luminuu\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/kharisblank\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/krupalpanchal\">Krupal Panchal</a>, <a href=\"https://profiles.wordpress.org/kdowns\">Kylen Downs</a>, <a href=\"https://profiles.wordpress.org/meta4\">meta4</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/partyfrikadelle\">partyfrikadelle</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/NekoJonez\">Pieterjan Deneys</a>, <a href=\"https://profiles.wordpress.org/rawrly\">rawrly</a>, <a href=\"https://profiles.wordpress.org/rebasaurus\">rebasaurus</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a>. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p>As a final reminder, The WordPress Security Team will never email you requesting that you install a plugin or theme on your site, and will never ask for an administrator username and password. <a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\">Please stay vigilant against phishing attacks</a>.</p>\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/angelasjin/\">@angelasjin</a> and <a href=\"https://wordpress.slack.com/team/U02SVSW3U\">@desrosj</a> for proofreading.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2023 17:03:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"Do The Woo Community: Agency Client Relations, Team Work and Differentiating with Nuno Morgadinho and Jesper Wallmander\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78643\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://dothewoo.io/agency-client-relations-team-work-and-differentiating-with-nuno-morgadinho-and-jesper-wallmander/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:520:\"<p>Nuno Morgadinho from WidgiLabs and Jesper Wallmander from Wallmander Co chat about their experiences and insights into running a WooCommerce Agency</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/agency-client-relations-team-work-and-differentiating-with-nuno-morgadinho-and-jesper-wallmander/\">Agency Client Relations, Team Work and Differentiating with Nuno Morgadinho and Jesper Wallmander</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2023 11:02:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: Growing Meetups at the WordPress Community Day, Roma 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/growing-meetups-at-the-wordpress-community-day-roma-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:455:\"<p>In this show the organizers for this event share how the idea transpired for the Next-Gen event and the goals to help grow the Italian WordPress meetup community.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/growing-meetups-at-the-wordpress-community-day-roma-2023/\">Growing Meetups at the WordPress Community Day, Roma 2023</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Dec 2023 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: #102 – Artemy Kaydash on Exploring AI and How It Will Alter the Workplace\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=151668\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wptavern.com/podcast/102-artemy-kaydash-on-exploring-ai-and-how-it-will-alter-the-workplace\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:41598:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how AI is transforming the workplace.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox. And use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Artemy Kaydash. Artemy is a WordPress and WooCommerce freelance developer who focuses on backend development. After realising his passion lay in back-end work, he shifted his focus from full stack development to creating, supporting, maintaining, and editing WordPress and WooCommerce plugins. He also runs a personal website where he shares his expertise through blogging about WordPress and WooCommerce.</p>\n\n\n\n<p>Most of this episode centres around the impact of AI on the landscape of web development. We explore the implications of AI tools for web developers, firstly talking about the way that AI systems have rapidly become somewhat essential and the developer&#8217;s toolkit.</p>\n\n\n\n<p>We discussed the pivotal role AI may have in the future and how it could become an indispensable time-saver, relegating many uninteresting tasks from needing to be carried out manually.</p>\n\n\n\n<p>We get into the intersection of AI and web development, highlighting the need for developers to adapt and harness the potential of AI tools to remain at the forefront of innovation.</p>\n\n\n\n<p>We deliberate on the potential ramifications of AI on job roles within the WordPress space, underscoring the enduring need for human expertise in deciphering customer wishes, refining marketing strategies, and crafting compelling design experiences.</p>\n\n\n\n<p>Although Artamy is not sure how the future will unfold, it&#8217;s clear that he sees the present as a pivotal moment in which those who adapt to the realities of AI can flourish, whilst those who do not might be left behind. His perspective allows us to glimpse a future of web development in which AI can be a force for positive change, to be embraced, not feared.</p>\n\n\n\n<p>If AI has piqued your curiosity in the past, especially in the WordPress space, this episode is for you.</p>\n\n\n\n<p>I am joined on the podcast today by Artemy Kaydash. How are you doing, Artemy?</p>\n\n\n\n<p>[00:03:34] <strong>Artemy Kaydash:</strong> I&#8217;m doing good. What about you?</p>\n\n\n\n<p>[00:03:36] <strong>Nathan Wrigley:</strong> Good, thank you. Lovely to have you on. We&#8217;re going to talk today about AI, which is a really interesting subject. Something that personally is really fascinating to me. Before we get into that, Artemy, I wonder if you wouldn&#8217;t mind just spending a brief moment giving us your biography. How come you&#8217;re talking on a WordPress podcast today? What is your relationship with WordPress? What do you do for a living? That kind of thing.</p>\n\n\n\n<p>[00:03:59] <strong>Artemy Kaydash:</strong> So I&#8217;m 24 years old. I&#8217;m a WordPress and WooCommerce freelance developer. I want to underline that I&#8217;m a backend developer. I used to be some kind of a full stack developer, but at some point in my life, I understood that I don&#8217;t like working with front end stuff. So I decided to focus on backend and today I create, support, maintain, and edit WordPress and WooCommerce plugins. That&#8217;s what I do.</p>\n\n\n\n<p>I also have a, my personal website, where I blog about WordPress and WooCommerce. Where I share some of my knowledge. Where I teach people how to do some things with WooCommerce and WordPress. You can visit it. It&#8217;s kayart.dev. I guess that&#8217;s all you should know about me,</p>\n\n\n\n<p>[00:04:45] <strong>Nathan Wrigley:</strong> Thank you so much. We will link to any URLs or sites or anything like that we mention. We&#8217;ll make sure to link to them in the show notes. So if you go to WP Tavern and search for this episode, you&#8217;ll be able to find all of the links in there. But we&#8217;re going to have a chat today about AI.</p>\n\n\n\n<p>Now, I think I should probably say at the outset, I certainly am no expert in any way about AI. I am just curious. And, I would say more than that, I&#8217;m fascinated by it. I&#8217;m not always particularly enamoured by it. I&#8217;m not entirely sure that it&#8217;s always the best thing to pursue, but I am fascinated by it.</p>\n\n\n\n<p>I don&#8217;t know what your credentials are, whether it&#8217;s something that you view Artemy, are you into the technology of this? Do you get yourself in the weeds of any code related to this? Or are you like me somebody that&#8217;s fascinated by what it&#8217;s doing?</p>\n\n\n\n<p>[00:05:38] <strong>Artemy Kaydash:</strong> I think I&#8217;m more like you, I don&#8217;t know much about how AI works under the hood. I&#8217;m a big fan of philosophy and I think a lot about our future and what&#8217;s ahead of us. So of course, I&#8217;ve been thinking a lot about how AI will change the way we live, the way we work.</p>\n\n\n\n<p>So I wrote some posts on LinkedIn about this, especially about the content creators. And you know, I&#8217;m excited but I think that there&#8217;s a lot of hype and marketing around this topic because you know, when I made my first steps in web development in 2017, some people already told me that in a few years there will be no demand in front end developers because, I don&#8217;t know if you ever used the Avocode app.</p>\n\n\n\n<p>Avocode allows you to take a PSD template, from Photoshop, and it generates CSS for you. And then we had some tools like Figma, or something like this, that generated CSS on the fly. You create a figure and it generates CSS for it. Even then there were some people that thought that in a few years there will be no demand in HTML and CSS developers. And you know what? We are in 2023 and we still need front end developers.</p>\n\n\n\n<p>Front end has become much more complex. We now have things like React, Vue and other front end frameworks. Those tools, they cannot solve these issues. I think that when a new tool comes up that allows you to automate some things, you can go on the next level. You can create much more complex things.</p>\n\n\n\n<p>So I think that with AI, at least in the nearest future, that&#8217;s something that&#8217;s going to wait for us. AI will allow us to automate some simple, sometimes stupid, stuff that we hate to do because it&#8217;s boring.</p>\n\n\n\n<p>For example, I don&#8217;t like writing HTML and CSS. So if ChatGPT is going to generate HTML and CSS for me, that&#8217;s great, because I want to focus on things that&#8217;s interesting for me. And I don&#8217;t think that, at least at the moment, at least in the state that ChatGPT has now, it can replace me absolutely. It can do some stuff for me, but it cannot replace me fully. That&#8217;s what I think.</p>\n\n\n\n<p>[00:07:53] <strong>Nathan Wrigley:</strong> That&#8217;s one of the interesting things that we&#8217;ll probably chat through is whether or not we are going to be out of work, because of the advances in AI and the capabilities that they bring. But that&#8217;s a really interesting argument and an argument that I&#8217;m sure many people would share the outcomes that you just suggested. That the AI can increasingly take over the mundane, the uninteresting things that you may well have had to do, but also it allows us to do increasingly more complicated things.</p>\n\n\n\n<p>So the things that were available to us as web developers 10 years ago, are no longer the things that we would use anymore. And perhaps in the future AI will enable us to do things as yet unimagined. I guess only the future will tell, but you don&#8217;t have an intuition, certainly at the moment, that anybody using AI could replace a human? You&#8217;re thinking more that it would be able to augment what they can do. Add on to what they can do. Reduce the amount of time it takes them to do things. Have I got that about right? Is that your position?</p>\n\n\n\n<p>[00:08:57] <strong>Artemy Kaydash:</strong> It absolutely already can replace some people, especially if you&#8217;re talking about some manual stuff like, there are some people that they are paid for, okay, I have an Excel table and I need you to go through every cell and do something with this. And ChatGPT and similar tools, they can do something like this.</p>\n\n\n\n<p>So the less intellectual your work is, the more is probability that your work is going to be replaced. So if you want to be in demand, if you want to keep up with these AI tools, you need to work on your intellectual skills, on your soft skills. You have to work on your, way of thinking. And of course, as a law of evolution, you have to adapt. You either adapt or die, unfortunately.</p>\n\n\n\n<p>[00:09:47] <strong>Nathan Wrigley:</strong> Do you think then that one of the tools that you&#8217;ll have to have in the future? And again, let&#8217;s rewind the clock. If we were to go back 10 years, your suite of tools would be, I don&#8217;t know, some software which enabled you to write the code, plus a bunch of possibly books or online resources to enable you to take that knowledge and put it into your head and so on.</p>\n\n\n\n<p>But do you imagine that in the future, using AI will be a prerequisite, an essential tool for anybody, just because, well simply from a time saving point of view, the fact that you don&#8217;t have to research everything yourself, and it may be able to fulfill, let&#8217;s say, a proportion, 50%, 30%, 90% of the tasks that you need to achieve. That will be an essential skill, aside from all the other things you need to know. You have to know how to write in in React. You have to know how to set up a server, whatever it is. But the AI will be your companion sitting there helping you, and it will be necessary because of the time benefits and all of that that it brings.</p>\n\n\n\n<p>[00:10:48] <strong>Artemy Kaydash:</strong> Absolutely. 10 years ago, there were no package managers, there was no NPM, there was no packages or something like this. And now they are part of our life, and we cannot work without it. So I think that some AI tools, absolutely will be a part of our tool set.</p>\n\n\n\n<p>And that&#8217;s fine, that&#8217;s great. They will allow us to do some stuff that we had to do manually earlier. That&#8217;s great. It means that we will have more time to focus on things that we do better. At least for now.</p>\n\n\n\n<p>[00:11:16] <strong>Nathan Wrigley:</strong> Do you have any intuitions or have you played with AI and it fulfill what you needed to do? So I&#8217;ve played with AI fairly recently, probably in the last week or so, and I&#8217;m continually amazed by the things that it can achieve from a simple text prompt. So for example, the WordPress code base has been out, completely free, for everybody to examine for many, many, many years.</p>\n\n\n\n<p>And so there&#8217;s no inhibition to all of the AI pieces of software, ChatGPT, and Claude and Anthropic, and all of the different pieces that you can go and look at. All of them have had access to that code. And so when I ask it to do something fairly straightforward in WordPress, something that I would have to sit down and write and think through. I am always bowled over by, a, how amazingly accurate it is in understanding what I wanted it to do. But also how clean the bits and pieces that it returns. Now sometimes it gives me something which is entirely unusable, but on the whole I am utterly amazed by how reliable and effective it is.</p>\n\n\n\n<p>[00:12:23] <strong>Artemy Kaydash:</strong> I use ChatGPT and Bard sometimes. But I usually use it for, I think that every developer has some Stack Overflow threads that they are visiting regularly. Go to see the same answer every and every again, because they cannot remember it. So ChatGPT is good for these things.</p>\n\n\n\n<p>Or sometimes I use ChatGPT to generate some boilerplate code for me, and it&#8217;s great. For example, as I told you before, there was a case when I worked on Dokan website. Dokan is a multi vendor plugin for WooCommerce. And I had to get some data about a vendor, if I&#8217;m not mistaken. And, when I asked ChatGPT to find an answer for me, how can I get this data using PHP and without MySQL, it just hallucinated some answers. It told me to use some methods that didn&#8217;t exist. So I still had to go to the source code. I had to find a class I need, and I had to find methods I need.</p>\n\n\n\n<p>Or for example, there are some questions that do not have one single answer, you know. For example, how to structure your code? There&#8217;s no single answer. How to stylize your code? There&#8217;s no single answer. How to structure your classes? What should be the relations with each other? There are no single answer for this. So you have to think about it.</p>\n\n\n\n<p>And that&#8217;s why, forums like Stack Overflow, they are still the thing, because there are some discussions of real people that have some experience behind their back. And you can read it, and you can make your own opinion about their opinions, and you can find your own way. And I think that ChatGPT, or other stuff, they won&#8217;t help you with this. Because it&#8217;s your decision, and you will take every blame for every error that ChatGPT will make.</p>\n\n\n\n<p>[00:14:16] <strong>Nathan Wrigley:</strong> Yeah, I think that&#8217;s a really good point. It is definitely not perfect. But in some situations, it is remarkably close to perfect. But still, as we stand towards the end of 2023, you still need a human to judge whether or not what it has given you is perfect.</p>\n\n\n\n<p>I do wonder if in the future, the inspection that humans need to apply to what AI gives us back. I do wonder if as time goes on, that will be less and less required, because it becomes more and more accurate. So for example, if we were to just look at the things that were output by, for example ChatGPT, in versions prior to what we&#8217;ve got now, there was definitely a difference in the quality of things.</p>\n\n\n\n<p>If we were for example just to take the silly example of image creation. Now, I know that&#8217;s got nothing to do code, but it&#8217;s an interesting example. It was really easy to spot just 18 months ago, like really, really easy to spot that an AI made that picture of a human being. Because look at the fingers, look at the ears, there&#8217;s just clearly something is not quite right there.</p>\n\n\n\n<p>However, if you were to run the same query today, it would be almost impossible to tell that a human being hadn&#8217;t been involved in that, because they have learnt along the way. So I do wonder whether or not we&#8217;ll need the humans to have that level of inspection in the future.</p>\n\n\n\n<p>And that brings me to another point, this is something that I&#8217;ve considered a little bit. You, whilst you&#8217;re significantly younger than I am, put it that way, but you&#8217;re no longer a child, let&#8217;s say that. And you have managed to, since you were a child, you have managed to presumably be employed, be paid, be in work, in order to acquire the skills that you now have. And the reason that you have been able to have that work is because somebody needed to have you, for example, as an intern or as a junior developer, and you have acquired skills in steps, getting more and more difficult work as the years have gone by.</p>\n\n\n\n<p>I wonder if the AI, if there&#8217;s a risk that it will knock out that bottom layer of people who get into the workplace at the intern level. Because why would we need to employ an intern? Because we now know that the AI can handle pretty much everything that an intern would have done. And so as time goes on, I wonder if there&#8217;s going to be a gap in people coming through, learning the technology, learning all the bits and pieces. So I wonder if that&#8217;s anything you&#8217;ve given thought to?</p>\n\n\n\n<p>[00:16:48] <strong>Artemy Kaydash:</strong> Well, you cannot take a college graduate and make him as the CEO of your company, right? You still have to learn about your business. So yeah, of course AI will take some of their jobs. But you still, you cannot jump through the levels. You have to go your way. You have to learn your, what you need. You have to live through your experience and there is no way to escape this. So I think that the company owners will still take interns. Maybe they will pay them less I guess, maybe, who knows. But still people need to gain their experience. There is no way to escape this.</p>\n\n\n\n<p>[00:17:22] <strong>Nathan Wrigley:</strong> I guess that may be the concern of people who are worried about AI, is that we just have to think through these problems in advance, so that we&#8217;re not 20 years from now, looking back and saying, boy, we, we really haven&#8217;t had any interns getting through our company and now 20 years on, we&#8217;ve got nobody left to fulfill these positions. What do we do?</p>\n\n\n\n<p>[00:17:45] <strong>Artemy Kaydash:</strong> That&#8217;s the people natures, right?</p>\n\n\n\n<p>[00:17:47] <strong>Nathan Wrigley:</strong> Yeah, but obviously in your own business, that&#8217;s an easy one to fix. You just make that decision. If as a nation or as an industry, we don&#8217;t consciously think about that, there is a risk that, Well, it&#8217;s okay, the other businesses out there, they won&#8217;t farm everything out to the AI. So I&#8217;ll be able to employ people who grew up and went through their internship. And that&#8217;s fine. But if we&#8217;re all doing it, then there&#8217;ll just be this deficit of people. Who knows, maybe that won&#8217;t be the case.</p>\n\n\n\n<p>Let&#8217;s move the conversation a little bit. And I&#8217;m going to mention the LinkedIn posts that you wrote, that the URLs for those are far too long to give out. So I&#8217;ll just say go to the show notes and have a look. But you wrote a couple of pieces over on LinkedIn where you shared your concerns about AI hoovering up, vacuuming up, all of the knowledge that we&#8217;ve put out there, so blog posts and what have you. And whether or not there&#8217;s like an ethical problem, or something that we ought to be able to stop the AI from doing that.</p>\n\n\n\n<p>So do you just want to outline, you don&#8217;t really give a position on this. You don&#8217;t say whether you think it&#8217;s right or wrong, but you highlight it as a potential issue in the future. Do you just want to go through that?</p>\n\n\n\n<p>[00:18:52] <strong>Artemy Kaydash:</strong> Well, of course it&#8217;s bad. These AI tools, and the companies behind them, they take your content and use it to make money, and they don&#8217;t share this money with you. Of course, it&#8217;s bad for me. But you know, it is what it is. You have to accept this rule because you cannot change them. So you have to adapt.</p>\n\n\n\n<p>And as I said in those posts, you cannot protect your content like fully. And in one of those posts I mentioned an article on The Register where the site, the CEO of Medium, it&#8217;s a huge publishing platform, so they have a lot of content. And I&#8217;m sorry, I don&#8217;t remember his name, but he told that yeah, we try to block AI crawlers from our website. But still there are some companies that scrape our data, and then they sell this data to OpenAI or Google or someone else.</p>\n\n\n\n<p>So, yeah, you can block some AI crawlers, very specific crawlers. But there will come more of them and you cannot block all of them. It&#8217;s like an arms racing, right? Websites have been trying to block AI Crawlers for ages, and no one could do this, and you cannot do this. Because when you create a new wall that they have to go through, you will come up with an idea how to go through this wall, and then a new wall and you come up with a new idea. So it&#8217;s a constant process, and you cannot stop it.</p>\n\n\n\n<p>And I also tell that the only way to at least kind of protect your content is to use some, paywall features or something like this, or create a private group or something like this. As I told you before, you can automate these things as well. So if someone really want to take your content, they will find a way to take your content. And you cannot fully protect it. So you have to find ways to still, still be in demand. For example, I&#8217;m a content creator myself, because I have a website. I have a blog.</p>\n\n\n\n<p>I blog about the WordPress, and just like Stack Overflow, I noticed that when ChatGPT has become public, traffic on my website has decreased. Of course because some people, they don&#8217;t go to Google anymore when they have a software question. They go straight to ChatGPT or Bard or something like this. And they ask these tools these questions. So they don&#8217;t need my website anymore.</p>\n\n\n\n<p>And those companies just scraped, I think you can find my content in this tools because, I wrote some unique articles, and they couldn&#8217;t find any other answers. At least I think this way. So yeah, you have to adapt. And my answer about this is that you have to be unique because your content can be stolen, but your way of thinking, your unique life experience, your unique perspective, and sometimes your craziness. It cannot be simulated, at least for now.</p>\n\n\n\n<p>[00:21:53] <strong>Nathan Wrigley:</strong> That&#8217;s a really good answer. I like that little bit at the end. This is interesting. So if we were to rewind the clock to the beginning of the internet, I get the intuition that it was a really different enterprise. The internet came around, hyperlinks were invented, all of a sudden things could connect to other things.</p>\n\n\n\n<p>And then blogging began, and it was a real, a real moment of pride for people to set up their blog and put their voice out there and know that if search engines did their job correctly, those search engines would find your content and then people through the search engine would find their way back to you. And I still think that, although you could argue that Google may have interesting ways of surfacing your content that don&#8217;t necessarily lead back to your article. Broadly, the intention of a search engine is to go around the web, scrape it, and then for people to find themselves back at your site.</p>\n\n\n\n<p>Whereas, although I think it&#8217;s a little trickle at the moment, of people who&#8217;ve moved away from search engines to ChatGPT, I can see a moment where the trickle becomes a bit of a stream. And then the stream becomes a bit of a tidal wave. Where if you want the answer to something, you&#8217;re not just trying to find something to read, but you just want the answer to a problem, then I think you&#8217;re right. I think people will increasingly go to the place where that answer will be given back to you, so an AI.</p>\n\n\n\n<p>And then the problem is, what&#8217;s the incentive in writing anymore? Why would you write if you know for a fact that the vast majority of people will never see what you&#8217;ve written. It&#8217;s just going to be consumed by an AI, which will spit it out, give you no credit for it. There is a potential for it to ruin the enterprise of writing content in the first place, yeah?</p>\n\n\n\n<p>[00:23:48] <strong>Artemy Kaydash:</strong> Well, you can think about this way, and I think some people will surely do this. But for example, what&#8217;s the point of listening to this podcast? We were just two guys, what was the point? But, I guess it means that some people are interested in my experience, in my way of thinking and your experience and your way of thinking.</p>\n\n\n\n<p>There are some authors that I read, not because they create, not because they give me some answers, but they make me think. They have some good perspectives. And I can use these perspectives to create some of my own perspectives, right? So, it&#8217;s about thinking. It&#8217;s about reading something that, as I said before, there are some questions that do not have one single answer. You have to think about it.</p>\n\n\n\n<p>So I think that bloggers will be more focused on this type of content, like my opinion on this, or my perspective on this, or what I think about this. Because, at least for now, ChatGPT doesn&#8217;t have any opinions. It can share some facts. And you can&#8217;t even be sure that these facts are real because it hallucinates sometimes.</p>\n\n\n\n<p>[00:24:56] <strong>Nathan Wrigley:</strong> I do wonder if the AIs maybe need to do a better job of citing where they get things from. So in the example that you gave earlier, where you wrote a few posts, where you tackled something probably for the first time, and if somebody wanted to find the solution, you were the person that had provided it. So you&#8217;ve got an intuition that ChatGPT, in this case, had consumed your article, and when you went to find whether they had or not, you could write a question which clearly gave that content that you&#8217;d written back to yourself.</p>\n\n\n\n<p>I do wonder if the AI could do a better job of saying, okay, the information that we&#8217;ve got came from this website and this website. Here&#8217;s the links that we used, that we scraped in order to find the content that we&#8217;ve just surfaced, which we&#8217;re sort of pretending we made up, but we didn&#8217;t really. So if they could give more information about where they&#8217;re getting their information, maybe that would help, provide that gap between what we have now with search engines, and what we have now with AI, where we don&#8217;t really know where the heck it got anything from.</p>\n\n\n\n<p>[00:25:59] <strong>Artemy Kaydash:</strong> In the perfect world, yeah of course they should do this. And as I know, Bing AI already does this. If you ask Bing Chat about something, it doesn&#8217;t just give you an answer, it also provides you with some links it used to give this answer, and that&#8217;s great I think, But as I said, companies are not interested in you making money, right? They&#8217;re interested in making money for themselves. So, maybe if there will be some legal requirements that will make them to cite properly sources they use, and it&#8217;s something that would be great. As I said, there are always some workarounds. And I&#8217;m not sure if the companies behind these tools will not use these workarounds.</p>\n\n\n\n<p>[00:26:43] <strong>Nathan Wrigley:</strong> That&#8217;s a good point. I think you&#8217;re right. So you made the point earlier that it doesn&#8217;t matter how clever you are in putting up a wall between your content and the internet. At some point you&#8217;ve got to allow people to get through that wall, and maybe the AIs will figure out how to get through that wall as well.</p>\n\n\n\n<p>Yeah, it&#8217;s just an, I just think we&#8217;re on the precipice of something, or the opposite. We&#8217;re at the foot of a mountain and it&#8217;s, rather than it being a precipice that we&#8217;re about to fall into, which sounds really bad, maybe it&#8217;s a mountain that we&#8217;re just at the base of and we&#8217;re going to climb towards the summit.</p>\n\n\n\n<p>I don&#8217;t really know. Certainly you mentioned earlier that certain jobs have already gone. If you were to look at the work of, I don&#8217;t know, crafting a spreadsheet, or amending a spreadsheet based upon something that your boss needed doing. That kind of work can now be done by AI. I wonder what your intuitions are as to the level of complexity that is going to be acquired by AI in the next few years.</p>\n\n\n\n<p>So you mentioned at the top that you&#8217;re 24 years old. Is there any part of you that&#8217;s concerned about your job stability in the future? Do you think you&#8217;ve achieved a certain level of expertise where you&#8217;re immune? Or are you at that point where you&#8217;re looking over your shoulder thinking, I really do need to keep an eye on this because I&#8217;m afraid for my job? What do you think about that?</p>\n\n\n\n<p>[00:28:02] <strong>Artemy Kaydash:</strong> Well, of course I cannot guarantee that in the future the AI tools could replace me or could not, because, who knows? Five years ago, we couldn&#8217;t even imagine that there will be things like DALL·E or something like this, and they do really great.</p>\n\n\n\n<p>I don&#8217;t know, I really don&#8217;t know. The only thing I can guarantee, at least for myself, I&#8217;m still going to be a person I am. And I can work on my soft skills and I can adapt. Maybe I won&#8217;t be a WordPress developer in five years because ChatGPT will do, will create plugins for me. Well, maybe I will have to find a new job, who knows. But I&#8217;m pretty sure about myself, and I&#8217;m not pretty sure about my job, right.</p>\n\n\n\n<p>[00:28:42] <strong>Nathan Wrigley:</strong> One of the interesting arguments that I heard recently, it&#8217;s a fairly pessimistic argument, I&#8217;ll put that out there right at the beginning, but the argument always goes a bit like, well, if we invent new technology, then obviously that will disrupt things, but there&#8217;ll always be new opportunities created. So, if 5,000 people lose their jobs over here, what will happen is 5,000 other jobs, or something equivalent, will get created somewhere else. The technology will create a new branch of the workplace that we haven&#8217;t as yet imagined, and that will be where those people will go, once they&#8217;ve figured out how to adapt and what have you. So it&#8217;s this constant process of improvement, alteration, and finding where you fit into this new jigsaw puzzle of the technological landscape.</p>\n\n\n\n<p>One of the arguments that I heard recently was that this could be the first time where that argument doesn&#8217;t really hold. And the argument went a bit like this. In every other technological innovation, humans have been able to move out of the thing which was innovated into, and they&#8217;ve been able to go to somewhere else, because now we&#8217;ve got something, there&#8217;s some space available. So a good example would be the industrial revolution, where machines were made to move things, drill holes through things, lift things.</p>\n\n\n\n<p>In other words, the machines took the physical things that we needed to do, and it mechanized those, and so people moved from the sphere of physical work, and became more intellectual workers. However, if in this current revolution of AI, the AI also beats us at the intellectual enterprise, it&#8217;s better than us at thinking, it can do things more quickly. Where do humans go? What&#8217;s left? Machines are better lifting things than us. Machines are better thinking through things than us, well, we&#8217;re on a permanent holiday then, aren&#8217;t we? Don&#8217;t know if you&#8217;ve got any thoughts about that? If this technology is literally transformational because it&#8217;s consuming the last vestige of what we&#8217;ve got left, which is our brain, really.</p>\n\n\n\n<p>[00:30:45] <strong>Artemy Kaydash:</strong> Philosophers and economists have discussed this topic even when ChatGPT wasn&#8217;t even a thing. So for example, like one of the possible scenarios, okay. We&#8217;ll have great AI tools that will do every job for us. Which means that we have like millions and billions of people without a job.</p>\n\n\n\n<p>They still need to eat. They need to live somewhere. They need to drink something. One of the possible scenarios is that governments will have to like take some part of those big companies revenue and share it with people like, passive basic income, if I&#8217;m not mistaken, it&#8217;s called.</p>\n\n\n\n<p>[00:31:25] <strong>Nathan Wrigley:</strong> Universal Basic Income, UBI. Yeah.</p>\n\n\n\n<p>[00:31:27] <strong>Artemy Kaydash:</strong> Right. Maybe this scenario that waits for us. I don&#8217;t know.</p>\n\n\n\n<p>[00:31:32] <strong>Nathan Wrigley:</strong> Yeah. The truth is we really don&#8217;t know. It&#8217;ll be an interesting journey. Let&#8217;s just, before we round this off, let&#8217;s just ground this back into the WordPress space, because obviously that&#8217;s primarily what this podcast is about. What have you experienced over the last 18 months, it literally could have been last week, it could have been something from last year. Can you mention any things in the WordPress space connected with AI that you have found yourself being drawn to, coming back to, using, over the last period of time?</p>\n\n\n\n<p>[00:32:00] <strong>Artemy Kaydash:</strong> In WordPress, I&#8217;m not sure. I saw that Jetpack now has some AI features, and some of the most popular SEO plugins already allow you to like generate meta descriptions or something like this. I know about this feature, but I don&#8217;t use them for now. And I think that Gutenberg has some potential for AI features.</p>\n\n\n\n<p>Elementor, I actually used Elementor AI features, and Divi AI features. It&#8217;s not perfect right now, but I think it&#8217;s great that you can tell those builders, like I want to have a section with an image, and a text in the center of it, and it generates it. You didn&#8217;t have to code it. You didn&#8217;t have to write HTML and CSS what I had. So these tools can be very useful in this case. And I think that Gutenberg may have something like this.</p>\n\n\n\n<p>[00:32:50] <strong>Nathan Wrigley:</strong> I think the content piece, the creation of content, just getting yourself over the hurdle of that blank page. If it can create some content for you, which then you can tweak, make it your own. But you&#8217;re right, the whole enterprise of laying things out, once you&#8217;ve done that a hundred times, it&#8217;s probably not as interesting as it was the first time. And if you can get the AI to do those kinds of things, and then you adapt it within the tool that you&#8217;re using, whether that&#8217;s a page builder or the block editor or whatever. Yeah, that&#8217;s really interesting.</p>\n\n\n\n<p>And I think we&#8217;re moving into a future where the whole site is potentially under the purview of AI. The moment you first log into WordPress, it seems like there&#8217;s a lot of tools coming down the pike at the moment that will ask you a series of questions. It&#8217;s like an onboarding to the creation of your website, and based upon the answers that you give it, it will create a bunch of pages. An about page, a contact page. It will style it. It will give it colors. It will put content in there, which is not the content that you want, but it approximates what you want.</p>\n\n\n\n<p>It knows, for example, that you&#8217;re a baker. And so it puts in pictures of baking, and it will have text which is adjacent to the baking industry, and that kind of thing. So I feel that all of that is coming. And again, I guess it sends us right back to the beginning of our conversation. Whilst that&#8217;s brilliant on the one hand, it does also raise concerns about the long term future of many of the jobs that we&#8217;ve been doing for the last 10 or 15 years and whether or not we need to adapt.</p>\n\n\n\n<p>[00:34:21] <strong>Artemy Kaydash:</strong> As I said before, we can use these tools as our tools, not like our replacements, right. So for example, if I need a website, and I need a good website that&#8217;s going to attract some customers, I still need to have an understanding of what people are looking for, what are their preferences?</p>\n\n\n\n<p>I need to understand some marketing stuff, some design stuff. Yeah, I think that if you want a basic website, of course you can already use some of these tools to create this website. But they won&#8217;t be perfect. they won&#8217;t be so detailed for a specific customers you try to attract. And in this case you need designers, you need marketers, you need developers, that&#8217;s going to take this basic website and they will make a perfect website from it. It will allow you to spend less money on this, but you still need an expert&#8217;s perspective on this.</p>\n\n\n\n<p>[00:35:20] <strong>Nathan Wrigley:</strong> Yeah, I think you&#8217;re right. It&#8217;s easy to forget because the things like ChatGPT, because their responses are so really remarkable, it is easy to forget that basically at its heart it isn&#8217;t yet, I say yet, it isn&#8217;t yet intelligent. It mimics intelligence. It&#8217;s giving us the next word and the word after that and the word after that, or the pixel next to that and the pixel next to that, whatever it may be.</p>\n\n\n\n<p>And it mimics brilliantly based upon the consumption of lots of previous human knowledge. But you&#8217;re right, it doesn&#8217;t cut to the heart of what a human can do. And the human having more experience about, it&#8217;s not just a website. It&#8217;s a website where we have to throw SEO, in because that&#8217;s a piece of the puzzle. We have to throw in the marketing. We have to throw in what humans do, because UX and UI, that&#8217;s important as well, if we want people to actually make use of this website. It&#8217;s got to behave in a certain way.</p>\n\n\n\n<p>It&#8217;s easy to forget that as of 2023, no AI is capable of taking this job on, it can make things look nice. It can pretend to be intelligent, but as yet, it truly isn&#8217;t. And so, yeah, adapting, being novel, creating a new future for yourself based upon what the AI can bring seems like the road to go.</p>\n\n\n\n<p>Artemy, thank you so much for joining us today. Just before we leave, if people have been intrigued by this conversation and they want to talk to you about AI or anything in particular, is there a place where we could send them? I will, of course, link to your website, but you may want to mention that again, but is there like a social network that you use that you want to drop? Anything like that.</p>\n\n\n\n<p>[00:37:03] <strong>Artemy Kaydash:</strong> My website contains all social links I use. You can also try to connect me on LinkedIn or you can drop me an email.</p>\n\n\n\n<p>[00:37:10] <strong>Nathan Wrigley:</strong> Artemy, thank you so much for joining us on the podcast today. I really appreciate it.</p>\n\n\n\n<p>[00:37:16] <strong>Artemy Kaydash:</strong> Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today, we have <a href=\"https://kayart.dev/\">Artemy Kaydash</a>.</p>\n\n\n\n<p>Artemy is a WordPress and WooCommerce freelance developer who focuses on backend development. After realising his passion lay in back-end work, he shifted his focus from full stack development to creating, supporting, maintaining, and editing WordPress and WooCommerce plugins. He also runs a personal website where he shares his expertise through blogging about WordPress and WooCommerce.</p>\n\n\n\n<p>Most of this episode centres around the impact of AI on the landscape of web development. We explore the implications of AI tools for web developers, firstly talking about the way that AI systems have rapidly become somewhat essential and the developer&#8217;s toolkit.</p>\n\n\n\n<p>We discussed the pivotal role AI may have in the future and how it could become an indispensable time-saver, relegating many uninteresting tasks from needing to be carried out manually.</p>\n\n\n\n<p>We get into the intersection of AI and web development, highlighting the need for developers to adapt and harness the potential of AI tools to remain at the forefront of innovation.</p>\n\n\n\n<p>We deliberate on the potential ramifications of AI on job roles within the WordPress space, underscoring the enduring need for human expertise in deciphering customer wishes, refining marketing strategies, and crafting compelling design experiences.</p>\n\n\n\n<p>Although Artamy is not sure how the future will unfold, it&#8217;s clear that he sees the present as a pivotal moment in which those who adapt to the realities of AI can flourish, whilst those who do not might be left behind. His perspective allows us to glimpse a future of web development in which AI can be a force for positive change, to be embraced, not feared.</p>\n\n\n\n<p>If AI has piqued your curiosity in the past, especially in the WordPress space, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://kayart.dev/\">Artemy&#8217;s website</a></p>\n\n\n\n<p><a href=\"https://www.linkedin.com/feed/update/urn:li:activity:7094656120857735168/\">LinkedIn post #1</a> mentioned in the podcast</p>\n\n\n\n<p><a href=\"https://www.linkedin.com/feed/update/urn:li:activity:7113445056941842432/\">LinkedIn post #2</a> mentioned in the podcast</p>\n\n\n\n<p><a href=\"https://openai.com/chatgpt\">ChatGPT</a></p>\n\n\n\n<p><a href=\"https://bard.google.com/chat\">Bard</a></p>\n\n\n\n<p><a href=\"https://claude.ai/login\">Claude</a></p>\n\n\n\n<p><a href=\"https://dokan.co/wordpress/\">Dokan website</a></p>\n\n\n\n<p><a href=\"https://www.bing.com/search?q=Bing+AI&showconv=1\">Bing Chat</a></p>\n\n\n\n<p><a href=\"https://openai.com/dall-e-2\">DALL·E</a></p>\n\n\n\n<p><a href=\"https://jetpack.com/ai/\">Jetpack AI</a></p>\n\n\n\n<p><a href=\"https://elementor.com/products/ai/\">Elementor AI</a></p>\n\n\n\n<p><a href=\"https://www.elegantthemes.com/ai/\">Divi AI</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Dec 2023 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Do The Woo Community: Rebranding Your WordPress Plugin Business with Robert Abela\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://dothewoo.io/rebranding-your-wordpress-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:413:\"<p>Robert Abela from Melapress shares his story of rebranding his business and also shares some insights into the under-rated user roles in WP.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/rebranding-your-wordpress-business/\">Rebranding Your WordPress Plugin Business with Robert Abela</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Dec 2023 08:32:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WordPress.org blog: Alert: WordPress Security Team Impersonation Scams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16547\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4174:\"<p>The WordPress Security Team is aware of multiple ongoing phishing scams impersonating both the “WordPress team” and the “WordPress Security Team“ in an attempt to convince administrators to install a plugin on their website which contains malware.</p>\n\n\n\n<p><strong>The WordPress Security Team will never email you requesting that you install a plugin or theme on your site, and will never ask for an administrator username and password.</strong></p>\n\n\n\n<p>If you receive an unsolicited email claiming to be from WordPress with instructions similar to those described above, please disregard the emails and indicate that the email is a scam to your email provider.</p>\n\n\n\n<p>These emails link to a phishing site that appears to be the WordPress plugin repository on a domain that is not owned by WordPress or an associated entity. Both <a href=\"https://patchstack.com/articles/fake-cve-phishing-campaign-tricks-wordpress-users-to-install-malware/\">Patchstack</a> and <a href=\"https://www.wordfence.com/blog/2023/12/psa-fake-cve-2023-45124-phishing-scam-tricks-users-into-installing-backdoor-plugin/\">Wordfence</a> have written articles that go in to further detail.</p>\n\n\n\n<p>Official emails from the WordPress project will always:</p>\n\n\n\n<ul>\n<li>Come from a <code>@wordpress.org</code> or <code>@wordpress.net</code> domain.</li>\n\n\n\n<li>Should also say “Signed by: wordpress.org” in the email details section.</li>\n</ul>\n\n\n\n<img width=\"1024\" height=\"450\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/12/email-details-signed-by-wordpressdotorg.png?resize=1024%2C450&ssl=1\" alt=\"Screenshot of email sent by a WordPress.org email account. The details include \" />\n\n\n\n<p>The WordPress Security Team will only communicate with WordPress users in the following locations:</p>\n\n\n\n<ul>\n<li>the Making WordPress Secure blog at <a href=\"https://make.wordpress.org/security\">make.wordpress.org/security</a></li>\n\n\n\n<li>the main WordPress News site at <a href=\"https://wordpress.org/news\">wordpress.org/news</a></li>\n</ul>\n\n\n\n<p>The WordPress Plugin team will never communicate directly with a plugin’s users but may email plugin support staff, owners and contributors. These emails will be sent from <a href=\"mailto:plugins@wordpress.org\">plugins@wordpress.org</a> and be signed as indicated above.</p>\n\n\n\n<p>The official WordPress plugin repository is located at <a href=\"https://wordpress.org/plugins\">wordpress.org/plugins</a> with internationalized versions on subdomains, such as <a href=\"https://fr.wordpress.org/plugins\">fr.wordpress.org/plugins</a>, <a href=\"https://en-au.wordpress.org/plugins\">en-au.wordpress.org/plugins</a>, etc. A subdomain may contain a hyphen, however a dot will always appear before wordpress.org.</p>\n\n\n\n<p>A WordPress site’s administrators can also access the plugin repository via the plugins menu in the WordPress dashboard.</p>\n\n\n\n<p>As WordPress is the most used CMS, these types of phishing scams will happen occasionally. Please be vigilant for unexpected emails asking you to install a theme, plugin or linking to a login form.</p>\n\n\n\n<p>The Scamwatch website has some tips for <a href=\"https://www.scamwatch.gov.au/protect-yourself/ways-to-spot-and-avoid-scams\">identifying emails and text messages that are likely to be scams</a>.</p>\n\n\n\n<p>As always, if you believe that you have discovered a security vulnerability in WordPress, please <a href=\"https://wordpress.org/about/security/\">follow the project’s Security policies</a> by privately and responsibly disclosing the issue directly to the WordPress Security team through the project’s official <a href=\"https://hackerone.com/wordpress\">HackerOne page</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Thank you <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/otto/\">Otto</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, and <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> for their collaboration on and review of this post.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Dec 2023 23:13:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Peter Wilson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: People of WordPress: Artemy Kaydash\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=16470\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2023/12/people-of-wordpress-artemy-kaydash/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10937:\"<p class=\"has-darker-grey-color has-off-white-2-background-color has-text-color has-background has-link-color wp-elements-9b663d0d5861b05380bcaca160ef01c8\">The&nbsp;<em>People of WordPress</em>&nbsp;series shares inspiring stories of how people’s lives can change for the better through WordPress and its global community of contributors.</p>\n\n\n\n<p>Artemy Kaydash discovered that working with WordPress has opened possibilities greater than he imagined. For him, the &#8220;active, responsive, and enthusiastic community&#8221; makes the software fresh and alive with many ways to experiment and practice adapting it for clients&#8217; needs.</p>\n\n\n\n<img width=\"1024\" height=\"640\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-featured-img.jpg?resize=1024%2C640&ssl=1\" alt=\"Artemy Kaydash stood in front of water\" class=\"wp-image-16242\" />\n\n\n\n<p>Back-end development with WordPress has proven to be a rewarding career choice for Artemy. He believes developers can inspire others to choose the same career path by sharing the opportunities and satisfaction of working with the content management system (CMS).</p>\n\n\n\n<h2 class=\"wp-block-heading\">The adventure of learning WordPress</h2>\n\n\n\n<p>Learning new software can be daunting, but Artemy realized that learning with and from inspiring people makes a real difference: &#8220;I vividly remember my first WordPress experience. I was confused, had many questions, and was desperately trying to understand how to do the most simple things.&#8221;</p>\n\n\n\n<p>Working initially in a small agency in Ukraine, Artemy had basic HTML/CSS skills and had just started learning PHP development. His senior colleagues helped him take his first steps in web development and were patient with his questions.</p>\n\n\n\n<p>The agency director later gave him the responsibility of creating a WordPress website for a friend. He recalls being nervous, as he was not yet confident in his PHP skills. Colleagues reassured Artemy as he worked, and he went on to build a career in international web development.</p>\n\n\n\n<img width=\"640\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-at-a-cafe.jpg?resize=640%2C1024&ssl=1\" alt=\"Artemy reflecting on his learning as he looks outside of a window in a cafe\n\" class=\"wp-image-16241\" />\n\n\n\n<p>Like many others, Artemy found that experimenting with WordPress intrigued him, and he wanted to learn more about it. Looking back, he said: &#8220;The first theme I built was awful. It was composed of my own creative solutions and code snippets I found in searches. It had lots of bugs, but as people say, &#8216;the first pancake is always a bit tricky.\'&#8221;</p>\n\n\n\n<p>Artemy is a great believer in reflective learning, going back and reviewing a piece of development. He said: &#8220;No matter how bad it was, it was my first experience, and I learned a lot about the basic concepts of WordPress. That&#8217;s why I believe that learning by doing is the best way to learn something new.&#8221;</p>\n\n\n\n<p>He added: &#8220;My advice to others is don&#8217;t be afraid of doing something awful when you create something for the first time. It&#8217;s okay. We&#8217;ve all been through that initial phase.&#8221;</p>\n\n\n\n<img width=\"640\" height=\"1024\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-winter-lake.jpg?resize=640%2C1024&ssl=1\" alt=\"Artemy looking across a lake in the winter time\" class=\"wp-image-16245\" />\n\n\n\n<p>&#8220;It&#8217;s nice to have a mentor when you learn something new. Luckily, you don&#8217;t need a person sitting next to you anymore. All of us have got the best mentor possible: the Internet. If you don&#8217;t know how to do something, then search for how other people have done the same thing,&#8221; Artemy said.</p>\n\n\n\n<p>&#8220;No wonder some say that one of the most required skills of every developer is the willingness to learn and to know how to search for information. This is one of the reasons WordPress is one of the best options for beginners. Now there is so much more information and help available to learn, more than there was when I first began.&#8221;</p>\n\n\n\n<p>Artemy feels that the willingness of others to share their experience and problem-solve together is a big strength of the WordPress community and also the reason for its ongoing success: &#8220;When you stumble upon a problem, there&#8217;s a high probability that someone already asked the same question on one of the forums or websites. If you&#8217;re lucky enough, someone already wrote a post about your problem with a great explanation of how to solve it with examples and code snippets.&#8221;</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress is for beginners and long-term careers</h2>\n\n\n\n<p>WordPress is not a software with strict limits, and it can be adapted and used in many different ways by beginners and advanced developers.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>I like to learn something that excites me and makes my brain work. With WordPress, I am able to find interesting and creative solutions.</p>\n</blockquote>\n\n\n\n<p>There are so many new things to learn that Artemy decided to stay in web development, and he sees it as a perfect channel for his creativity and abstract thinking. It may seem very different from his initial education in literature, sociology, and philosophy. Still, he has found those studies sharpened his skills for understanding, communicating, and working with clients on creative solutions to challenges.</p>\n\n\n\n<p>Artemy enjoys the client side of his work and interacting with different studios and agencies. His international work allows him to use WordPress and WooCommerce in many different environments, both large and small, which keeps the software exciting. He said: &#8220;I believe if you want to learn something you have to practice using it a lot. Open source is a big advantage in this.&#8221; Artemy found that the more he experiences various sites and clients, the more flexible and helpful he can be in helping them find the right solution.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Inspired to help others use WordPress</h2>\n\n\n\n<img width=\"1024\" height=\"639\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/10/artemy-from-pier.jpg?resize=1024%2C639&ssl=1\" alt=\"Artemy standing on the pier\" class=\"wp-image-16243\" />\n\n\n\n<p>A willingness to share and grow skills together is what open source environments champion. This collaborative environment inspired Artemy to focus on using WordPress professionally and to share what he learned. &#8220;There is a lot of free code and snippets available for anyone to use. I have been grateful to all of the people who have written answers on sites like Stack Overflow, written blog posts, created free plugins, and other helpful materials. It made me want to help others when I was able to.&#8221;</p>\n\n\n\n<p>In August 2021, Artemy began blogging about using WordPress:&nbsp;&#8220;I like to think that this way I am repaying my learning debt for all the content I have consumed. It makes me happy to see that people really read my posts, and it helps them solve their WordPress problems. So, today, when I face a problem and can&#8217;t find the solution, I think it might be a great idea for a new post!&#8221;</p>\n\n\n\n<p>He also likes to keep up with how other people use WordPress by visiting Stack Overflow, WordPress Facebook groups, and other communities where people ask questions almost daily. He helps where he can in those channels or gains inspiration for new content. He believes&nbsp;<a href=\"https://learn.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Learn.WordPress.org</a>&nbsp;and the&nbsp;<a href=\"https://developer.wordpress.org/news/\" target=\"_blank\" rel=\"noreferrer noopener\">Developer Blog</a>&nbsp;are valuable resources for beginners and more advanced developers too. As those resources grow, they will increasingly become a place where others can share their development knowledge and use cases.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Every community is a two-way street</h2>\n\n\n\n<p>Artemy encourages everyone to become a part of the WordPress community. “There are a lot of opportunities for everyone,” he said. “You can help with the translation of your favorite plugins or themes. You can create your own plugin or become a contributor to an already existing open source plugin. You can write tutorials. You can write reviews helping other people to choose the best option for them. You can help people on support forums.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Every contribution, big or small, makes WordPress better. It is a great experience to be part of it.</p>\n</blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">Share the stories</h2>\n\n\n\n<p>Help share these open source contributor stories and continue to grow the community.&nbsp;Meet more WordPressers in the&nbsp;<a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<p>To discover more about how to use WordPress, and start your own story, visit&nbsp;<a href=\"https://learn.wordpress.org/\">Learn.WordPress.org</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/kayart/\" target=\"_blank\" rel=\"noreferrer noopener\">Artemy Kaydash</a> for sharing about his adventures in WordPress, and to <a href=\"https://profiles.wordpress.org/webcommsat/\" target=\"_blank\" rel=\"noreferrer noopener\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" target=\"_blank\" rel=\"noreferrer noopener\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/meher/\" target=\"_blank\" rel=\"noreferrer noopener\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/marks99/\" target=\"_blank\" rel=\"noreferrer noopener\">Mark Smallman</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\" target=\"_blank\" rel=\"noreferrer noopener\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" target=\"_blank\" rel=\"noreferrer noopener\">Chloe Bringmann</a>, and <a href=\"https://profiles.wordpress.org/marybaum/\" target=\"_blank\" rel=\"noreferrer noopener\">Mary Baum</a> for interviews, editorial, images, and reviews. </em></p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\"><img width=\"180\" height=\"135\" src=\"https://i0.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Dec 2023 14:28:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Do The Woo Community: Do the Woo is Headed to State of the Word 2023 in Madrid\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78614\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://dothewoo.io/do-the-woo-is-headed-to-state-of-the-word-2023-in-madrid/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"<p>BobWP from Do the Woo will once again attend State of the Word. The SOTW 2023 will be in Madrid this year to celebrate Spain\'s WordPress community.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/do-the-woo-is-headed-to-state-of-the-word-2023-in-madrid/\">Do the Woo is Headed to State of the Word 2023 in Madrid</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Dec 2023 09:14:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"Gutenberg Times: Responsiveness, styling the details block, create block theme plugin and so much more – Weekend Edition 276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=26529\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://gutenbergtimes.com/weekend-edition-276/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21079:\"<p>Howdy, </p>\n\n\n\n<p>The Winter in Munich comes with big steps.  If you are interested, <a href=\"https://twitter.com/bph/status/1730699245773029537/photo/1\">I shared a photo from last night</a> on X (former Twitter) . I am all excited as I haven&#8217;t seen that much snow since I visited a friend in Vancouver in 2021, but that was only for a couple of weeks. Now I have to live in this weather. ? I might venture outside long enough to take some more pictures. Stay tuned.  </p>\n\n\n\n<p>In this edition, I share a ton of links to updates about tools, plugins and themes, tutorials and how-to articles. I have a feeling, I also missed a few, so please notify me, so I can add them next week. </p>\n\n\n\n<p>Wishing you and your loved ones a Happy Holiday season ? And if you don&#8217;t celebrate, have a wonderful weekend! </p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Monday, I was on the panel of the <a href=\"https://wpbuilds.com/2023/11/28/this-week-in-wordpress-277/\"><strong>277th episode of This week in WordPress, Mysterious cosmic rays </strong></a>-together with <strong>host Nathan Wrigley, Michelle Frechette, Wendie Huis in t Veld, and Jeroen Rotty</strong>. We covered, the new feature of <a href=\"https://make.wordpress.org/meta/2023/11/22/plugin-directory-preview-button-revisited\">Live preview for the plugin directory</a>, with a shout-out to Alex Shiels and the meta team, and also, as a surprise to me about <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index\">Keeping up with Gutenberg Index</a>, the <a href=\"https://europe.wordcamp.org/2024/speakers/call-for-speakers\">call for speakers and diversity efforts for WordCamp Europe</a> was also a topic, as was the <a href=\"https://wptavern.com/podcast/100-nick-diego-on-the-revamp-of-the-wordpress-showcase-website\">new Showcase on the .org site</a> and the <a href=\"https://bobwp.com/the-road-to-do-the-woo-4-0\">new line-up of shows on the  Do the Woo network</a>.  Participating on the panel is a fun way to start a week in the WordPress world. Don&#8217;t be shy, ? <a href=\"mailto:admin@wpbuilds.com\">connect with Nathan Wrigley</a> and see when there is a free slot on the show. You definitely should subscribe to the <a href=\"https://www.youtube.com/wpbuilds\">YouTube channel</a> and the Podcast. </p>\n\n\n\n<a href=\"https://wpbuilds.com/2023/11/28/this-week-in-wordpress-277/\"><img width=\"652\" height=\"367\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/12/TWIW-277.jpeg?resize=652%2C367&ssl=1\" alt=\"\" class=\"wp-image-26599\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>Are you looking for a <strong>State of the Word watch party</strong> near you?  A few are already planned. Take a look at <a href=\"https://wordpress.org/state-of-the-word/\">the events landing page.</a> The countdown will start soon:  <strong>December 11, 2023, at 15:00 UTC Matt Mullenweg will give the State of the Word keynote talk directly from Madrid, Spain.</strong> It&#8217;s the first time it is broadcast from outside the US. </p>\n\n\n\n<p>It will be livestreamed on <a href=\"https://youtube.com/wordpress\">YouTube on the WordPress channel</a>. A Q &amp; A section will follow, where Mullenweg will answer questions previously submitted to <a href=\"mailto:ask-matt@wordcamp.org\" target=\"_blank\" rel=\"noreferrer noopener\">ask-matt@wordcamp.org</a>. You will be able to submit questions during the event via the Slido App. The QR code will be available on the day of the event. </p>\n\n\n\n<a href=\"https://wordpress.org/state-of-the-word/\"><img width=\"652\" height=\"435\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/image.png?resize=652%2C435&ssl=1\" alt=\"\" class=\"wp-image-26400\" /></a>\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-d02c05917781faad43b455819cf71f89\">?️ Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-93-gutenberg-17-1-command-palette-data-views-and-grid-layout/\">Gutenberg Changelog #93 – Gutenberg 17.1, Command Palette, Data Views and Grid Layout</a> &#8211; a chat with <strong>Isabel Brison</strong></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v17.2.0-rc.1\"><strong>Gutenberg 17.2 RC1</strong></a> is now available for testing.  The stable release will come out on December 6th, 2023. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Save the date! <a href=\"https://make.wordpress.org/core/2023/11/23/hallway-hangout-lets-explore-wordpress-6-5/\"><strong>Hallway Hangout: Let’s explore WordPress 6.5</strong></a> on January 16 at 21:00 UTC. <strong>Anne McCarthy</strong> and <strong>Saxon Fletcher</strong> will talk through some of what’s to come in the next WordPress release,&nbsp;<a href=\"https://make.wordpress.org/core/2023/11/06/proposal-2024-major-release-timing/\">with a proposed schedule for March 26th</a>. This is being shared early to help encourage more folks to tune in and to build some excitement for this next release.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>On &#8220;The WordPress Way&#8221; show, <a href=\"https://twitter.com/NonStopNewsUK\"><strong>Abha Thakor</strong></a> chatting with <strong>Anne McCarthy</strong> and <a href=\"https://twitter.com/joyofwp\"><strong>Bud Kraus</strong></a> <a href=\"https://dothewoo.io/all-things-wordpress-6-4-with-anne-mccarthy-and-bud-kraus/\"><strong>About all things WordPress 6.4</strong></a> Great conversation that goes in a lot of fun and insightful directions with these three. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Aki Hamano</strong> created the  <strong><a href=\"https://github.com/t-hamano/enable-responsive-image\">Responsive Image plugin</a>.</strong> It adds settings to the Image block to display different images depending on the width of the screen. He cautions you to use it on a production site, as it&#8217;s under active development and might change behavior with new versions. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In the latest video, <a href=\"https://www.youtube.com/watch?v=IgoNBFDyIaA\"><strong>How To Create a WordPress Image Gallery</strong></a>, <strong>Ellen Bauer</strong> of Elma Studio gives you a look behind the scenes on how she built the <a href=\"https://themes.elmastudio.de/moog/style-variations/\"><em>demo page for the style variation</em></a> in their latest block theme, <a href=\"https://wordpress.org/themes/moog/\">Moog.</a> </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you want to test the <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Gutenberg Nightly</a> plugin, but don&#8217;t want to set up a test site, you can now use it with a WordPress Playground instance.  Head on over to the  <a href=\"https://icodeforapurpose.com/gutenberg-nightly-playground/\"><strong>Gutenberg Nightly &amp; Playground</strong></a> page on my personal tech blog and click on the <strong>Get Started</strong> button. It&#8217;s a proof of concept for now. I still need to add the daily automatic deployment of the build.zip file to the site. Please let me know what you think about it and how you use it. </p>\n\n\n\n<img width=\"652\" height=\"375\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/12/Screenshot-2023-11-28-at-19.20.48.png?resize=652%2C375&ssl=1\" alt=\"\" class=\"wp-image-26582\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s trunk branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p><strong>Seth Rubinstein </strong>of Pew Research Institute <a href=\"https://twitter.com/SethRubenstein/status/1729545261007929823\">announced on X</a> (former Twitter)  that he just released a small plugin to add <strong><a href=\"https://github.com/sethrubenstein/responsive-core-group-block/releases/tag/v1\">responsiveness to the core group block.</a></strong> (GitHub)</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Michelle Schlup-Hunt</strong> published her base Full Site Editing theme, that is meant to be used to build other projects on top of, but probably simple enough to use as-is too: <strong><a href=\"https://github.com/marktimemedia/Alicorn-Theme\">Alicorn-Theme</a></strong> (GitHub)</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The fine folks at 10up, just released the 1.1.3 version of their <a href=\"https://wordpress.org/plugins/maps-block-apple/\"><strong>Block for Apple Maps,</strong></a> which integrates Apple Maps directly into your WordPress site. It&#8217;s a mighty block with a ton of features to create customized maps right on your WordPress site. You would need to have an Apple ID and sign up for their Developer program to get the right API keys, though. <a href=\"https://github.com/10up/maps-block-apple\">The code is available in the GitHub repo</a></p>\n\n\n\n<a href=\"https://github.com/10up/maps-block-apple\"><img width=\"652\" height=\"438\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/12/Screenshot-2023-12-02-at-11.40.03.png?resize=652%2C438&ssl=1\" alt=\"\" class=\"wp-image-26601\" /></a>\n\n\n\n<p><strong>Ben Ritner </strong>of Kadence announced the <a href=\"https://www.kadencewp.com/blog/coming-to-kadence-blocks-pro-advanced-query-loop/\"><strong>arrival of the Advanced Query Loop </strong></a>block to their pro-version of the plugin. It&#8217;s an enhanced version of the core query loop block, incorporating many user-requested features. It allows you to specify which post types and taxonomies to display, along with the number of posts per page. Not only that, but it also comes with options to custom transition animation which can be used when viewers click between pages, search, or apply filters on the front end. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you are not a Kadence Blocks customer, or only use the free version, there is also the <a href=\"https://wordpress.org/plugins/advanced-query-loop/\"><strong>Advanced Query Loop</strong></a> available by <strong>Ryan Welcher.</strong> It might not be as polished and as frontend oriented as the Kadence version. <a href=\"https://t.co/7HLrN4pvVw\" target=\"_blank\" rel=\"noreferrer noopener\"></a></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>In his post <a href=\"https://www.briancoords.com/how-to-show-the-choose-a-pattern-modal-by-default-on-new-pages/\"><strong>How to show the “Choose a Pattern” modal by default on new pages</strong></a>, <strong>Brian Coords</strong> walks you through the few steps to create a full-page layout patterns for your theme or site. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<p>With his post, <strong>Jamie Marsland</strong> helps you <a href=\"https://www.pootlepress.com/2023/11/understanding-the-theme-json-file-in-a-wordpress-gutenberg-theme/\"><strong>Understanding the theme.json File in a WordPress Block Theme</strong></a> and he breaks down the various sections and how you can configure them. Marsland also added a section on how to lock certain areas down for end users, so they won&#8217;t change important design settings. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Mary Baum</strong> published the 3rd part of the Series,<em>&nbsp;Make your site’s typography make a statement.</em> <a href=\"https://developer.wordpress.org/news/2023/12/a-great-read-four-simple-steps-to-your-best-body-copy-ever/\"><strong>A great read—four simple steps to your best body copy ever</strong></a>, and she provides code examples for theme.json on how to combine settings of measure, line height, spacing to make your text as readable as possible. </p>\n\n\n\n<ul>\n<li><strong>Part I: </strong><a href=\"https://developer.wordpress.org/news/2023/07/make-your-sites-typography-make-a-statement/\"><strong>The visual voice of type:&nbsp;</strong>basic type terms, so we can start the discussion</a></li>\n\n\n\n<li><strong>Part II: <a href=\"https://developer.wordpress.org/news/2023/08/the-anatomy-of-a-letterform/\">The anatomy of a letterform.</a></strong></li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&#8220;For now, let’s leave it at this: if you set a gray wall of type, your reader has to want your information very urgently before they’ll slog through to the end.&nbsp;If you break up your copy into approachable chunks, every subhead has a chance to persuade your reader to go on and read further.&nbsp;&#8220;</p>\n<cite><a href=\"https://developer.wordpress.org/news/2023/12/a-great-read-four-simple-steps-to-your-best-body-copy-ever/\">Mary Baum, on the Developer Blog</a></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Brian Gardner</strong> shared a designer&#8217;s insight into Gradients and how to use them in WordPress Blocks. <a href=\"https://wpengine.com/builders/default-gradients-block-editor/\"><strong>Default Gradients in the WordPress Block Editor</strong></a>. Anyone who listened to the Gutenberg Changelog podcast knows, I am a big fan of gradients, and so I am delighted,  they are now available for almost all Core blocks. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> shared in on the fun of  <a href=\"https://developer.wordpress.org/news/2023/12/styles-patterns-and-more-with-the-details-block/\"><strong>Styles, patterns, and more with the Details block</strong></a>. The Details block combines two HTML elements:&nbsp;<code>&lt;details&gt;</code>&nbsp;and&nbsp;<code>&lt;summary&gt;</code>. It is an HTML-native way to show and hide content: the summary part is a title that hides the details until your user clicks on it to trigger a reveal of the details. It can be used for various use cases, on your website. After covering the out-of-the-box styles of the block, Tadlock shows you how to adopt its look and feel for a Spoiler section, and a  list of FAQs. </p>\n\n\n\n<a href=\"https://developer.wordpress.org/news/2023/12/styles-patterns-and-more-with-the-details-block/\"><img width=\"652\" height=\"338\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/12/details-summary-faqs-pattern.jpg?resize=652%2C338&ssl=1\" alt=\"\" class=\"wp-image-26607\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>There have been a few quality-of-life improvements to the <a href=\"https://wordpress.org/plugins/create-block-theme/\"><strong>Create Block Theme plugin </strong></a>over the course of the WordPress 6.3 and 6.4 releases. In this tutorial, <strong>Jonathan Bossenger</strong> gave a brief introduction to these improvements.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>On Thursday, <strong>December 7, 2023 &#8211;  14:00 UTC,</strong> <strong>Jonathan Bossenger</strong> will introduce attendees to the <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/297698902/\"><strong>new WordPress  Interactivity API</strong></a>. The main goal of the Interactivity API is to provide a standard and simple way to handle the frontend interactivity of Gutenberg blocks. This standard would make it easier for developers to create rich, interactive user experiences, from simple cases like counters or popups to more complex features like instant search, or carts and checkouts. In this session, you will learn more about this new developer API, through a live coding example. Sounds like great fun! </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his article <a href=\"https://tommcfarlin.com/generate-a-reference-to-a-block/\"><strong>Block Notes: Generate a Reference to a Block</strong></a>, <strong>Tom McFarlin</strong> explains the benefits of generating block references and how they can be utilized in block development. He provides code examples and step-by-step instructions on how to create a reusable block reference using JavaScript and jQuery. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Block extension plugins in WordPress are quick and straightforward to build and are quite formulaic once you have built a few. During the latest <a href=\"https://www.youtube.com/watch?v=M9KKpIgNMNQ\"><strong>Developer Hours: How to extend Core WordPress blocks</strong></a>, <strong>Ryan Welcher</strong> and <strong>Nick Diego</strong> walk through building an extension for the column block that allows users to reverse the display order on mobile devices.  It uses JavaScript on the front end for accessibility. You&#8217;ll learn three ways on how to do this: a Block Style, a Block variation and a custom block. <a href=\"https://github.com/ndiego/enable-column-direction\">The example code </a>is available on GitHub. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: <em>A Slice of Rainbow Cake</em> by Ajith R Nair</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Dec 2023 06:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Do The Woo Community: ChatGPT Told Me How I Can Do the Woo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://dothewoo.io/chatgpt-told-me-how-i-can-do-the-woo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"<p>How much can ChatGPT tell me about WooCommerce, and doing the Woo. Well, I found out and am sharing it in this weeks WooBits.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/chatgpt-told-me-how-i-can-do-the-woo/\">ChatGPT Told Me How I Can Do the Woo</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2023 13:12:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Do The Woo Community: Working on Different Open Source Platforms and More with Ian Gordon and Philip James Wylie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://dothewoo.io/working-on-different-open-source-platforms-and-more-with-ian-gordon-and-philip-james-wylie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:478:\"<p>Ian and Philip from Kanuka Digital talk about WooCommerce, Magento, web specializations and the open source community.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/working-on-different-open-source-platforms-and-more-with-ian-gordon-and-philip-james-wylie/\">Working on Different Open Source Platforms and More with Ian Gordon and Philip James Wylie</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2023 13:04:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Gravatar: Introducing An All New Gravatar Profile Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.gravatar.com/?p=750\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://blog.gravatar.com/2023/11/29/introducing-an-all-new-gravatar-profile-editor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4589:\"<p>We are thrilled to unveil the latest updates to Gravatar, better empowering you to personalize and own your online identity. Today, we introduce a new Profile Editor, three new profile fields, and enhanced Privacy settings for all users.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-gravatar\">What is Gravatar?<a href=\"https://updateomattic.wordpress.com/2023/09/20/introducing-the-all-new-gravatar-plus-whats-next/#what-is-gravatar\"></a></h2>\n\n\n\n<p>Gravatar stands for “Globally Recognized Avatar” and is your digital signature across countless websites. By associating a single avatar image to your email address, Gravatar makes maintaining a consistent online presence simple.</p>\n\n\n\n<p>Having gained popularity as a way to display avatars in blog comments, Gravatar has since extended its reach across the web — you&#8217;ll find your Gravatar in Slack, Open&nbsp;AI, Salesforce, and more. In addition to the avatar, you can build a free online profile to share with those you meet, bringing together all your social media and web accounts.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-new-profile-editor\">The New Profile Editor<a href=\"https://updateomattic.wordpress.com/2023/09/20/introducing-the-all-new-gravatar-plus-whats-next/#the-new-profile-editor\"></a></h2>\n\n\n\n<p>We have completely redesigned the Profile Editor, providing an intuitive interface to customize and preview your Gravatar profile. Express yourself by adding a bio, verifying ownership of your social profiles, adding links, and more. The new Profile Editor lets you curate your online persona, making it easier for others to discover and connect with you.</p>\n\n\n\n<p>It is faster, works great on mobile devices, and with this update, <strong><em>you can change the URL of your profile page</em></strong> too.</p>\n\n\n\n<p>Log in at&nbsp;<a href=\"https://href.li/?https://gravatar.com\">gravatar.com</a>&nbsp;now to try out the new editor.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"enhanced-privacy-settings\">Enhanced Privacy Settings<a href=\"https://updateomattic.wordpress.com/2023/09/20/introducing-the-all-new-gravatar-plus-whats-next/#enhanced-privacy-settings\"></a></h2>\n\n\n\n<p>We’ve added <a href=\"https://support.gravatar.com/profiles/profile-access/\">new privacy settings</a> that when enabled will ensure your profile data is private. We’ve also added new settings for users who want to discourage search engines from crawling and indexing their profiles.</p>\n\n\n\n<img width=\"836\" height=\"1042\" src=\"https://gravatar.files.wordpress.com/2023/11/cleanshot-2023-11-29-at-11.35.51-2402x.png\" alt=\"\" class=\"wp-image-857\" />\n\n\n\n<p>We believe in transparency and empowering users to fully control their digital profiles. With many of the websites you use, there is confusion about the information being collected, how it is used, and when it is shared with third parties. As more Gravatar features are rolled out, you’ll see how we are flipping that model on its head by offering a transparent and open profile experience that puts you in the driver’s seat of your online identity.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Pronunciation and Contact Fields</h2>\n\n\n\n<p>There are three new fields available in your profile, all of which were popular requests we&#8217;ve received.</p>\n\n\n\n<p>You asked. We delivered:</p>\n\n\n\n<ul>\n<li>A &#8216;<strong>pronunciation</strong>&#8216; field in your About section. </li>\n\n\n\n<li>A &#8216;<strong>contact form</strong>&#8216; field where you can link to a contact form on your website or blog.</li>\n\n\n\n<li>A &#8216;<strong>calendar</strong>&#8216; field to link to a public appointment calendar like Calend.ly.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What’s Next?</h2>\n\n\n\n<p>If you&#8217;re paying close attention, you might notice that the profile image above looks a bit different from what you&#8217;re used to. We&#8217;ll be introducing some design improvements to public profile pages in the next few weeks.</p>\n\n\n\n<p>We&#8217;ve got more exciting stuff in the pipeline that we can&#8217;t share just yet, but we&#8217;d love to hear from you. Drop a comment below with your thoughts and feedback!</p>\n\n\n\n<p><a href=\"https://wordpress.com/log-in/link?client_id=1854&redirect_to=https%3A%2F%2Fpublic-api.wordpress.com%2Foauth2%2Fauthorize%3Fclient_id%3D1854%26response_type%3Dcode%26blog_id%3D0%26state%3Dac5a30e6451f6b87ee6a0ac0df70d79046ac480badb660ac4f3753fa70968c12%26redirect_uri%3Dhttps%253A%252F%252Fgravatar.com%252Fconnect%252F%253Faction%253Drequest_access_token%26from-calypso%3D1\">And claim your personal Gravatar profile page today</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2023 17:45:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: #101 – Pooja Derashri on Creating Educational WordPress Content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=151581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/podcast/101-pooja-derashri-on-creating-educational-wordpress-content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:40167:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case creating materials to help other people learn about WordPress.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you could do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Pooja Derashri. Pooja is a co-founder of WPVibes, a plugin development company based in India. With a passion for WordPress, Pooja has been actively involved in the community since 2013. Her journey as a contributor began in 2017, when she attended her first local WordCamp. Her expertise and dedication have earned her various key roles in the WordPress ecosystem. She currently serves as a co-team rep for the training team, and GTE for the Hindi locale. In addition, she holds key positions in the WordPress release squad for version 6.3 and 6.4, where she headed up the test team.</p>\n\n\n\n<p>Pooja was on the podcast a few weeks ago talking about diversity, but this time the focus is on creating learning materials for WordPress.</p>\n\n\n\n<p>We begin discussing Pooja&#8217;s background and her involvement with the training team. She shares how she stumbled upon the training team during a WordCamp event, and got started by finding a simple spelling mistake in a lesson plan. From there she became more involved with the training team and gradually took on roles such as reviewing code and leading the test team.</p>\n\n\n\n<p>We get into the importance of training materials in helping new users understand and navigate the WordPress platform, highlighting the learn WordPress website. Pooja emphasizes that contributions to the training team can be as small as reviewing existing content, or as involved as creating new lessons or video tutorials.</p>\n\n\n\n<p>If you&#8217;re curious about how to get started with the training team, Pooja explains the comprehensive onboarding program available in the team&#8217;s handbook. Additionally, there&#8217;s a mentorship guide program for one on one guidance for new contributors. Whether you have a few minutes or several hours to spare each week, there&#8217;s a place for everyone to make a start.</p>\n\n\n\n<p>A key topic of the discussion is the need to keep the training materials up to date, as WordPress is a dynamic and ever-growing software. Pooja explains the team&#8217;s process of reviewing and updating content, particularly in light of new WordPress releases, and frequent changes in terminology.</p>\n\n\n\n<p>We also talk about the importance of translations, introducing the opportunity for contributors to help with translating materials into different languages. Making WordPress accessible to a global audience.</p>\n\n\n\n<p>Towards the end, Pooja highlights the supportive and collaborative nature of the training team. She shares her experience of making friends and connections across the globe while contributing to the team. There&#8217;s a sense of community and camaraderie amongst the contributors, making it an enjoyable journey for all involved.</p>\n\n\n\n<p>If you&#8217;re curious about helping others learn WordPress, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Pooja Derashri.</p>\n\n\n\n<p>I am joined on the podcast today by Pooja Derashri. Hi, Pooja.</p>\n\n\n\n<p>[00:04:27] <strong>Pooja Derashri:</strong> Hello, Nathan.</p>\n\n\n\n<p>[00:04:28] <strong>Nathan Wrigley:</strong> It is so nice to have you back. You were on the podcast just a few weeks ago now, talking about something completely different. We&#8217;ll point you in the direction of that episode in the show notes. But today, Pooja, we&#8217;re going to be talking about learning WordPress. About the training team and about the Learn WordPress website and resources.</p>\n\n\n\n<p>Just before that, for those people who didn&#8217;t hear the previous episode, would you just give us a short biography? Tell us a little bit about yourself, your journey with WordPress and so on.</p>\n\n\n\n<p>[00:04:59] <strong>Pooja Derashri:</strong> Yeah, sure. My name is Pooja Derashri and I&#8217;m from Ajmer, a beautiful city in India. I&#8217;m a co founder of WPVibes, a plugin development company. I&#8217;m also an active contributor to WordPress community. I served as a training team representative for the past two years, and now I&#8217;m serving as a test team rep. I was also in the WordPress release squad for 6.3 and 6.4 version, where I led the test team.</p>\n\n\n\n<p>[00:05:27] <strong>Nathan Wrigley:</strong> Thank you so much. That&#8217;s really great. So obviously you&#8217;re very, very committed to WordPress. And one of the big things about WordPress is getting people to understand how the software works. If you&#8217;re like me, and like you, Pooja, I suspect that it&#8217;s pretty obvious what to do with WordPress. You&#8217;ve used it an awful lot before, and you&#8217;re committed to it, and you understand how it all works.</p>\n\n\n\n<p>But people who are new to the platform, or people who are trying to explore something that they haven&#8217;t used with it before, obviously have to learn a little bit about how that works. And it may be that people do not know. But there are training materials that are being created over at Learn WordPress. I will give the links in the show notes.</p>\n\n\n\n<p>And that is being done and coordinated by the training team. Would you just tell us a little bit about how you got involved with the training team? When did you begin your journey and what kind of things have you been doing, personally, with training and learn materials?</p>\n\n\n\n<p>[00:06:26] <strong>Pooja Derashri:</strong> Yes. Before telling me about my involvement, I would like to tell about how I got started contributing to the training team. I was attending a WordCamp, WordCamp Ahmedabad. There was a contributor day. There are several teams over there, and I decided to learn more about the training team.</p>\n\n\n\n<p>On that day, Chetan Prajapati, the table lead of training team, guided me about what is Learn WordPress, and how I can contribute to it. So he guided me to review some lesson plans. When I was reviewing the lesson plans, I found a spelling mistake in one of the lesson plans. And I suggested a correction, simple correction. That was my first contribution to the team.</p>\n\n\n\n<p>Basically I had a development background, so I was not sure how I can use my skills in creating content, or something like that. So I was not sure how I can get involved with the training team more, where all other team members were working around content.</p>\n\n\n\n<p>But at that time Courtney Robertson and Hauwa Abashiya were the team reps. And the whole team was working on the initial launch of the Learn WordPress .org website. They, guided me on how I contribute to reviewing code in lesson plan. That was my cup of tea and I am fascinated about it. So I joined the forces, at the time, and soon felt very comfortable with the team.</p>\n\n\n\n<p>Basically the training team overall helped me a lot in learning and growing. With the team&#8217;s help, I gradually started feeling more confident and part of the inaugural team. That time with my consistent contribution, or my involvement with the team, I was nominated and selected as a team rep back in 2022.</p>\n\n\n\n<p>[00:08:09] <strong>Nathan Wrigley:</strong> That&#8217;s absolutely fascinating. So your entire journey started out by spotting a spelling mistake, and it grew from there. That&#8217;s lovely. But it also points to the fact that you don&#8217;t need to do something really seismic. You don&#8217;t have to be involved in the training team. You don&#8217;t have to do anything super major, it is possible to be involved to do little things.</p>\n\n\n\n<p>You don&#8217;t have to dedicate absolutely ages of your week over to this. Would that be right? There&#8217;s no commitment in terms of time, or the amount that you&#8217;re going to do. Making little changes is just as important as contributing in a big way.</p>\n\n\n\n<p>[00:08:45] <strong>Pooja Derashri:</strong> Yes, definitely. It was started just with his spelling mistake correction. And now I&#8217;m more involved with the administrator related things, running weekly meetings with other co-team reps, posting monthly updates, monthly newsletter, reviewing other team&#8217;s content, other team members content. I&#8217;m also a translation coordinator for my Hindi language.</p>\n\n\n\n<p>Yeah, and in past I was also wrote few lesson plans. So yeah, it started with a small thing, and gradually with more involvement, I learned many new things.</p>\n\n\n\n<p>[00:09:16] <strong>Nathan Wrigley:</strong> If somebody was interested, let&#8217;s say that they&#8217;ve listened to this episode and they are keen to, at least have further discussions about what it is that they could do. I&#8217;m, interested in you describing how the team is structured. So, as an example, if I&#8217;m new, how do I get onboarded, and how is it decided where I would be most useful?</p>\n\n\n\n<p>So you mentioned a couple of things there, you know, you were talking about the fact that you were able to change spelling mistakes. But you also talked about the fact that you could do things in your own language.</p>\n\n\n\n<p>Do you get to show up and pick what it is that you&#8217;re going to do, or is there a hierarchy? Are there people, such as yourself, who&#8217;ve been contributing to this for a while, who have their hands on what needs doing, and kind of farm out those projects to people?</p>\n\n\n\n<p>[00:10:05] <strong>Pooja Derashri:</strong> Yes. At the beginning of this year, my co-team rep, Benjamin Evans, who worked on a project for an onboarding program for new contributors. And desperately it helped us win half of the battle. New contributors found learning and getting involved with the training team is very easy. They can find the complete getting onboarded program in our handbook. That is available on make.wordpress.org/training/handbook.</p>\n\n\n\n<p>There is a section, getting started. There is a complete video and tutorial format, where they can find the step by step process about how they can involve. And by reading that handbook, they can find their own way to start contributing. That is very easy and concise way to get involved.</p>\n\n\n\n<p>And there is also, a program, run by Courtney P. K., that is a mentorship guide program. There is a one on one mentorship program, where few mentors guide mentees about how they can start contributing to the training team, and help them to make meaningful contributions.</p>\n\n\n\n<p>[00:11:08] <strong>Nathan Wrigley:</strong> Yeah, thank you for that. So, you&#8217;re obviously extremely keen on doing this, and it sounds like you dedicate quite a lot of your time. Again, for the listener who is maybe just coming across this subject for the first time, are there any guardrails, or are there any things which you would suggest, in terms of the amount of time that you need to dedicate if you want to be involved?</p>\n\n\n\n<p>I know that you mentioned the handbook, but for people who don&#8217;t quite make it there and are using this podcast audio only as their guide, is there any level of commitment? Do you wish to have people who are willing to give a certain amount of time per week, or can commit to a certain number of weeks or months? Or are you happy to have anybody on board, even for a short period of time? People who drop in, drop out. Are you taking all comers?</p>\n\n\n\n<p>[00:11:53] <strong>Pooja Derashri:</strong> Yes, definitely. If our listeners have only a limited time, like let&#8217;s say just half an hour, or one hour in a week. So they can review the content the other content creators are creating, already created content.</p>\n\n\n\n<p>In every few months, we review our published content as well. Because as a new version, WordPress version launches, some of the content get outdated. So we always do the auditing the existing content, so people can go through with that content.</p>\n\n\n\n<p>If they found any outdated content, or anything that is missing from lesson plans or video tutorials, they can report our issues on GitHub that is dedicated, learn repository over there. They can report issue over there, and other team members can have a look and try to fix them.</p>\n\n\n\n<p>So that is the lesser time. If new contributor have lesser time to contribute, they can go through with that reviewing process.</p>\n\n\n\n<p>[00:12:45] <strong>Nathan Wrigley:</strong> So there&#8217;s no need to commit a great deal of time. Small contributions are just as welcome as large contributions.</p>\n\n\n\n<p>I&#8217;m just going to turn the conversation to you, Pooja, just for a few minutes. And I&#8217;m curious as what you get out of it. I don&#8217;t mean that in the way that it maybe sounds, but I&#8217;m keen to know why you commit so much of your time.</p>\n\n\n\n<p>You mentioned at the top of the podcast recording that you&#8217;ve obviously got a business to run. You&#8217;ve got other things to do. You&#8217;ve got to generate revenue for you, and the people close to you, and all of that. So I&#8217;m just wondering why it is that you do this. What are the reasons you do it? And I suppose we should clear up the fact that getting paid is not one of them, because this is an entirely voluntary position.</p>\n\n\n\n<p>[00:13:29] <strong>Pooja Derashri:</strong> Yeah. I&#8217;m volunteering all my time to the training team, I&#8217;m self sponsored. So no, I&#8217;m not getting paid from anywhere. But, as I already told you, that I was having a background of development. So, in contributing in training team, I got to know more about how content works around. How we can record a video tutorial, how we can write a lesson plan, many things around SEO.</p>\n\n\n\n<p>And when we work together, other content creator experts, we learn a lot. So by contributing into training team, I learned a lot about content creation, and that newly gained skills, I can use in my business. So it&#8217;s kind of win win situation.</p>\n\n\n\n<p>[00:14:13] <strong>Nathan Wrigley:</strong> That&#8217;s nice. In terms of how the team is organised, if I was to join in, and obviously you&#8217;ve described that there&#8217;s a handbook and it can probably answer many of these questions, but it&#8217;s nice to get it out into the audio. How are tasks assigned? How do the training team, and all of the things that they do, how are those jobs coordinated? Is there a piece of software that we need to be familiar with? Is this all done through Slack or something else?</p>\n\n\n\n<p>In other words, if we were to join, how would we know what needed to be done? And report the things that we had done so that they could be checked and approved and so on. Basically, how does it all work in the background?</p>\n\n\n\n<p>[00:14:51] <strong>Pooja Derashri:</strong> We manage our work mainly in three places. Our team blog, our Slack channel or GitHub repository. Team blog is make.wordpress.org/training. All decisions are discussed and announced in blog post to allow the widest audience to participate. The team blog is the place where our whole discussion, decisions are announced, or are posted.</p>\n\n\n\n<p>And our Slack channel is where we can connect with other contributors in the team in real time. It&#8217;s where people can ask our faculty members and other experienced teammates for help, while working through some team tasks. Our training team meetings are also conducted in Slack, but decisions are not made in Slack. If an item needs a discussion or decision, we publish it as a post on the team blog, so that the general public can see the discussion and join in decision making.</p>\n\n\n\n<p>And lastly, there is a GitHub repository. This is where individual tasks are tracked. These include content creation or content translation, website management related tasks, and these are all organised in a GitHub issues form.</p>\n\n\n\n<p>There are currently like seven major project boards. All the content development related issues fall under this project. There is a team that administrates the related project. There is a content localisation related project where the other people are translating content in their own language. All related issues are under this project.</p>\n\n\n\n<p>Then there is a content feedback, if our content has any issue, any outdated content or any spelling mistake related thing. All that type of content feedback falls under this issue, this project. So yeah, we manage all the website related issues, development related queries, and any content, new content request. All the other content that is in process, all are managed under GitHub repository.</p>\n\n\n\n<p>[00:16:47] <strong>Nathan Wrigley:</strong> So there&#8217;s a variety of different tools and workflows that you need to become familiar with. But I&#8217;m guessing that there&#8217;ll be assistance with that if you decide to join. Somebody will shepherd you through that, and there&#8217;ll be some documentation, some learn materials, which will enable you to learn about contributing towards Learn and the Training Team, which is a bit meta, but there you go.</p>\n\n\n\n<p>In terms of the actual topic areas that you cover, technology, and WordPress in particular, is a really fast moving piece of software. You know, it&#8217;s not glacial. The documents that you wrote a year ago, there is some chance that they will still be pertinent, but I&#8217;m imagining that in many cases, some of these materials will go out of date fairly quickly.</p>\n\n\n\n<p>So I&#8217;m wondering what you could tell us about the bits and pieces that really do need a lot of attention at the moment. So for example, it might be full site editing, or something like that. But just give us an idea of how you decide what needs to be covered.</p>\n\n\n\n<p>We&#8217;ve obviously talked about the way that you communicate that with the tools that you&#8217;ve got. But what topics at the moment are really in need of documentation? And that could be things that haven&#8217;t been done yet, but also things which are underway, which needs to be completed. So yeah, just give us an idea of the topic areas that are really in need of work at the moment.</p>\n\n\n\n<p>[00:18:05] <strong>Pooja Derashri:</strong> Yeah, sure. There is a GitHub project where when people submitted their topic ideas, are subject matter experts looking into every topic ideas. And they finalise that, yeah, that piece of content is having a high priority and we need to focus on first.</p>\n\n\n\n<p>Every month we did a 5 to 10 high priority content list. And we will ask in our every weekly meeting that, yeah, this content is something we need to do on high priority. And we ask for volunteers to help. If they found their area of expertise or their skills match with that content, then they volunteer for that particular project, and they definitely pick that particular piece of content.</p>\n\n\n\n<p>So right now, we are working on 6.4 release work. That is something on our high priority. And there are a few issues that need to be completed as soon as we can. In past 6.4 release, training team was the official part of release, and Courtney PK and Courtney Robertson was the lead at that time in the release.</p>\n\n\n\n<p>And they are working hard for matching our lesson plan content, or our tutorials, with the release work. So yeah, right now we are looking for people, or volunteer, who can help us in working. Those issues can be easily found on GitHub. There is a label assigned on 6.4 on GitHub. That is something we are looking for on high priority right now.</p>\n\n\n\n<p>[00:19:35] <strong>Nathan Wrigley:</strong> Okay, thank you. In terms of the content that you submit, are there any kinds of content that you prefer to have? So what I mean by that is, so for example, there is video content, there&#8217;s text. But I don&#8217;t know if you also produce content in different ways. For example, I don&#8217;t know if you do audio content, the kind of thing that I&#8217;m producing with you right now. Or whether you do live webinars, which end up as a video. So that might be something that people could actually participate in. So just give us an idea of the kinds of different contents that are being created. So video, text, audio, et cetera.</p>\n\n\n\n<p>[00:20:11] <strong>Pooja Derashri:</strong> Basically, there are four types of content available on learn.wordpress.org website. Lesson plans, tutorial, courses and online workshops. Lesson plan and courses are the text based format, and video tutorials and online workshops are like video format. The overall content can be used by both learners and teachers, but lesson plan is specifically created for teachers. And video tutorial, courses and online workshop are for targeted learner audience.</p>\n\n\n\n<p>People who wanted to contribute in text based format, they can go to contribute into lesson plans and courses. And there are several topics submitted on our GitHub repository. They can choose from them. And if there is not, they have any specific topic in that their mind, they can reach out to us or submit their topic idea into GitHub repository, and our subject matter expert can review them, vet them, and approve them. After that they can start working on it.</p>\n\n\n\n<p>Video tutorials, in the similar way, if they want to helping existing submitted topic, they can pick from there. And if they have any topic they want to create video for that. So for creating content on their own, they need video. They need to just submit their topic idea on GitHub repository. That is the basic workflow we follow.</p>\n\n\n\n<p>[00:21:35] <strong>Nathan Wrigley:</strong> In terms of the quality of the materials that you put out, obviously, not everybody is equal. For example, let&#8217;s take the situation of video. Some people are just absolutely fabulous at working with video. You know, they&#8217;ve got the software, they&#8217;re familiar with it, they can make the whole presentation look really slick and all of that.</p>\n\n\n\n<p>Other people may be new to writing that. Other people may not have written text too much before, and they may not have too much confidence about that. So I&#8217;m just wondering if you&#8217;ve got any guard rails around the project. You mentioned that people inspect the content that&#8217;s being offered, in order to make sure it&#8217;s of a certain quality.</p>\n\n\n\n<p>What do you do with content that doesn&#8217;t live up to what you&#8217;d hoped for? Content that maybe needs to be redone, to be improved, to be rewritten. Are there processes in hand to sort of help people who are beginning, who maybe need that little bit of extra support to get them over the hurdles in order to get that content live?</p>\n\n\n\n<p>[00:22:31] <strong>Pooja Derashri:</strong> Firstly, we have a detailed guide on our handbook about how you can create a tutorial. As your question is very interesting, in a few months back, Jonathan Bossenger, he was our video tutorial content creator. What he did, he just wrote some script, and it was some like a cohort kind of thing.</p>\n\n\n\n<p>He wrote a script, other volunteer recorded him, recorded that script. And with collaboration of both, they created a masterpiece, and they published in a collaboration video. Jonathan&#8217;s video creation expertise helped other volunteer to master the skill.</p>\n\n\n\n<p>So others volunteer also learn about the video creation. Like this, many other team members are willing to help a new contributors, or other people who are not that much expert in this video creation. But they can learn from others. There are many other video tutorials available on our Learn WordPress website.</p>\n\n\n\n<p>And our mentors are also there, who help them by one on one call to guide them about what recording tool they can use, what speed they can use. And after they have completed their recording, they can submit their recording on our Slack channel or something. So other content editors then review and provide their feedback, so they can improve also.</p>\n\n\n\n<p>[00:23:56] <strong>Nathan Wrigley:</strong> There are procedures in place to support and help people who may feel that their contributions need a little bit of help. You&#8217;ve given a good example there of Jonathan Bossenger willing to help people up the standard of their videos. So yeah, that&#8217;s really nice.</p>\n\n\n\n<p>If you were to submit, let&#8217;s say a piece of video, are there minimum criteria in terms of things like, let&#8217;s take the topic of accessibility for example? Obviously video is available for some people, but there&#8217;s a subset of the population who are unable to access that video. Do you have guidance around things like transcriptions and things like that? If you submit certain types of content, do you have to then be mindful of things like accessibility or other topics before things get published?</p>\n\n\n\n<p>[00:24:40] <strong>Pooja Derashri:</strong> We take accessibility very seriously. Every video tutorial is followed by transcript. You can find easily transcript under video.</p>\n\n\n\n<p>[00:24:50] <strong>Nathan Wrigley:</strong> And so presumably, that&#8217;s another role which needs to be fulfilled. If you are able to listen to a video and transcribe it, that&#8217;s yet another portion of the work which needs to be done.</p>\n\n\n\n<p>[00:25:02] <strong>Pooja Derashri:</strong> Every video tutorial is followed by transcripts. And there are three or four video editors available. They review the transcript, the video quality and what the video is going to explain to our learners, or our targeted audience. So yeah, there is a whole team and process works around.</p>\n\n\n\n<p>So accessibility is not an issue in the content. And if some people find any accessibility issue under Learn WordPress content, they can easily reach out to us under our Slack channel or our GitHub issue. Anywhere they can reach out to us and ask about yeah, I&#8217;m having that certain issue and, can you please help me with that?</p>\n\n\n\n<p>So we can have in our mind about, yeah, this kind of scenario is also available and we need to work on it also. There is a checklist available where we check every single point before publishing the content.</p>\n\n\n\n<p>[00:25:56] <strong>Nathan Wrigley:</strong> Thank you so much. I&#8217;m just wondering about translations as well. Now, you did touch on this a few minutes ago, but I just want to drill down on that a little bit. Presumably this work also needs to be, not just transcribed, but translated into some other languages.</p>\n\n\n\n<p>And so, again, let&#8217;s just highlight that there are opportunities there if you speak a language other than English. There are opportunities to take these materials and get them taken over into a whole variety of different languages. So that&#8217;s some important work, I would guess as well, right?</p>\n\n\n\n<p>[00:26:28] <strong>Pooja Derashri:</strong> Yes. Many content is already available, and for that we are looking for volunteers who can help us in translating text based content, and video content as well. So that can be reached out to wider audience, so they can easily learn in their language. That said, learning in your own language is very much easier.</p>\n\n\n\n<p>[00:26:47] <strong>Nathan Wrigley:</strong> Yeah, indeed. Okay, so we&#8217;ll just round it off. I&#8217;ve got a few more questions just to sort of round it off. But the first one is around the way that this content sticks around and for how long. So, for example, we mentioned earlier that some pieces of content need to be updated all the time. Full site editing would be a perfect example, you know, the language changes, the words that we use to describe certain things change, the whole UI changes from time to time.</p>\n\n\n\n<p>So I&#8217;m just wondering, how much of the work is not new work, but is going back and checking that the things which are already published are in fact up to date? So just going through the materials, checking, making sure that in the situation where, I don&#8217;t know, full site editing was mentioned, it&#8217;s now changed to site editing so that everybody&#8217;s got the right data.</p>\n\n\n\n<p>[00:27:35] <strong>Pooja Derashri:</strong> Yes. There are basically two processes. First process is our team faculty members, they review or they audit the content. For example 6.4, there was a dedicated two faculty members, Courtney PK and Courtney Robertson. They reviewed the issues, the features that is going to be included in 6.4.</p>\n\n\n\n<p>They map with our already published content. And they filtered out like, yeah, these issues are outdated, and these lesson plans and video tutorials, we need to update. They made a list, and that issues list is available on GitHub. So from that list, our volunteers come and pick a issue to work on it.</p>\n\n\n\n<p>That is the first process. And the second process, people are eager to learn about full site editing. For example, like they are learning our full site editing course, they are taking our full site editing course. And they found it like, yeah, their full site editing is now site editing. So they reported that issue in GitHub. And our faculty members reviewed it, and just gone through the course and updated the content. So that&#8217;s how the updates work for learn content.</p>\n\n\n\n<p>[00:28:41] <strong>Nathan Wrigley:</strong> Obviously, if somebody was to commit a fairly large amount of their time to this, or even just a small amount of their time, it would be nice to know that your endeavors were appreciated, that the people that you were working with were a nice bunch. And I know this is a bit of a bizarre question, but I&#8217;m just keen to drill down into that a little bit.</p>\n\n\n\n<p>How does that team feel to you? You know, is it a nice place to be? Are they thoughtful individuals that you would regard as friends? Because I think a lot of people in the WordPress space would regard many of the people that they collide with as friends after a period of time. And so rather than the work being a chore, oh goodness I have to go and translate this piece of Learn material, it might be that you, you know, you relish it and you enjoy it because you interact with, what have become good friends in a nice environment.</p>\n\n\n\n<p>[00:29:29] <strong>Pooja Derashri:</strong> Yes. When we contribute we met so many new people, networking happens. We work together with many experts. And by the time we will make friends. If I talk about myself, I have so many friends across the globe, by just contributing to the training team.</p>\n\n\n\n<p>Firstly, like Courtney Robertson, Hauwa Abashiya. With these people, I&#8217;m working with them every week or every few days. So, it was like creating a connection with them.</p>\n\n\n\n<p>[00:29:57] <strong>Nathan Wrigley:</strong> Oh that&#8217;s lovely. I mean it really is, my experience at least anyway, is that many of the people that I have interacted with in the WordPress project, have become really dear friends, and it&#8217;s really nice to know that&#8217;s the case for you as well.</p>\n\n\n\n<p>So there&#8217;s a lot of work to be done. There are lots of areas which need work. Lots of different skills which you can acquire, or bring to bear on this work. So I guess the next thing we need to know is, where do we, sign up? Where would be the best place to go if we&#8217;re curious about taking this further?</p>\n\n\n\n<p>Pooja, I wonder if you could just, I don&#8217;t know, dig out a URL, or name a page which we could Google. Some of the good places to begin that journey.</p>\n\n\n\n<p>[00:30:34] <strong>Pooja Derashri:</strong> Begin journey with Learn WordPress. You can go to make.wordpress.org/training. That is official team blog, where all the discussion happens. Under this there is a handbook page available that is a detailed step by step guide available to help you.</p>\n\n\n\n<p>Another one is learn.wordpress.org website. There is content available in the video, and text format that helps you learn about the training team, and about the WordPress as well. There are good places where people can learn about the team, and they can join and contribute as well.</p>\n\n\n\n<p>[00:31:10] <strong>Nathan Wrigley:</strong> Thank you so much. I spoke with you just before we hit record on this particular episode, and you mentioned that from the previous episode, you&#8217;d been contacted by some people who wished to communicate with you about that subject. So we&#8217;ve got this different subject.</p>\n\n\n\n<p>I&#8217;m wondering if you wouldn&#8217;t mind telling us where we can find you personally. If people want to speak with you directly about this and get some more knowledge about your own experience.</p>\n\n\n\n<p>[00:31:33] <strong>Pooja Derashri:</strong> Yes. I&#8217;m available on Make WordPress Slack. My profile username is webtechpooja, and they can find me on Twitter. They can find my handle is Pooja Derashri. They can also find me on LinkedIn, by the same name Pooja Derashri handle.</p>\n\n\n\n<p>[00:31:48] <strong>Nathan Wrigley:</strong> Well Pooja, thank you so much for talking to us today about your experience with the Learn and Training teams behind WordPress. Really appreciate you coming on the podcast and talking to us today. Thank you so much.</p>\n\n\n\n<p>[00:32:00] <strong>Pooja Derashri:</strong> Thank you for having me Nathan. So I can share my journey and about the training team.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a>.</p>\n\n\n\n<p>Pooja is a co-founder of <a href=\"https://wpvibes.com/\">WPVibes</a>, a plugin development company based in India. With a passion for WordPress, Pooja has been actively involved in the community since 2013. Her journey as a contributor began in 2017, when she attended her first local WordCamp. Her expertise and dedication have earned her various key roles in the WordPress ecosystem. She currently serves as a co-team rep for the training team and GTE for the Hindi locale. In addition, she holds key positions in the WordPress release squad for versions 6.3 and 6.4, where she heads up the test team.</p>\n\n\n\n<p>Pooja was on the podcast a few weeks ago talking about diversity, but this time the focus is on creating learning materials for WordPress.</p>\n\n\n\n<p>We begin by discussing Pooja&#8217;s background and her involvement with the training team. She shares how she stumbled upon the training team during a WordCamp event and got started by finding a simple spelling mistake in a lesson plan. From there, she became more involved with the training team and gradually took on roles such as reviewing code and leading the test team.</p>\n\n\n\n<p>We get into the importance of training materials in helping new users understand and navigate the WordPress platform, highlighting the Learn WordPress website. Pooja emphasises that contributions to the training team can be as small as reviewing existing content or as involved as creating new lessons or video tutorials.</p>\n\n\n\n<p>If you’re curious about how to get started with the training team, Pooja explains the comprehensive onboarding program available in the team&#8217;s handbook. Additionally, there&#8217;s a mentorship guide program for one-on-one guidance for new contributors. Whether you have a few minutes or several hours to spare each week, there&#8217;s a place for everyone to make a start.</p>\n\n\n\n<p>A key topic of the discussion is the need to keep the training materials up to date, as WordPress is a dynamic and ever-evolving software. Pooja explains the team&#8217;s process of reviewing and updating content, particularly in light of new WordPress releases and frequent changes in terminology.</p>\n\n\n\n<p>We also talk about the importance of translations, introducing the opportunity for contributors to help with translating materials into different languages, making WordPress accessible to a global audience.</p>\n\n\n\n<p>Towards the end Pooja highlights the supportive and collaborative nature of the training team. She shares her experience of making friends and connections across the globe while contributing to the team. There&#8217;s a sense of community and camaraderie among the contributors, making it an enjoyable journey for all involved.</p>\n\n\n\n<p>If you&#8217;re curious about helping others learn WordPress, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://wptavern.com/podcast/95-pooja-derashri-on-diversity-equity-inclusion-and-belonging-in-wordpress\">#95 – Pooja Derashri on Diversity, Equity, Inclusion, and Belonging in WordPress</a></p>\n\n\n\n<p><a href=\"https://wpvibes.com/\">WPVibes</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://ahmedabad.wordcamp.org/2023/\">WordCamp Ahmedabad</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/handbook/\">Training Handbook</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/training/\">Make WordPress Training</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja&#8217;s WordPress Profile</a></p>\n\n\n\n<p><a href=\"https://twitter.com/PoojaDerashri/\">Pooja&#8217;s on Twitter</a></p>\n\n\n\n<p><a href=\"https://www.linkedin.com/in/pooja-derashri/\">Pooja on LinkedIn</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Additional links supplied by Pooja.</h2>\n\n\n\n<p>Onboarding session for new contributors &#8211; <a href=\"https://make.wordpress.org/training/handbook/getting-started/\" target=\"_blank\" rel=\"noreferrer noopener\">https://make.wordpress.org/training/handbook/getting-started/</a><br />Team blog &#8211; <a href=\"https://make.wordpress.org/training/\" target=\"_blank\" rel=\"noreferrer noopener\">https://make.wordpress.org/training/</a><br />Slack channel &#8211; <a href=\"https://wordpress.slack.com/archives/C02RW657Q\" target=\"_blank\" rel=\"noreferrer noopener\">https://wordpress.slack.com/archives/C02RW657Q</a><br />Github Repository &#8211; <a href=\"https://github.com/wordpress/learn\" target=\"_blank\" rel=\"noreferrer noopener\">https://github.com/wordpress/learn</a></p>\n\n\n\n<p><strong>People Pooja mentioned in podcast:<br /></strong>Courtney Robertson &#8211; <a href=\"https://wordpress.slack.com/team/U02RQ0375\" target=\"_blank\" rel=\"noreferrer noopener\">@Courtney</a><br />Courtney P. K. &#8211; <a href=\"https://wordpress.slack.com/team/U0L4J5SH0\" target=\"_blank\" rel=\"noreferrer noopener\">@Courtney P.K.</a><br />Chetan Prajapati &#8211; <a href=\"https://wordpress.slack.com/team/U2TPPR7U4\" target=\"_blank\" rel=\"noreferrer noopener\">@Chetan Prajapati</a><br />Sarah &#8211; <a href=\"https://wordpress.slack.com/team/U026C1QRXE1\" target=\"_blank\" rel=\"noreferrer noopener\">@Sarah (She/Her)</a><br />Hauwa Abashiya &#8211; <a href=\"https://wordpress.slack.com/team/UD5V51YSD\" target=\"_blank\" rel=\"noreferrer noopener\">@Hauwa Abashiya</a><br />Destiny Kanno &#8211; <a href=\"https://wordpress.slack.com/team/U02AZ6T2BRT\" target=\"_blank\" rel=\"noreferrer noopener\">@Destiny</a><br />Benjamin Evans &#8211; <a href=\"https://wordpress.slack.com/team/U0381D1Q1RU\" target=\"_blank\" rel=\"noreferrer noopener\">@Ben Evans</a><br />Jonathan Bossenger &#8211; <a href=\"https://wordpress.slack.com/team/U0AHNQ65V\" target=\"_blank\" rel=\"noreferrer noopener\">@Jonathan</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2023 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: The Backstory of the New Woo Branding with David Callaway\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/the-backstory-of-the-new-woo-branding-with-david-callaway/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:398:\"<p>David Callaway from Woo.com joins BobWP as they take a deeper dive into the latest WooCommerce branding.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/the-backstory-of-the-new-woo-branding-with-david-callaway/\">The Backstory of the New Woo Branding with David Callaway</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2023 10:27:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: All Things WordPress 6.4 with Anne McCarthy and Bud Kraus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://dothewoo.io/all-things-wordpress-6-4-with-anne-mccarthy-and-bud-kraus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:432:\"<p>Anne McCarthy and Bud Kraus join Abha for a chat about the earlier release of WordPress 6.4 filled with insights and experiences from all.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/all-things-wordpress-6-4-with-anne-mccarthy-and-bud-kraus/\">All Things WordPress 6.4 with Anne McCarthy and Bud Kraus</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2023 10:50:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"BuddyPress: BuddyPress 12.0.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=332047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://buddypress.org/2023/11/buddypress-12-0-0-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5646:\"<p>The <a href=\"https://downloads.wordpress.org/plugin/buddypress.12.0.0-RC1.zip\">first release candidate (RC1)</a> for BuddyPress 12.0.0 is now available!</p>\n\n\n\n<p><strong>This version of the BuddyPress software is a development version</strong>. Please do not install, run, or test this version of BuddyPress on production or mission-critical websites. Instead, it’s recommended that you evaluate 12.0.0-RC1 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains vital to ensure that everything in BuddyPress 12.0.0 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 12.0.0-RC1 in four ways:</p>\n\n\n\n<ul>\n<li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a>&nbsp;plugin.</li>\n\n\n\n<li><a href=\"https://downloads.wordpress.org/plugin/buddypress.12.0.0-RC1.zip\">Download the release candidate here (zip file)</a>.</li>\n\n\n\n<li>Check out our SVN repository:&nbsp;<code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li>\n\n\n\n<li>Clone our read-only Git repository:&nbsp;<code>git clone git://buddypress.git.wordpress.org/</code></li>\n</ul>\n\n\n\n<p>The current target for the BuddyPress 12.0.0 release is&nbsp;<strong>December 6, 2023</strong>. Get an overview of the&nbsp;<a href=\"https://buddypress.org/tag/12-0-0/\">12.0.0 release cycle</a>, and check the&nbsp;<a href=\"https://bpdevel.wordpress.com/\">BP Development updates blog</a>&nbsp;for&nbsp;<a href=\"https://bpdevel.wordpress.com/tag/12-0-0/\">12.0.0 related posts</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s new in 12.0.0-RC1 ?</h2>\n\n\n\n<ul>\n<li>We made three new improvements to the BP Nouveau template pack:\n<ul>\n<li>Member and Group loop entries are now more consistent (see <a href=\"https://buddypress.trac.wordpress.org/ticket/9025\">#9025</a>)</li>\n\n\n\n<li>A group&#8217;s excerpt in a loop is now &#8220;really&#8221; truncating the Group&#8217;s description when it exceeds 225 characters (see <a href=\"https://buddypress.trac.wordpress.org/ticket/9024\">#9024</a>).</li>\n\n\n\n<li>We have made the member&#8217;s cover header action buttons behave more consistently (see <a href=\"https://buddypress.trac.wordpress.org/ticket/9023\">#9023</a>)</li>\n</ul>\n</li>\n\n\n\n<li>We also added other improvements to this template pack to welcome the <a href=\"https://wordpress.org/themes/twentytwentyfour/\">Twenty Twenty-Four</a> WordPress theme, including a new Priority Navigation feature (See <a href=\"https://buddypress.trac.wordpress.org/ticket/9030\">#9030</a>).</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">12.0.0 Highlights</h2>\n\n\n\n<h3 class=\"wp-block-heading\">The BP Rewrites API&nbsp;(a&nbsp;massive change!)</h3>\n\n\n\n<ul>\n<li>Site Administrators now have a full control over&nbsp;<strong>all</strong>&nbsp;BuddyPress-generated URLs. They can choose slugs (portions of URLs) that reflect their community, using localized language or special terms that are more meaningful to their members.&nbsp;<strong>All</strong>&nbsp;also means that URLs generated by third-party BuddyPress Add-ons using the BP Rewrites API will be editable.</li>\n\n\n\n<li>BuddyPress is fully compatible with plain URL permalinks.</li>\n\n\n\n<li>Parsing BuddyPress URLs is&nbsp;<strong>faster</strong>,&nbsp;<strong>more reliable, extensible, testable and fully compliant</strong>&nbsp;with WordPress best practices.</li>\n\n\n\n<li>Please note that if some of your BP plugins are not ready yet for this new API we have you covered thanks to this <a href=\"https://wordpress.org/plugins/bp-classic/\">backwards compatibility plugin</a>.</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">A new community visibility level: Members only</h3>\n\n\n\n<p>Thanks to the BP Rewrites API, we were able to give site admins a choice as to whether their community should be fully public or only accessible by logged-in members. In future versions, we hope to add granularity to this choice, so that community administrators can choose to highlight their members but share activities only inside the community “gates” for example.&nbsp;</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Ways to contribute</h2>\n\n\n\n<p>BuddyPress is open source software made possible by a community of people collaborating on and contributing to its development.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to developing the software and ensuring its quality. It’s also a meaningful way for anyone to contribute—whether you have coding experience or not.</p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can share it with us replying to this&nbsp;<a href=\"https://buddypress.org/support/topic/lets-prepare-the-buddypress-12-0-0-next-major-release/\">support topic</a>&nbsp;or if you’re comfortable writing a reproducible bug report,&nbsp;<a href=\"https://buddypress.trac.wordpress.org/\">file one on BuddyPress Trac</a></em>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate BuddyPress</h3>\n\n\n\n<p>Do you speak a language other than English?&nbsp;<a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/\">Help us translate BuddyPress into as many languages as possible!</a>&nbsp;This release also marks the&nbsp;<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a>&nbsp;point of the 12.0.0 release schedule.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2023 00:58:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WordPress.org blog: WP Briefing: Episode 67: Openverse &amp; Photo Directory Rewind\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2023/11/openverse-photo-directory-rewind/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11665:\"<p>WordPress Executive Director, Josepha Haden Chomphosy, returns to a recent episode of the WordPress Briefing, which discussed two resources for openly licensed media in the WordPress project– Openverse and Photo Directory– and how they differ from one another! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@WordPress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/photos/\">Photo Directory Make Page</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/photos/submit/\">Submit a Photo to the Photo Directory</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/\">Openverse Make Page</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/44496\">Openverse Call for Contributions: Block Editor Integration</a> (now closed)</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\" target=\"_blank\" rel=\"noreferrer noopener\">State of the Word</a>&nbsp;&#8211; The countdown is on for this year&#8217;s State of the Word! If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11, 2023. State of the Word will include a Q&amp;A session. If you want to participate, you can send your question to&nbsp;<a href=\"mailto:ask-matt@wordcamp.org\" target=\"_blank\" rel=\"noreferrer noopener\">ask-matt@wordcamp.org</a>&nbsp;or ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream.</li>\n\n\n\n<li>WordCamp Asia has <a href=\"https://asia.wordcamp.org/2024/call-for-sponsors-extended-to-november-30th/\" target=\"_blank\" rel=\"noreferrer noopener\">extended their call for sponsors</a>, slated to take place in Taipei, Taiwan, March 7-9, 2024. The new deadline has been extended to November 30, 2023.</li>\n\n\n\n<li>The Documentation Team created a new GitHub repo for end-user documentation and its translations to all locales. More info about this can be found&nbsp;<a href=\"https://make.wordpress.org/project/2023/09/06/documentation-translation-localization/\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcripts</h2>\n\n\n\n<span id=\"more-16454\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music)</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> Today, we&#8217;re going to take a listen to last year&#8217;s episode about Openverse and the Photo Directory. A lot has changed in that project, well in, in both of those projects since then. For instance, the Photo Directory just passed a 10,000 photo milestone. And Openverse, in the past year, got their own URL and have been hard at work strengthening the reliability of their APIs.</p>\n\n\n\n<p>[00:01:03] <strong>Josepha:</strong> But for some folks, it might still be a little unclear just what the difference is between these two projects. So let&#8217;s take a listen, and don&#8217;t forget to catch the updated small list of big things at the end of the episode.&nbsp;</p>\n\n\n\n<p>[00:01:13] (Music interlude)</p>\n\n\n\n<p>[00:01:21] <strong>Josepha:</strong> About 18 months ago, the Openverse project became part of the WordPress open source project, and at roughly the same time, we also welcomed in the Photo Directory.</p>\n\n\n\n<p>Since that time, we&#8217;ve seen growth of teams supporting both of these initiatives. But if you&#8217;re not involved in the day-to-day, it can be hard to know how those two things fit together or if they fit together at all.</p>\n\n\n\n<p>[00:01:41] <strong>Josepha:</strong> Today, let&#8217;s take a brief tour of those two projects and why they came to be.&nbsp;In my timeline, work on the Photo Directory started before the work on Openverse, so that&#8217;s where we&#8217;ll start.</p>\n\n\n\n<p>For as long as I can remember, the WordPress community has raised the need for WordPress-first ways to have and host GPL-compatible photos for use in themes, site builds, and marketing efforts as a whole. As recently as 2016, that was still coming up as a question at various flagship events and among the career photographers that contribute their time to WordPress.</p>\n\n\n\n<p>[00:02:13] <strong>Josepha:</strong> So, in 2017 and 2018, as attention started to turn toward rebuilding the CMS using blocks, it dropped down the list of priority items. But it never really went away as a thing that people were hoping we could do for the project as a whole. So in 2019, it was becoming clear that having open source-first tools of all varieties for people whose businesses were built on our software would help broaden the availability of the open source freedoms we believe in.</p>\n\n\n\n<p>This began the work on the Photo Directory with the intention of providing a GPL-friendly, community-driven repository of images. It has since launched, and we have photos in it now. We have a whole team around it. It&#8217;s wonderful. But that is how that all kind of came to be.&nbsp;</p>\n\n\n\n<p>[00:02:58] <strong>Josepha:</strong> Openverse, on the other hand, was launched as CC Search in 2019 with the laudable mandate to increase the discoverability and accessibility of open access media.</p>\n\n\n\n<p>Late in 2020, while work on the Photo Directory was underway, Matt shared with me that the team was looking for a new project home. When I first met with them, they shared an overview of the product, which they shorthanded as an open source search engine that searches openly licensed images. We were working on a repo of openly licensed images, so clearly, this was all written in the stars. And so you might be asking yourself at this point, great, how does it work together?</p>\n\n\n\n<p>I think for most of us, the timeline there kind of covers the question of what is the difference between these two things.&nbsp;</p>\n\n\n\n<p>But because I never know which of you will want to strike up a conversation about open source on an elevator, I&#8217;ve also got the elevator pitch version as well.&nbsp;</p>\n\n\n\n<p>[00:03:52] <strong>Josepha:</strong> Openverse is an open source search engine that searches, indexes, and aggregates copy left media from across the web using sources such as WordPress&#8217;s Photo Directory, Flickr&#8217;s CC Tagged Media, and Wikimedia, to name just a few.&nbsp;</p>\n\n\n\n<p>Another key difference between the Photo Directory and Openverse is that in order to contribute to the Photo Directory, now that it&#8217;s all built, that&#8217;s mostly done by submitting photos or reviewing photos. So, you don&#8217;t really need to be a developer to join in.&nbsp;</p>\n\n\n\n<p>Openverse not only is a developer-centric contribution opportunity, but it also uses a different tech stack than WordPress as a whole. So, it&#8217;s a good place for folks to go if they&#8217;re looking to broaden their horizons.</p>\n\n\n\n<p>[00:04:37] <strong>Josepha:</strong> So that&#8217;s your elevator pitch of what is Openverse and how does it use the Photo Directory.&nbsp;</p>\n\n\n\n<p>You have a couple of ways that you can get involved with these two projects. For the Photo Directory, as I mentioned at the start, you can always contribute photos, and they could always use more photo contributions.</p>\n\n\n\n<p>I&#8217;ll include a link to the submission guidelines in the show notes below, and as I mentioned, it is a no-code way to give back to the WordPress project. So, no code is required, no development environments, no testing skills. The Photo Directory team also could always use more contributors to help with the moderating of photo submissions.</p>\n\n\n\n<p>And so I&#8217;ll link to their making WordPress page in the show notes as well so that you can get started there.&nbsp;</p>\n\n\n\n<p>[00:05:22] <strong>Josepha:</strong> And as I mentioned before, Openverse is an aggregator, so it doesn&#8217;t host any media itself, but it is always accepting suggestions for new GPL-compatible media providers. I&#8217;ll link the area where you can leave suggestions in the show notes as well.</p>\n\n\n\n<p>And if you are more code-inclined, there&#8217;s an open issue for adding Openverse browsing to the block editor right now.&nbsp;&nbsp;</p>\n\n\n\n<p>So I&#8217;ll link that issue in the show notes in case you thought to yourself, gosh, that sounds like my most favorite thing to do. That is where you can go.&nbsp;</p>\n\n\n\n<p>[00:05:53] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:01] <strong>Josepha:</strong> And that brings us now to our November 2023 small list of big things.</p>\n\n\n\n<p>[00:06:07] <strong>Josepha:</strong> The first thing that&#8217;s on the small list of big things this week is that the countdown is on for this year&#8217;s State of the Word. If you missed the initial announcement a few weeks ago, you&#8217;ll want to mark your calendars for December 11th, 2023. State of the Word will include a Q&amp;A session, and if you want to participate, you can send your question to ask-matt@wordcamp.org.&nbsp;Or, ask during the event via the Q&amp;A app Slido. A QR code for your submission will be provided during the event live stream, so if you&#8217;re choosing that option, don&#8217;t worry; there&#8217;s not anything to do right this second.&nbsp;</p>\n\n\n\n<p>[00:06:40] <strong>Josepha:</strong> The second thing on the list is that WordCamp Asia has extended their call for sponsors for the conference that is slated to take place in Taipei, Taiwan, March 7th through 9th, 2024. The new deadline has been extended to November 30th, 2023, and so if you have been on the fence about whether to sponsor that event or not, for one, please do sponsor it, and for two, you still have a little bit of time to get over there and show your support.</p>\n\n\n\n<p>[00:07:05] <strong>Josepha:</strong> And then the last thing on the small list of big things is that the documentation team now has a new GitHub repo created for end-user documentation and its translations into all locales. For more information about this, come check out the show notes. I will have a link right there for you. And that, my friends, is your small list of big things.</p>\n\n\n\n<p>[00:07:26] <strong>Josepha:</strong> Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you have questions about what you heard, you can share those with me at wpbriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:07:51] (Music outro)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Nov 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Do The Woo Community: Meetups and State of the Word Watch Parties with Devin Maeztri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://dothewoo.io/meetups-and-state-of-the-word-watch-parties-with-devin-maeztri/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:432:\"<p>Devin Maeztri joins us as a new host and shares more about meetups and how to put together a State of the Word 2023 watch party.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/meetups-and-state-of-the-word-watch-parties-with-devin-maeztri/\">Meetups and State of the Word Watch Parties with Devin Maeztri</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Nov 2023 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Gutenberg Times: Gutenberg Changelog #93 – Gutenberg 17.1, Command Palette, Data Views and Grid Layout\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=26509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-93-gutenberg-17-1-command-palette-data-views-and-grid-layout/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64615:\"<p>In this episode, Isabel Brison and Birgit Pauli-Haack discuss Gutenberg 17.1, the Command Palette, experimental Data Views and Grid Layout</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special guest: Isabel Brison </h2>\n\n\n\n<ul>\n<li>GitHub <a href=\"https://github.com/tellthemachines\">@tellthemachines</a></li>\n\n\n\n<li>WordPress <a href=\"https://profiles.wordpress.org/isabel_brison/\">@isabel_brison</a></li>\n\n\n\n<li>X (former Twitter) <a href=\"https://twitter.com/ijayessbe\">@ijayessbe</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/11/getting-started-with-the-command-palette-api/\">Getting started with the Command Palette API</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/11/20/design-share-nov-6-nov-17/\">Design Share: Nov 6-Nov 17</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meta/2023/11/22/plugin-directory-preview-button-revisited/\">Plugin Directory: Preview button revisited</a></li>\n</ul>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/\">What’s new in Gutenberg 17.1 (22 November)</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/11/whats-new-for-developers-november-2023/\">What’s new for developers? (November 2023)</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/49018#top\">Try adding a grid layout type</a>#49018</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/56237#top\">Dataview: media view</a>#56237</li>\n\n\n\n<li>GitHub Label <a href=\"https://github.com/WordPress/gutenberg/labels/%5BFeature%5D%20Data%20Views\"><strong>[Feature] Data Views</strong></a></li>\n\n\n\n<li></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello, and welcome to our 93rd episode of the Gutenberg Changelog podcast. In today&#8217;s episode, we will talk about Gutenberg 17.1, the command palette, data views, grid layouts. A lot of good things. I&#8217;m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full-time core contributor for the WordPress Open Source project sponsored by Automattic&#8217;s Five for the Future Program.</p>\n\n\n\n<p>Wow, that&#8217;s a mouthful. I&#8217;m so happy to have Isabel Brison with me. She&#8217;s a JavaScript developer at Automattic, working on Gutenberg as a core contributor. Editor co-lead for 6.3. WordPress 6.3 release in August. And also, she mentored the cohort editor tech and triage for 6.4, which just came out at the beginning of November. So, greetings to Sydney, Australia. How are you today, Isabel?</p>\n\n\n\n<p><em>Isabel Brison</em>: Hi. Hello. Very good. Just getting towards the evening, end of the day here. And yeah. Doing pretty well. Thanks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Excellent. Yeah. Well, I just got up. Just so everybody knows, we are an around the globe operation here. And it&#8217;s now 9:30 on November 24th in Europe. And Isabelle, it&#8217;s about 7 o&#8217;clock at your place?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, it&#8217;s 7:30 here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: 7:30. Yeah. So, let&#8217;s get started. We have a lot of things to talk about.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions &#8211; Command Palette</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: But first we have &#8230; Before we go into the changelog of the latest Gutenberg plugin, let&#8217;s talk about other things that happen in the community. The first one is Justin Tadlock published a tutorial on how to create your own commands with the command API. It&#8217;s an introductory tutorial, and it shows you how to create &#8230; If you want to open up the Experiments page, you can do this with a plugin.</p>\n\n\n\n<p>So, you put all the commands in one plugin, and then you activate it. And then, you have command for opening the Experiments page. Or it also has toggle the panel command or toggle the user preference commands. And the last one is also toggle the panel command, but it has some additional sidebar notices in there. Not sidebar. Snack bar. Snack bar are the ones that are on the bottom of screen. So, you know, &#8220;Okay, something happened.&#8221; Sometimes, with a command palette, sometimes, you don&#8217;t get a notification back, something happened. So, adding the snack bar notices is also in the tutorial. So, this is a great way to get started. And there is an advanced article to come, as well, to use command loaders to have additional or a little bit more, how would I say, functionality with it without just opening up and down certain features.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. This is pretty cool because, I guess, you can open any page. You can open setting &#8230; You can toggle settings from it. And say you&#8217;re a plugin. You could potentially add a command to the palette where you can direct people to your plugin page.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, for own plugin. Of course, yeah. You can add that as an additional feature to your plugin to provide also commands for the command palette. I think that&#8217;s really cool. I&#8217;m waiting for the point, but I&#8217;m always waiting. I&#8217;m waiting to the point where I can daisy chain those commands, so certain workflows can happen on key press with the shortcut. Yeah. So, I can say, &#8220;Okay. Now, give me a separator block and use that particular variation.&#8221; And it would save me three clicks on the mouse on a weekend edition that has, I don&#8217;t know, 15 sidebars in there. So, it will be quite a saving, but yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, workflows. That would be pretty cool. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I don&#8217;t know if that&#8217;s &#8230; I think that&#8217;s part of the idea for the command palette later on, maybe. Yeah. Or maybe that&#8217;s plugin territory. We&#8217;ll see what comes out of it.</p>\n\n\n\n<p><em>Isabel Brison</em>: I was just thinking and just wildly speculating here, but with all the talk about AI that&#8217;s been happening in the past 12 months or so, you can imagine that that would be a flow where you could just &#8230; In the future, you would be able to just open it up and go, &#8220;Oh, give me this, that, and that.&#8221; And your AI assistant would pull it up like a bunch of translate what you said into blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. You could certainly use that search box on the command palette also to create AI commands, and then what comes back in the lower section of the command palette would be some cool stuff. Yeah, some pictures that you were looking for or some &#8230; Oh yeah, some summaries or text or translations. Yeah. Yeah. Let&#8217;s wildly speculate on the command palette for &#8230; I love it.</p>\n\n\n\n<p>So, Joen Asmussen, who is part of the WordPress design team, has published his Design Shares that is just showcasing the things that the team is working on or has been working on in the last two weeks. If you want to follow the design make blog, you will get notifications every two weeks and to see what&#8217;s going on, because the design team not only makes things pretty, it also thinks through some of the workflow and some of the, &#8220;How should this work, and how does the interface work with that?&#8221;</p>\n\n\n\n<p>And so, you get a glimpse into the future for certain things. And he starts out with the sticky table elements. That&#8217;s for the data views or the admin list views. That&#8217;s how the header column and pagination, and also that the data inside each cell&#8217;s always integrated and the pagination is locked in the same position.</p>\n\n\n\n<p>So, then, also, to new and URL popover, tightening up the user interface. They&#8217;re working out, also, on the open source audio component for the Creative Commons site, which looks really nice. I really like that.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then, some great iterations over a dropdown menu. That is a new component, and you can follow along that and you see what kind of details the team is working on for any of those interface components that not only power Gutenberg or the plug editor, but also are used by plugin developers for their own interfaces if they choose so. So, this is definitely a great insight into how much work and thought goes into some of the interfaces.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, definitely. And dropdowns are such a hard area. It&#8217;s so hard to get right. And I mean, speaking from the experience developing in Gutenberg for years, and there have been so many problems with the popover component positioning, and there is so many bugs that we&#8217;ve had to fix. So, I&#8217;m really looking forward to the next iteration of dropdowns, and especially with these flyovers &#8230; I mean, a way of making the dropdowns when they&#8217;re nested easier to navigate. I think that&#8217;s really important.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. And it&#8217;s not only for menus. It&#8217;s for all kinds of interfaces that come in and out of the sidebars and from the top bar and all that. So, yeah. That&#8217;s definitely some great work that we can see there. They also worked on a range date picker. That&#8217;s more for plugins? I&#8217;m not quite sure. Yeah. The range picker is something that you get when you book a flight or a hotel where you say, &#8220;Okay, I go from November 11 to December 13,&#8221; and you have the range to pick. It&#8217;s an initial sketch and, yeah, it&#8217;s definitely something plugin can &#8230; I don&#8217;t know. I&#8217;m really having a hard time picking where in Gutenberg that might be helpful.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, I was trying to think where we deal with dates. I mean, post publishing doesn&#8217;t usually need a range, so I&#8217;m wondering if there&#8217;s &#8230; Oh, no, actually &#8230; So, possibly, because I think maybe that will have someplace in the data views where &#8230; Again, I&#8217;m wildly speculating here, but I imagine with &#8230; Because there&#8217;s a fair amount of thinking being done around how to actually make the data views be good to organize data and to organize content. And so, potentially, you&#8217;d think you might be able, at some point, to pick, say, a range of posts from this date to that date or something like that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah. Would make sense. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: And then, having a range date picker could be useful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It could be useful for bulk edits, for instance, or just for viewing, say, &#8220;Okay, all the posts around Thanksgiving, give them a Thanksgiving kind of tag&#8221; or something like that. Yeah. Bulk things. Yeah. But yeah, you&#8217;re right. Yeah, that could be for some of the admin components. Yeah.</p>\n\n\n\n<p>And then, the styles panel where &#8230; There&#8217;s an interesting iteration of the styles panel work where you can have it all on the left-hand side of the site editor. And right now, the style work is all on the right-hand side of the editor, but now you have a middle column between the content and the menu where you can edit or change the colors and the font and this kind of thing. So, that&#8217;s a nice iteration. We&#8217;ll see how far that gets into the editor.</p>\n\n\n\n<p><em>Isabel Brison</em>: I see that this styles panel &#8230; This is referring to what, in my head, I still call global styles.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Okay.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And it&#8217;s also a combination between the global styles as you know it and the style book. And then, have the sidebar on the left-hand side, so it has more connection between which entity you are actually editing.</p>\n\n\n\n<p><em>Isabel Brison</em>: Because right now, on the left-hand sidebar, we have, in the site editor, we have a style section that allows you, if the theme has style variations, to pick a theme style variation. So, that&#8217;s &#8230; It&#8217;s weird that we have the styles on that side, and then we have the global styles on the other side. So, yeah. Potentially, it would be nice to have everything in one place.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And especially about the style variations &#8230; Once you have your theme selected and you select the style variations, then it&#8217;s too prominent in the menu because you don&#8217;t need it anymore. It can be hidden for something until you need it again. And I think that&#8217;s also part of the rethinking how the left menu items work in terms of order of importance or context sensitive. I don&#8217;t know. These are some of the thinking behind that. And it comes through some of the GitHub issues where say, &#8220;Hmm. Yeah. Shouldn&#8217;t we be smarter, or shouldn&#8217;t the system be smarter to hide that when you don&#8217;t need it anymore?&#8221; But that mind reading business is such a hard…</p>\n\n\n\n<p><em>Isabel Brison:</em> Oh, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; such a hard tour.</p>\n\n\n\n<p><em>Isabel Brison</em>: Mind reading? Very hard, very hard. Even with AI.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then, we are still in the design shares by Joen, and he also has a link for the events redesign. There&#8217;s &#8230; under the community section where the meetups and the WordPress, the WordCamps &#8230; they&#8217;re working on an events page or events section that is a little bit more modern than what we have right now. And it&#8217;s a nice iteration, and it&#8217;s really coming together. So, yeah. The community team is working very hard with the design team to get this done.</p>\n\n\n\n<p>And then, there is a mockup. We found a mockup for something that was actually missing in the site editor, that &#8230; these are the settings around the homepage that are in the general settings, but actually totally removed from all the homepage templates, kind of thing, so &#8230; and page edits. So, this is going to &#8230; might be &#8230; It&#8217;s a quick mockup to bring those settings in also into the site editor.</p>\n\n\n\n<p>Yeah. So, those were Design Shares. And I always like to do &#8230; Go in there and look at it even for &#8230; Well, and this was the first, again, that we did it on the podcast because, of course, it&#8217;s visual and, on the podcast, you don&#8217;t see anything. We can&#8217;t show it to you. But I really urge you to, of course, share the link in the show notes. But take a look at that. It&#8217;s really very interesting for me and exciting. And when you follow every two weeks, you get an idea of where things are going and what people are working on.</p>\n\n\n\n<p>And then, the last thing I wanted to point out for you, dear listeners, is that the plugin directory &#8230; About six weeks ago, there was this little kerfuffle that there was a live preview button enabled on the plugin directory, but it wouldn&#8217;t work for all plugins. And what it does, it opens up the WordPress playground, installs the plugin so a user can actually test out the plugin in a live environment without having to set up a test site or put it on their production site or any of that. So, it&#8217;s a really cool feature in my view.</p>\n\n\n\n<p>And Alex Shiels, who&#8217;s a longtime member of the Meta Team, enabled it, and it was actually a smart move because, within a day or so, he had all the feedback he needed to take it down again and revamp it, and then come out with it in a way that the plugin developers can work with it. And on the Meta blog, he just published that the preview button is now available for plugin developers, for the plugin maintainers to create a blueprint file on what is all needed for the test site, for the playground to be a good test site for that plugin.</p>\n\n\n\n<p>And they can test it out. They can configure the playground with a blueprint file. And then, once it fits our needs, they can opt in for themselves. And then, later on &#8230; That&#8217;s not yet implemented. They can open it up to their users. So, there&#8217;s a double opt-in for that feature, but it had all the &#8230; So, it&#8217;s all in the control of the plugin developer. But if you are a maintainer of the plugin developer, any feedback you have about this, leave it on the post. They&#8217;re very grateful for it to make this better and better and better.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, absolutely. It&#8217;s a feature where you really need plugin developers to test it and make sure that it works for their use case because there are so many different types of plugins. And I think, from memory, one of the problems that was flagged initially was that some plugins have dependencies, so they don&#8217;t do anything in isolation, and having a preview just doesn&#8217;t work unless you can configure the proper environment to have that preview in. And so, I think that&#8217;s one of the features that have now been added is that each plugin developer can configure the optimal environment for their plugin to run it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Exactly. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; which makes perfect sense.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it has a few &#8230; So, the blueprint.JSON &#8230; It&#8217;s a JSON file that you can have the steps that the playground needs to make to be a good demo site, be it a plugin install, be it a open up &#8230; In the block editor, for instance, if it&#8217;s a block or a block editor feature to see it right away and not have to go through, &#8220;Okay, this is the admin. This is the login. This is &#8230;&#8221;. You get right to the point of it. It&#8217;s really neatly done. So, yeah. Check it out as a plugin developer. Again, it&#8217;s not yet open to the public.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; Gutenberg 17.1<strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></h3>\n\n\n\n<p>All right. This brings us to the section, what&#8217;s released. And right now, we&#8217;re talking about Gutenberg 17.1. Andre Maneiro was the release lead. And it has PRs from 55 contributors, three of them new. Yay. And they submitted about 200 PRs that are merged in this version.</p>\n\n\n\n<p>Andre writes, &#8220;The release includes several new enhancements, loads of bug fixes, and continued work on Phase 3.&#8221; The release post is, of course, in the show notes, and let&#8217;s just dive in. And yeah, say in the foreground though, it&#8217;s more quality of life and bug fixes than anything else apart from the data views. But we can talk about it a little bit later about that.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p>So, the first item I have highlighted is that the template parts now have a fallback to the current theme when it&#8217;s not provided. So, that is just make it all a little bit more predictable and not running into errors or confusion for the user. So, if a template part &#8230; If a header isn&#8217;t &#8230; What is that exactly? So &#8230; Go ahead.</p>\n\n\n\n<p><em>Isabel Brison</em>:The template part. If there is a template part referred that doesn&#8217;t actually exist, then it will fall back to a default template? I didn&#8217;t actually read it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that comes from the theme. Yeah. So &#8230;</p>\n\n\n\n<p><em>Isabel Brison</em>: I&#8217;m not sure how the internals work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. No, it&#8217;s the fallback is directly to the theme part that comes closest, pretty much. It&#8217;s a performance enhancement to make sure that searching for something that&#8217;s not there doesn&#8217;t slow things down. And now, the next one that I wanted to point out was that the site editor now also shows theme patterns from the directory, showing things from the directory. It wasn&#8217;t built into the site editor yet. It wasn&#8217;t the post editor. So, any post and pages. You were able to add things, point out to the &#8230; So, the theme has &#8230; In the theme JSON can point to patterns that are in the directory, and they would show up in the pattern section of the post editor, but they wouldn&#8217;t in the site editor, and that&#8217;s now fixed. Does that make sense?</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, that&#8217;s great. Yeah, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, for the theme, it means the theme developer doesn&#8217;t have to bundle all the patterns with theme if they put it up on the directory and then just can refer it to it with the slug. And that&#8217;s a nice way to do it.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, that&#8217;s also &#8230; I mean, that can also be considered or &#8230; Maybe not performance enhancement in itself, but it does make things easier if you want to create a performance theme so you don&#8217;t have a dozen, or I don&#8217;t know, a hundred patterns bundled into the actual theme.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. That&#8217;s true. Yeah. But, of course, they all need to follow the same mechanism. So, if you have more than one theme and you want to refer the same patterns in the directory, it also streamlines your processes a bit. So, there are a few things that are coming for the globalized revisions. So, revisions are something that were supposed to come into 6.4, but they didn&#8217;t make it because it was such a huge project that the two months of development time wasn&#8217;t enough. But it&#8217;s definitely slated for 6.5 and, now, there are improvements with every Gutenberg plugin release.</p>\n\n\n\n<p>This time, we have a consistent back button behavior and the scripted text timeline for the revisions. And also, it loads unsafe revision items in the revisions preview, even if you haven&#8217;t clicked on Save. So, that definitely helps you not losing content or changes. Those global style revisions are so useful, and I&#8217;m looking forward to seeing them in WordPress.</p>\n\n\n\n<p><em>Isabel Brison</em>: So, there is a version of revisions. There&#8217;s a very basic global styles revisions already available in 6.4, which you can &#8230; From global styles or styles &#8230; I always call it global styles because styles is just so vague. Styles revisions. There&#8217;s a little section in here, and you can look at the revision history.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, it was in 6.4, but not fully fledged out. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You&#8217;re right. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: So, it&#8217;s ongoing. So, there&#8217;s a very basic version that&#8217;s been merged in 6.4. There is a lot more optimization, UI improvements, making the whole experience smoother that is still being worked on and due for 6.5.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I think the revisions on posts are so old. They don&#8217;t know anything about blocks. So, it&#8217;s really hard to make a good, informed decision on how that&#8217;s actually going to look visually when you have to show style. So, going from one place to the next and see how that fits in and does it work? I think it&#8217;s a longer iteration process than one would seem. And that &#8230; Yeah.&nbsp;</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, totally. Because for the post edit &#8230; So, if you&#8217;re revising your content, if you&#8217;re looking at the revisions for posts, you still get that. Basically, it&#8217;s the classic WordPress admin interface where you see a diff of the content, but it appears in markup form and that gives you no clue. I mean, especially if you have a lot of blocks on the page and you&#8217;ve changed the attributes and you&#8217;ve changed the blocks. And you just have to go and read through all that markup, and there&#8217;s no way of seeing the difference visually, which is important when there&#8217;s a very visual-oriented tool, which is the block editor. So, yeah. That will be great. That&#8217;s still to come, being actively worked on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Then, the block editor has the button block got a simple thing, we would think, but it&#8217;s &#8230; because our muscle memory. So, now, if you use double enter, you skip to the default block and it doesn&#8217;t repeat the design of the other block. Is that what I&#8217;m reading there?</p>\n\n\n\n<p><em>Isabel Brison</em>: There&#8217;s a keyboard shortcut for the button block. Yeah. So, buttons are interesting because, a while ago, it was decided that, if you change a style on a button &#8230; Say, if you change button to another style variation, you will probably want the next button to have the same style and you might not. So, the double enter thing. I&#8217;m not quite sure how it works because when you click enter from one button, you go into the next button, usually. Right? So, double enter.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: If you do double enter, it skips the styles and goes to a default block way.</p>\n\n\n\n<p><em>Isabel Brison</em>: But to a default button block? Is that what it does? Sorry. It&#8217;s just not very…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So, double enter at the end of a button block.</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; clear to figure out what it does.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; moves back to the next line so you continue typing. Double enter in the middle of button blocks.</p>\n\n\n\n<p>Isabel Brison: Oh, it takes you out of the button block. Oh. Oh, that&#8217;s brilliant. Yes. I see. Cool. Cool. So, it has nothing to do with the button styles. It&#8217;s all about making it easier to add another block that&#8217;s not a button after the button block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, that&#8217;s great. Yeah. Oh, I&#8217;m all for keyboard improvements all the time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Default block, not default button. I read it wrong. Yeah, I&#8217;m kind of &#8230; Yeah. Okay. That&#8217;s a really good behavior. And I knew it was something that I was actually expecting to be because we know it from the list view. We know it from the list block. We also know it from other blocks that, when you do double enter, you&#8217;re out of that whole inner block behavior, like the social blocks, and then you go out. And I just read it wrong all of a sudden.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, that is such a great improvement.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And it&#8217;s like &#8230; Some of the things where I say, &#8220;Why wasn&#8217;t it before?&#8221;&nbsp;</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Well, it&#8217;s an iterative process. Yeah, true. There are all these &#8230; And sometimes, it&#8217;s just tiny things make the experience so much better, but they&#8217;re not always obvious. And sometimes, they&#8217;re actually not very easy to implement. In this case, I don&#8217;t know. I didn&#8217;t actually look at the pull request for this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And a similar thing is actually the next one for the design tools where we get block gap support for the quote block. And so, now, it has a good layout support, and you can better control the spacing of the inner blocks. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Well, that one was actually easy to implement. I know because I like it myself. So, someone else did. So, another contributor submitted a pull request to add layout support to the quote block. This was Tomoki Shimo Mura. I hope I&#8217;m saying the name correctly. And so, that added basically support to the quote block, and that means that quote will automatically use the default block spacing. And that is good because it brings it in line with whatever the default theme block spacing is. So, it&#8217;ll have the same kind of spacing that other blocks have between them by default.</p>\n\n\n\n<p>But then, I and a few other contributors reviewed that pull request, and we started talking, &#8220;Well, what would be great would be to actually give explicit block spacing support to the block.&#8221; Because now that it is using the default block spacing, it would make sense that, if people want to change it, they have the control available. So, that was just sort of a little follow-up, and it was literally one-liner. Just adding support for block spacing…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, and this is…</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; which made sense.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; blocks JSON? Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: So, now, you can change. So, now, by default, it will have whatever the default theme spacing, block spacing is. And if you want, you can go into your quote block, and you can change the spacing to make it bigger or smaller as you design.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Now, we get also &#8230; So, for the list view, we now have a keyboard shortcut to select all blocks. It follows the common keyboard shortcut for Select All. So, it&#8217;s either Command-A or Control-A. Command-A for Mac, and Control-A for Windows. To select all the blocks that are in the list view. And that&#8217;s really good, especially when you just hit delete and then gone!</p>\n\n\n\n<p><em>Isabel Brison</em>: Love a good keyboard shortcut. Command-A Delete. Yes.</p>\n\n\n\n<h3 class=\"wp-block-heading\">New APIs</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And then, next one is actually a good thing. It sounds so technical, but it&#8217;s the Download blob: remove download js dependency. But what it actually does is &#8230; Found that when you export the patterns, the former reusable block being synced patterns now &#8230; When you export them and use the JSON to upload them, it works. But if you do this with other patterns, the synced patterns, somehow, it used the different JSON package, whatever, and it was malformed JSON. And now, they streamlined the same mechanism for both of the downloads and exports for the patterns.</p>\n\n\n\n<p>So, that was interesting experience that it was implemented in both, but then one implementation worked and the other didn&#8217;t. Now, we found out which one is the right one and streamlined it. Sometimes, it is a clear path forward on certain bugs, and sometimes it&#8217;s not. But this was clear.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Oh, yeah. That&#8217;s good.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Speaking of patterns, now you can actually add embed blogs to your patterns, and they render correctly on the front end, which was &#8230; I think, even in the block editor, that wasn&#8217;t always a given that you could use a certain video in the patterns or a certain social post in the pattern. It would only display the link for that, but it didn&#8217;t process the embed. So, now, it does. And that&#8217;s a really good enhancement there.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah, this brings it in line with templates. I guess patterns was one of the areas where it was probably one of, I guess, the last remaining area where embeds weren&#8217;t being processed because there&#8217;s already logic in place to process them in templates and widgets and things like that. So, this made perfect sense.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And now &#8230; Well, we are a travel from all the different things to all patterns, like template parts are patterns. Reusable blocks are patterns. Patterns are patterns. And people are working on the partially synced patterns. So, it&#8217;s all &#8230; Pattern is what makes it stick now.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. I think it&#8217;s a good thing in general. I mean, we&#8217;ve had reusable blocks for ages, and patterns was a new version, but they&#8217;re very similar in, I suppose, the ways that they&#8217;re used in their use cases, I should say. And so, it does make sense for them to be one thing, and you can choose whether they&#8217;re synced, whether they&#8217;re not, whether they&#8217;re partially synced, I guess.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: So &#8230; It&#8217;s good to provide a range of options, but I definitely appreciate having the renaming of reusable blocks to patterns so that we all know that we&#8217;re talking about the same thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And the only so difference from just which content updates and which doesn&#8217;t. Yeah. So, the next item &#8230; It&#8217;s just a code quality or quality of What You See Is What You Get editor that you can now see the post image block is now wrapped in anchor tags, is also in the editor, not only on the front end but also in the editor. So, you know it&#8217;s actually working and functioning, kind of thing.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, yeah. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. The What You See Is What You Get editor is a promise, and sometimes it falls down.</p>\n\n\n\n<p><em>Isabel Brison</em>: It&#8217;s good to have consistency. It&#8217;s hard. It&#8217;s a hard problem sometimes because the markup. The editor is an editor ultimately, and you have to have content edits all over the place because the content has to be editable, obviously. And so, there can&#8217;t always be a one-to-one match between the markup in the editor in the front end, but the more divergent it becomes, the more chance there is for bugs to be introduced and for them not to be a visual match. So, we are always trying to make sure it works. It&#8217;s a very fine line.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s very interesting. Sometimes, you encounter problems when you solve something on the front end, but then you get it into the editor and then it doesn&#8217;t work anymore. So, one example was that the gaps between the blocks &#8230; You could actually switch off, and all controlled through the interface.</p>\n\n\n\n<p>But what happened was, now that the space between the blocks wasn&#8217;t big enough, the siblings insert between didn&#8217;t have a place to show anymore. So, that was an interesting &#8230; I don&#8217;t know if you have an issue for that, but it came up in one of the calls for testing, and it was really interesting to &#8230; Yeah. Well, yeah. What You See Is What You Get, then it&#8217;s not what you see.</p>\n\n\n\n<p><em>Isabel Brison</em>: It&#8217;s actually &#8230; It&#8217;s What You See Is Not What You Want To Get, I guess, because you still want to see &#8230; I don&#8217;t want to have space between the blocks, but I do want the sibling insert to appear because I do actually need to add something between these two blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And sometimes, you have these competing interests to line up &#8230; Just a little tangent here.</p>\n\n\n\n<p><em>Isabel Brison</em>: So, what do we have?</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The next is a component for the &#8230; There&#8217;s the image link button pressed state on the media text block. Sometimes, the headlines are a little bit obscure. So, in the image block and in the media text block, when the image is linked, the link button in the block tool doesn&#8217;t have a pressed state. Okay. So, as such, there&#8217;s no visual semantic accessible information for the image to actually be linked. Okay. That is fixed. Cool. Yeah, that&#8217;s an important accessibility issue fixed. And then, another one.</p>\n\n\n\n<p><em>Isabel Brison</em>: I&#8217;m just going through and trying out all the things. Adding a link to an image and seeing &#8230; Oh, yeah. I see. So, now, it actually becomes obvious that there&#8217;s something in here. So, now, the button &#8230; It becomes a dark background, light-colored text. I think this is the change. Oh, that&#8217;s cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. The next one is a similar one. It helps you get your focus back when you&#8217;re on the toolbar and use the Escape key and then you get back to the editor canvas, and you don&#8217;t have to tap around the thing. Escape gets you out of the block tool. It&#8217;s interesting.</p>\n\n\n\n<p>For those who are more keyword users, that&#8217;s definitely a good problem to solve. And that&#8217;s the piece that goes with a double Escape coming out of a button block into the canvas. Again, that&#8217;s a similar one when you block toolbar doesn&#8217;t get you &#8230; You have to use the mouse or something like that to get out of the toolbar or tap instead of Escape. Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: I think &#8230; memory. I&#8217;m going to test this. But I think what happened before was, if you were on the block toolbar and you pressed Escape, you would be taken into navigation mode.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, yeah. Right. Yes.</p>\n\n\n\n<p><em>Isabel Brison</em>: But actually, no. I think, now, I&#8217;m actually testing this on a 6.4 vanilla, no Gutenberg install. And what I&#8217;m doing &#8230; I&#8217;m in the block toolbar. I&#8217;m going around the buttons in the block toolbar, and now I press Escape and focus just seems to go somewhere. I&#8217;m not sure where it goes. It might actually &#8230; Ah, interesting. Okay. That was definitely a bug. Good job. It&#8217;s been fixed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, when you say, &#8220;vanilla 6.4, no plugin,&#8221; means that was before this release came up.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. So, I was comparing. So, I&#8217;ve got Gutenberg &#8230; Actually, I&#8217;ve got Gutenberg trunk on my local development environment, and I have another install of just 6.4 and I just keep comparing it and see what&#8217;s changed.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performanc<strong>e</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: What&#8217;s changed. Yeah. So, this was the time for some of the basic accessibility things to be fixed and bugs to squash. Another one was &#8230; It actually sounds like a code quality performance, a code quality PR. But it&#8217;s under performance. And the List View Block. It has a lot of calls to the same hooks. And the code quality was to just combine those hooks, those calls, to the &#8216;useSelect.&#8217; And that actually increased performance quite a bit on the List View. So, yay.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yay for all performance improvements and especially with the List View because it&#8217;s becoming more and more important to navigating in the block.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. And it&#8217;s definitely considerable when the tests were 1,000 blocks, and the call were four calls per block. So, it was 4,000 calls to the same store. It was interesting.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. Oh, yeah. Absolutely. Yeah, you don&#8217;t want that.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So, there were two documentation issues that I wanted to point out from this release. And there was that there is a new Block Development Quick Start Guide in the Block Editor Handbook and also one for how to create the block templates for the scaffolding tool. So, if you&#8217;re a block developer and/or a budding block developer, check out the new quick start guide on your journey from becoming confused to becoming a proficient block developer. And so, that is in part of the revamp of the Block Editor Handbook that has been published. And the second one is also there is a built-in local environment with Gutenberg. It&#8217;s called wp-env, and that is now also listed under additional resources for local environments.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, nice. That&#8217;s good. I mean, it&#8217;s a good development environment if you&#8217;re okay with running Docker, which, I guess, Docker can be pretty resource-intensive. So, it depends on how powerful a machine you have, if you want to run it or not. But if you&#8217;re okay with running Docker, then this is a really easy environment to get set up and running.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And to test whatever you&#8217;re developing on the current environment. You don&#8217;t have to set up database and PHP and connectings to and the usual MAMP things. Yeah. So, yeah. It&#8217;s definitely a good resource, and people worked on it. So, yeah. It&#8217;s been around for a while but never really mentioned in the documentation. So, now it is.</p>\n\n\n\n<p>And that&#8217;s, I think, is all we have from this release. And I guess you probably, dear listeners, agreeing with us. There was not a whole lot of big things in there. There was no big thing in there, but it was all good enhancements and &#8230; Performance enhancement as well as user interface enhancements and certain great accessibility improvements as well.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Discussed &#8211; Grid Layout and Data Views</h3>\n\n\n\n<p>Which brings us to what&#8217;s in active development or what&#8217;s discussed. And this is just an announcement. Maybe we could have done it earlier, but it&#8217;s &#8220;What&#8217;s new for developers?&#8221; a roundup post is published on the developer blog.</p>\n\n\n\n<p>If you haven&#8217;t signed up for that feed, it&#8217;s a roundup post of what&#8217;s new between the 10th of the month and the 9th of the month and published on the 10th of the month. And Justin Tadlock and I were compiling that from various sources like being a GitHub, a Gutenberg release, what&#8217;s new into core, what&#8217;s around on the learn for developers. So, you can go through &#8230; It has a huge table of content, but it also gives you an inkling on what&#8217;s new, what you should pay attention to, and where things are going, and where you find the information to follow along.</p>\n\n\n\n<p>And it mentions the experimental pieces, the form and input blocks, and also the Data View works with links. And then, some major changes that came with 6.4, but this is a repeat of some of the Dev Notes condensed, but just highlighting in case you missed it. And then, moving away from the WordPress/element to React and &#8230; Yeah, all these good technical things.</p>\n\n\n\n<p>I will share a link to it in the show notes. For instance, it mentions the new Tabs component that replaces the TabPanel or the PluginPostExcerpt slot fill for plugin developers on the block editor and all that good stuff. Is there anything that stands out that you want to talk about?</p>\n\n\n\n<p><em>Isabel Brison</em>: From the developer?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The &#8220;What&#8217;s new for developer?&#8221; Yeah. We separated into what&#8217;s interesting for plugin developers and what&#8217;s interesting for theme developers. Sometimes, it has an overlap, and then it&#8217;s a toss-up. But that is where you can say, &#8220;Okay, I&#8217;m not interested in plugin stuff. I just want to see what&#8217;s new in the theme stuff.&#8221; And that&#8217;s also a pattern update.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah. I&#8217;m very interested in seeing where the Data Views work is going. I think there&#8217;s a lot of potential for enabling. It&#8217;s already viewable as an experiment in Gutenberg. So, that&#8217;s a cool one I&#8217;ll be keeping an eye on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So, if you want to, just as a developer, if you still have trouble, and &#8230; I think it&#8217;s getting worse that it&#8217;s hard to keep up with Gutenberg. That&#8217;s why we create this monthly view instead of having just everything new every four months when there is a new release out. So, you can see things coming. And if they were interested and not and follow up on that. Yeah.</p>\n\n\n\n<p>So, yes. But speaking about experiments, when you enable the Experiment page on Gutenberg plugin, you see quite a few experiments. But let&#8217;s talk about two of them. One is the Data Views, and what you see is the progress on the lists for content types like the templates or the pages. When you have List All Pages, how can that look in the site editor as well as in the template? So the pages in the site editor as well as the template lists show already these new Data Views when you enable that experiment. Right?</p>\n\n\n\n<p><em>Isabel Brison</em>: From memory, I think it&#8217;s the pages. Let me check. I&#8217;m just going through. I&#8217;m not sure the templates…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s the pages.</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; has it yet. So, if we go in the site editor and we get the little black bar on the left-hand side, when you go into the site editor. There&#8217;s a Pages section, and then, at the very bottom, you have Manage All Pages, which takes you to a list view of all of your pages.</p>\n\n\n\n<p>Now, if you have the new admin views enabled, that page &#8230; So, that link in the site editor will actually take you to a new view, which is this Data View, which is quite experimental. And the interesting thing, well, for me, because I love layout and organizing things on pages. The interesting thing is that you can change the layout from a list to a grid, or you can even see a side-by-side view where you have your list of pages and then you can just click on a page and preview it in another window.</p>\n\n\n\n<p>So, it works a bit more like an operating system, for a browser, I guess a bit more. It has this expanded functionality where you can view things in different ways, which could be quite useful depending on what kind of operation you want to do. So, yeah. I&#8217;m really appreciating the work that&#8217;s been done on this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, there&#8217;s also quite a filter view that you can review, can add a filter. You see only those four for a certain author, the pages who are just the status, just the scheduled one or the published ones. And in the views, there&#8217;s also a Sort By version. So, you can sort it by title, by author, by date. And not only the layout. So, also, you can say, &#8220;Okay, I want &#8230;&#8221;. And these are all features that you know from your WP admin, but it&#8217;s actually with a more modern interface and maybe even easier to handle for someone who is new to the system. The grid view shows you the featured image with it if you want to. And the side-by-side is really cool, as well, if you have the space on your screen.</p>\n\n\n\n<p><em>Isabel Brison</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. You&#8217;ll see, right away, the layout of the page. Yeah, it&#8217;s really cool. Check out the experiment. It&#8217;s all experimental. So, at any time, it can change. Anytime, it can go away. Anytime, it can break. So, that&#8217;s the experimental nature of this. But &#8230; yeah. In this release, there has been quite some work on these Data Views, so if you go through the changelog, everything that says Data View at the beginning is about this admin section for the pages and the site editor.</p>\n\n\n\n<p><em>Isabel Brison:</em> But also, I want to add. The thing about experiments is that they&#8217;re being actively worked on, and they are always looking for feedback. And so, it&#8217;s immensely helpful, especially for folks who are invested in this and they want to see this going in a certain direction like, &#8220;Oh, this is really helpful&#8221; or &#8220;This is not good at all.&#8221; That feedback is really useful at an early stage, so that the developers know what&#8217;s working and what&#8217;s not and what might be causing issues for certain workflows or what might be a welcome addition.</p>\n\n\n\n<p>So, yeah, the feedback &#8230; And I guess the downside of the experiments in Gutenberg is that they&#8217;re not always super visible because folks might not even think about going into the Experiment section. It&#8217;s like, &#8220;What is this?&#8221; And you can just click on things and randomly enable stuff, but it&#8217;s always super useful to go in and check those experiments and give feedback on them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I found there are two kinds of people. Those who like to poke at new things and don&#8217;t mind if they get lost or confused or can recover quite nicely from it. And then, there are people who need to be secure or safe in safe spaces and they cannot &#8230; They just want to get their work done, and they are not interested in how the sausage is made and they don&#8217;t want to test things. Say, &#8220;Well, I&#8217;m not your beta test,&#8221; that kind of thing.</p>\n\n\n\n<p>In open source, unfortunately, it&#8217;s a little bit different because we all work on it and we all use it. So, feedback is really important. But as you said, Isabel, but I also know that experiments can be a scary place for certain people.</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, yeah. I mean, absolutely. I mean, probably, don&#8217;t use it in production, but play around with it on the test website.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. But you will see that there&#8217;s actually quite a few things there amongst them. We skipped over that in the release, but there&#8217;s also a Forms Block feature or set that you can test out. And I also wanted to talk about the grid layout. When you go to the Experiments page, it tells you in the experiments there&#8217;s also grid variation for group block. And when you enable that, what happens?</p>\n\n\n\n<p><em>Isabel Brison</em>: What happens? So, when you enable that, what happens is that, when you then go into your post or template editor and you create a group block, instead of getting the standard three variations that you have, which is the regular group, the row, and the stack, you get a fourth variation, which is the grid. And that variation is also available from the block inserter. So, you can just type grid and it gives you the grid block.</p>\n\n\n\n<p>And the grid block is &#8230; Essentially, it&#8217;s a variation of group. It&#8217;s not a block in itself. But what it does is it allows you to set the grid layout on your group block. And it&#8217;s only &#8230; And most of the reason why it&#8217;s still in experimental, even though &#8230; That&#8217;s actually &#8230; I did that a while ago now. More than six months ago. So, it&#8217;s been experimental for a couple of cycles. It&#8217;s not in core yet.</p>\n\n\n\n<p>And the main reason is that it&#8217;s only a very basic implementation of grids. So, you have the ability to set the amount. Not the amount of columns, but the column width. That&#8217;s the default option that you get. That&#8217;s the only option for now, where you can set a width that will be the minimum width of your columns. So, if you squeeze it down onto a really small screen, the columns will not go under the width that you stipulate, but they can stretch if it&#8217;s a wider screen.</p>\n\n\n\n<p>And the good thing about that is that this is pretty much the only version of grid where you can, with a couple of lines of code, create a block that is responsive. Because what happens is, if you get to a point where you don&#8217;t have enough space on your screen for &#8230; Say, you have four or five elements in your grid, and you no longer have the space on your screen to have those four or five elements side-by-side because each of them has a minimum width set. Then, the grid just free flows, and it just calculates how many columns will fit on the screen.</p>\n\n\n\n<p>That&#8217;s the easiest way. It&#8217;s the paradigm of responsive without media queries. And that&#8217;s the best way to achieve that kind of responsive without media queries layout. But, having said that, there is a bunch of configuration that would probably be useful for folks creating actual layouts with this kind of grid. And I think one that jumps to mind immediately to me is the ability to set how many columns your item or your block is going to span because you might want to block to span a couple of columns. You might not want all the columns, all the elements in your grid to have the same width, to occupy the same amount of columns. You might even want some of them to stretch the full width of the grid. And so, having that sort of configurability for children, I think, would be a really useful addition.</p>\n\n\n\n<p>The question is how to implement that. What is the most useful way of implementing that that will satisfy the most use cases? And that&#8217;s where I think there&#8217;s still a bit of design work to be done. And that&#8217;s why that&#8217;s still experimental, although it is &#8230; So, the secret here is &#8230; It&#8217;s not quite a secret, but &#8230; So, grid support technically already exists in core. The thing is the UI is not exposed. So, there&#8217;s no grid group variation in core, but the grid layout already exists because it underlies the grid&#8217;s layout in the post template block.</p>\n\n\n\n<p>So, that&#8217;s already an implementation of CSS grids in post template. And so, that means that if you really wanted to use a grid layout in core, you could go into your block attributes and set the layout type as grids, and that would just work because the code to support the layout type is there. What is not there yet is the UI and the group block variation.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wow, that&#8217;s really interesting. Yeah, I had no idea. Excellent. Are you going to write a blog post about it for the developer blog? I&#8217;m asking you publicly, but you can say, &#8220;I am going to think about it.&#8221;</p>\n\n\n\n<p><em>Isabel Brison</em>: Is this something that I&#8217;m going to have to commit to? Yeah, no. I&#8217;ll have to think about that. I actually have a fair amount of stuff on my plate right now. I&#8217;m not saying no. That would be great. I would like to write &#8230; I mean, I love CSS and talking about it and trying out new stuff with it. So, that is definitely a possibility that I will consider.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, I also know that Justin Tadlock is in the start blocks for a while now when he heard about grid layout to write about it. But as it&#8217;s still in experiments, it&#8217;s &#8230; Yeah. We need to wait till it&#8217;s out of experiments, and that might take a while. Yeah. What I can see is &#8230; I just enabled it on my test site, and it&#8217;s really cool. I just added a few pictures in there, so it looks like a gallery but it&#8217;s not &#8230; Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: Hmm. Yeah, it works. I think gallery is actually a block where it would be really cool to have a grid implementation, especially if you could control the size of the child blocks. So, that&#8217;s something that I&#8217;m looking forward to being able to work on at some point in the future. But there&#8217;s a lot &#8230; And actually, if you go into Gutenberg and you search for the sort of issues where layout and, especially grid, is discussed, there&#8217;s a lot of thinking around how it should work. Everyone has an opinion on it. And it&#8217;s one of those things that it has to be done right, and it has to be done in a way that will satisfy the greatest amount of use cases while keeping the implementation fairly simple and lean. So, yeah. It&#8217;s not going to be a very easy problem to solve, I think, but it will be a great one to solve. It will be great to see the outcome of that once it&#8217;s done.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah, absolutely. Absolutely. And it&#8217;ll also answer some of the questions about responsiveness and &#8220;Where are my viewpoints?&#8221; and all that. So, you actually wouldn&#8217;t need them because the grid helps you with that. That&#8217;s modern CSS to you, but it&#8217;s also, what, six or seven years old now?</p>\n\n\n\n<p><em>Isabel Brison</em>: Well, yeah. Grid&#8217;s been &#8230; Actually, it&#8217;s been around. It&#8217;s had decent browser support for a long time. The exciting thing now is subgrid, which is &#8230; It has also, I mean, in theory, been around for a long time, but actual implementation in browsers didn&#8217;t happen until last year-ish. And I think it&#8217;s still not stable in all browsers. Let me just check. Can I use CSS subgrid? Because I think that, in Chrome, it&#8217;s probably already in Canary, but I&#8217;m not sure it&#8217;s in Chrome Stable yet. Wait, what&#8217;s the latest version of Chrome? It might actually be. Oh, yeah. Released October 31st. Okay. So, it&#8217;s in the latest version of Chrome. Actually, it&#8217;s looking pretty good. It was very, very recently implemented in Chrome Stable. So, this means that we can start thinking about not only grids but subgrids, which &#8230; You know what would be amazing is having your block so your block uses grid and you detect whether a parent block uses grid, and then you can enable that. It nested grid as a subgrid of the parent. I&#8217;m thinking that that would be really cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s really cool and totally confusing for a user interface.</p>\n\n\n\n<p><em>Isabel Brison</em>: But everything would be beautifully aligned!</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yes, the alignment is that one that confuses people. And yeah, I want it. Yeah.&nbsp;</p>\n\n\n\n<p>And I think we&#8217;re getting, time-wise, to the end of our show. It has been a great pleasure talking with you, Isabel, today. The Gutenberg Changelog. The bad news is this is the last Changelog of the year. The good news is we start one right in the first week of January with episode 94. But I have one question, still. What are you currently working on? Because you worked on the grid log a while ago, but what are you working on right now?</p>\n\n\n\n<p><em>Isabel Brison</em>: Right now? So, my attention&#8217;s been a bit scattered here and there with different things.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Welcome to the club.</p>\n\n\n\n<p><em>Isabel Brison</em>: I&#8217;m actually trying to get some &#8230; I&#8217;ve been trying to add in some controls to allow, I guess, website designers &#8230; And this is probably going to be an interesting feature for agencies and folks using Gutenberg at a more enterprise level, where &#8230; For a long time, folks have wanted to be able to disable certain design controls. And so, I&#8217;m adding a few settings to layout so that some of the controls in layout can be disabled at a site-wide or a block-wide level. But that&#8217;s not very exciting. That&#8217;s not very exciting in terms of new features, something that probably should have already existed in there. So, I&#8217;m just going, &#8220;Okay, let&#8217;s add this in.&#8221;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I know.</p>\n\n\n\n<p><em>Isabel Brison:</em> The thing I&#8217;m excited about…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Isabel Brison</em>: &#8230; which I&#8217;m just starting to dabble in. I&#8217;m starting to play around with Drag and Drop because I think there&#8217;s a lot of space for improvement in the current Drag and Drop. And this is not to say that it&#8217;s bad because it&#8217;s a lot better than it was a couple of years ago. There&#8217;s steadily been work and improvement in that area, but I think there&#8217;s still a fair bit of stuff that can be done. And I&#8217;m particularly excited to try and combine the Drag and Drop functionality with the ability to create layouts. So, add Drag and Drop elements so that they can be side-by-side and things like that. So, I&#8217;m playing around with some very experimental stuff and trying to figure out if it works.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I have the vision that when I Drag and Drop something, it actually pops to a grid. And I know there are certain tools out there that actually do that, but it would be phenomenal if that would come to WordPress. So, I&#8217;m glad you&#8217;re working on things like that.</p>\n\n\n\n<p>And I do know people who are going to get excited about the disabled, site-wide, some layout stuff. So, yeah. You do some great work there as well. And people are waiting for it as well. Yeah.</p>\n\n\n\n<p>So, okay, dear listeners. Now, we have to say goodbye to this year and wishing you not only happy Thanksgiving, but also happy holidays for those who celebrate it. And before we end the show, as always, the show notes will be published on the GutenbergTimes.com/podcast. This is episode 93, and if you have questions, suggestions, or news for the next one, in 2024, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. And Isabel, it&#8217;s not the first time that you&#8217;re on the show, but maybe we have a few new listeners. Where can you be reached when people want to reach out to you?</p>\n\n\n\n<p><em>Isabel Brison</em>: Oh, I am on GitHub as Tell the Machines. I am on WordPress Slack as Tell the Machines, also.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Good.</p>\n\n\n\n<p><em>Isabel Brison</em>: I&#8217;m not very inventive. That&#8217;s my username pretty much across all the WordPress sphere. Feel free to ping me, ask me questions and &#8230; Yeah, I&#8217;m around.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, thank you so much and all the good wishes for the last month of the year. Also, to you, to Australia. You have summer now?</p>\n\n\n\n<p>Isabel Brison: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We are coming into the winter, and it&#8217;s my first winter in Munich. So, I might turn into a hibernation and go &#8230; like Mama Bear always goes into hibernation when it&#8217;s too cold. That sounds like me. So, I sleep longer.</p>\n\n\n\n<p><em>Isabel Brison</em>: That&#8217;s great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I go earlier to bed.</p>\n\n\n\n<p><em>Isabel Brison</em>: Sounds like it&#8217;s going to be chilly. Yeah, it&#8217;s going to be warm. Well, Sydney&#8217;s pretty warm. So, expecting a fairly hot summer here.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. All right. Well, I wish you all a good New Year and see you all in January.&nbsp;</p>\n\n\n\n<p><em>Isabel Brison</em>: Happy holidays for everyone.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Happy holidays. Bye bye.</p>\n\n\n\n<p><em>Isabel Brison</em>: Bye.</p>\n\n\n\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 26 Nov 2023 12:06:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Gutenberg Times: Gutenberg 17.1, Theme Handbook updated, Get started with Command Palette – Weekend Edition 275\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=26428\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://gutenbergtimes.com/gutenberg-17-1-theme-handbook-updated-get-started-with-command-palette-weekend-edition-275/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18147:\"<p>Howdy, </p>\n\n\n\n<p>If you celebrate it: Happy Thanksgiving. Enjoy the weekend with your family and friends. </p>\n\n\n\n<p>It&#8217;s the first time in over twenty years, when Thanksgiving was just another  Thursday in our workweek. Here we have plenty of bank holidays around Christmas and New Year&#8217;s. I am not complaining. It was merely one of those first <em>Living in Munich</em> things. Similar to seeing the first tiny snowflakes when walking down the street and temperatures below 49 °F (ca. 9 °C) during the day. ?❄️</p>\n\n\n\n<p>Stay warm, my friends.</p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n<p></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#2-how-to-replace-the-default-blog-home-template-in-2024\">How to replace the default Blog home template in Twenty-Twenty-Four </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-blocks-and-tools-for-the-block-editor\">Building Blocks and Tools for the Block editor</a></li></ul></div>\n</div></div>\n\n\n\n\n<p><strong>November 29, 2023 16:00 UTC </strong><br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/297122886/\">Developer Hours: How to extend core WordPress blocks</a></strong></p>\n\n\n\n<p><strong>Nick Diego</strong> and <strong>Ryan Welcher</strong> will discuss how to extend core WordPress blocks and why this approach can be preferred over creating a custom block.&nbsp;</p>\n\n\n\n<a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/297122886/\"><img width=\"600\" height=\"338\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/DEVHour-2023-11-29.webp?resize=600%2C338&ssl=1\" alt=\"\" class=\"wp-image-26458\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> </strong>2023 has a landing page now. Matt Mullenweg&#8217;s annual keynote address will take place on <strong>December 11 at 15:00 UTC</strong> on livestream or in person (in Madrid, Spain) </p>\n\n\n\n<div class=\"wp-block-group has-accent-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<a href=\"https://wordpress.org/state-of-the-word/\"><img width=\"652\" height=\"296\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/Screenshot-2023-11-24-at-14.12.45.png?resize=652%2C296&ssl=1\" alt=\"\" class=\"wp-image-26483\" /></a>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Andre Maneiro</strong> released Gutenberg 17.1 version. 200 PRs by 55 contributors, 3 of them first timers. The release includes several new enhancements, loads of&nbsp;bug&nbsp;fixes, and continued work on Phase 3 features. Here are the highlights: </p>\n\n\n\n<ol>\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/#writing-flow\">Improvements to accessibility and writing flow</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/#spacing-quote-block\">Design tools: block spacing for Quote block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/11/22/whats-new-in-gutenberg-17-1-22-november/#other\">Other notable highlights</a></li>\n</ol>\n\n\n\n<p><strong>Isabel Brison</strong> and I discussed the latest Gutenberg release, Gutenberg 17.1, Command Palette, Data Views and Grid Layout. It was a great chat, hope you enjoy it, too. It is also the last episode of 2023. In a few days, it will become available on your favorite podcast app. </p>\n\n\n\n<img width=\"600\" height=\"170\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/Isabel-Brison-Birgit-Pauli-Haack-Gutenberg-Changelog-93.jpg?resize=600%2C170&ssl=1\" alt=\"\" class=\"wp-image-26478\" />\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-d02c05917781faad43b455819cf71f89\">?️ Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-93-gutenberg-17-1-command-palette-data-views-and-grid-layout/\">Gutenberg Changelog #93 – Gutenberg 17.1, Command Palette, Data Views and Grid Layout</a> &#8211; a chat with <strong>Isabel Brison</strong></p>\n\n\n\n<p><strong>Joen Asmussen</strong> posted the <strong><a href=\"https://make.wordpress.org/design/2023/11/20/design-share-nov-6-nov-17/\">Design Share: Nov 6-Nov 17</a></strong>, in which he lists the following work of the WordPress design team: </p>\n\n\n\n<ul>\n<li>Sticky Template in template view</li>\n\n\n\n<li>Dropdown component for menus and other use cases</li>\n\n\n\n<li>Date range picker</li>\n\n\n\n<li>Styles Panel</li>\n\n\n\n<li>Settings for the homepage in the Site editor</li>\n</ul>\n\n\n\n<img width=\"652\" height=\"395\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/setting-for-Homepage.webp?resize=652%2C395&ssl=1\" alt=\"\" class=\"wp-image-26435\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> invites you to the next <a href=\"https://make.wordpress.org/core/2023/11/23/hallway-hangout-lets-explore-wordpress-6-5/\"><strong>Hallway Hangout: Let’s explore WordPress 6.5</strong></a> on January 16, 2024, at 21:00 UTC, when she will talk through some of what’s to come in the next WordPress release with a proposed schedule for March 26th. This is being shared early to help encourage more folks to tune in and to build some excitement for this next release.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>Watching the pros is always a fabulous way to learn. <strong>Brian Gardner</strong>, developer advocate at WP Engine, shows you in his video how to<a href=\"https://www.youtube.com/watch?v=KJnLZJPtsA0\"><strong> create a page with sidebar template in WordPress</strong></a>. You&#8217;ll learn how to add columns, how to use the List View, how to group blocks, and change the blockGap, how to add a custom style and make the sidebar accessible for screen readers by assigning a semantic HTML element to it. From beginning to end, a great tutorial. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In the YouTube video, <a href=\"https://www.youtube.com/watch?v=2l5XqBEX598\"><strong>Pro-Themer builds a WordPress website with Twenty Twenty Four</strong></a>, <a href=\"https://www.youtube.com/watch?v=erT8LxuI5r4\"></a><strong>Maggie Cabrera,</strong> co-lead on the default theme development and <strong>Dave Smith</strong>, JavaScript developer on the open-source project, used the Twenty-Twenty-Four theme to build a fictional business site with core blocks only. And I just learned how to change the template on the home page instead of editing the existing template. The choices are gorgeous. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-how-to-replace-the-default-blog-home-template-in-2024\">How to replace the default Blog home template in Twenty-Twenty-Four </h3>\n\n\n\n<ul>\n<li>On a fresh installation of WordPress with Twenty-Twenty-Four theme,  </li>\n\n\n\n<li>Go to the Site editor, </li>\n\n\n\n<li>Click on the canvas to get into edit mode. </li>\n\n\n\n<li>Make sure you are on the Template tab in the sidebar</li>\n\n\n\n<li>Next to &#8220;Blog Home&#8221; click on the three-dot menu. </li>\n\n\n\n<li>Select the choice to <strong>Replace template</strong>. </li>\n\n\n\n<li>When you click on it, a modal opens full screen with all the beautiful choices  for the home page you can use. </li>\n</ul>\n\n\n\n\n\n\n\n\n\n\n\n<p><em><a href=\"https://twitter.com/bph/status/1728014239581769922\">I also shared</a> the video and some screenshots on X (former Twitter)</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Felix Arntz</strong> posted some changes you might want to double-check on in  <a href=\"https://make.wordpress.org/core/2023/11/13/main-query-loop-handling-for-block-themes-in-6-4/\"><strong>Main query loop handling for block themes in 6.4</strong></a>. In WordPress 6.4, a change has been applied to how the main query loop is being handled for block themes. For singular content, the output of block templates (e.g. <code>single.html</code> or <code>page.html</code>) will be automatically wrapped in the main query loop. This might have ramifications for how your theme works. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you are keen to learn more about the design and development process for this year&#8217;s default theme Twenty-Twenty-Four, <strong>Rich Tabor</strong> quizzed Beatriz Fiahlo and Maggie Cabrera for his article: <strong><a href=\"https://automattic.design/2023/11/22/introducing-twenty-twenty-four/\">Introducing Twenty Twenty-Four</a></strong>, that gives you a behind-the-scenes look at &#8220;the most expressive and capable WordPress default theme yet&#8221;, alongside WordPress 6.4.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> just published the new Theme Handbook chapters&nbsp;<a href=\"https://developer.wordpress.org/themes/getting-started/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Getting Started</strong></a>&nbsp;and&nbsp;<a href=\"https://developer.wordpress.org/themes/core-concepts/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Core Concepts</strong></a>. While the <strong>Getting started</strong> section aims at new theme developers, it also provides a resource for seasoned theme developers who are learning how to build block themes for the first time. The meat of the matter is to found in the <strong>Core Concepts</strong> chapter. </p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/theme-structure/\"><strong>Theme Structure</strong></a> is&nbsp;a walk-through on how a theme’s files and folders are structured following WordPress standards.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/main-stylesheet/\"><strong>Main Stylesheet</strong></a><strong> </strong>explains the importance of the theme’s&nbsp;<code>style.css</code>&nbsp;file and how to use it.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/custom-functionality/\"><strong>Custom Functionality</strong></a> shows how to use the theme’s functions file (<code>functions.php</code>) and how to add more functionality to a theme.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/templates/\"><strong>Templates</strong></a> introduces how WordPress’ block templates system works and provides pathways for more in-depth learning.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/including-assets/\"><strong>Including Assets</strong></a> is a guide on including CSS, JavaScript, images, and more in your themes.</li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/themes/core-concepts/global-settings-and-styles/\"><strong>Global Settings and Styles</strong></a>&nbsp;gives a basic overview of how the&nbsp;<code>theme.json</code>&nbsp;file works in themes with learning pathways to more detailed articles.</li>\n</ul>\n\n\n\n<p>With these two chapters now updated/published, it effectively replaces the old Block Themes chapter. The first five chapters of the handbook are now almost entirely focused on block theming, with classic theming relegated to the&nbsp;<a href=\"https://developer.wordpress.org/themes/classic-themes/\" target=\"_blank\" rel=\"noreferrer noopener\">Classic Themes</a>&nbsp;chapter. There is still more work to be done (<a href=\"https://github.com/WordPress/Documentation-Issue-Tracker/issues/816\" target=\"_blank\" rel=\"noreferrer noopener\">get involved!</a>)!</p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-blocks-and-tools-for-the-block-editor\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p><strong>Nick Diego</strong> wrote about <a href=\"https://make.wordpress.org/meta/2023/11/22/redesigning-developer-resources-and-a-call-for-testing/\"><strong>Redesigning Developer Resources and a call for testing</strong></a> on the Make Met Blog. This project consists of a new design for the <a href=\"https://developer.wordpress.org/\">Developer Resources</a> section of WordPress.org, which houses the official Code Reference, Block Editor Handbook, Theme Handbook, and much more.  The design effort aims to refresh the aesthetics, convert the site to a block theme, and improve the overall developer experience.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>With his newest tutorial, <strong>Justin Tadlock</strong> helps you <a href=\"https://developer.wordpress.org/news/2023/11/getting-started-with-the-command-palette-api/\"><strong>Getting started with the Command Palette API</strong></a>. Learn build command to toggle a Discussion panel, open the Experiments page of the Gutenberg plugin and toggle the buttons from icons to text and back to site and post editor. </p>\n\n\n\n<img width=\"652\" height=\"338\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/command-palette.jpg?resize=652%2C338&ssl=1\" alt=\"\" class=\"wp-image-26433\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>WordPress Developer are called to help with <a href=\"https://make.wordpress.org/core/2023/11/21/exploration-to-support-modules-and-import-maps/\"><strong>Exploration to support Modules and Import Maps</strong></a>. <strong>Luis Herranz</strong>, sponsored contributor by Automattic,  posted a call for comments on how you think you should be able to leverage the latest web standards for writing and consuming JavaScript code. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest Twitch stream, <strong>Ryan Welcher</strong> was <strong><a href=\"https://www.twitch.tv/videos/1985187408\">Looking at block deprecations</a></strong>. and walks you through the nature of block deprecations for static blocks and starts with a very basic block. </p>\n\n\n\n<p>If you don&#8217;t know what that means, you can also read up about it in Michael Burridge&#8217;s article on the Developer Blog <a href=\"https://developer.wordpress.org/news/2023/03/block-deprecation-a-tutorial/\"><em>Block deprecation – a tutorial</em></a>. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Screenshot of <a href=\"http://openverse.org\">Openverse</a> on the search for &#8220;wooden blocks&#8221;.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Nov 2023 07:23:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"HeroPress: HeroPress News! Camels at sunset! Weddings! Castles! Everything!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=5972\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"https://heropress.com/heropress-news-camels-at-sunset-weddings-castles-everything/#utm_source=rss&utm_medium=rss&utm_campaign=heropress-news-camels-at-sunset-weddings-castles-everything\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12205:\"<img width=\"768\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2023/11/591655ed2bfb224c5.58123242-rotated-1-768x1024.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" /><div class=\"kb-row-layout-wrap kb-row-layout-id5972_384b30-5e alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column5972_61d1c2-ce inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading5972_7d33fa-9b wp-block-kadence-advancedheading\"> NEWS NEWS NEWS!</h2>\n\n\n\n<p>There is a LOT going on this week!  For one thing, this newsletter is <strong>no longer</strong> coming to you from the HeroPress Network site!  It&#8217;s being rolled into HeroPress.com.  The old archives will stay on the old site, but new issues will be here.</p>\n\n\n\n<p>The same holds true for the Tip Of The Week.</p>\n\n\n\n<h3 class=\"kt-adv-heading5972_21cf19-54 wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/affiliates/\">Affiliate Links</a></h3>\n\n\n\n<p>People have suggested for years that HeroPress raise funding with affiliate links, but I didn&#8217;t want it to become a link farm either.  The solution is to make a plugin that lists all of our affiliate links on <a href=\"https://heropress.com/affiliates/\">one page</a> with easy sorting.  You can find it at <a href=\"https://heropress.com/affiliates/\">https://heropress.com/affiliates/</a></p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-5972_79af4b-39 is-style-dots\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id5972_8e6495-54 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column5972_933d34-41 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading5972_8c4972-67 wp-block-kadence-advancedheading\"><a href=\"https://hallwaychats.com\">WPPhotos.Info</a></h2>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://wpphotos.info/sunset-camel/\"><img width=\"300\" height=\"200\" src=\"https://heropress.com/wp-content/uploads/2023/11/45665573fd4b02927.15243956-scaled-1280-300x200.jpg\" alt=\"\" class=\"wp-image-6157\" /></a></div>\n\n\n<p>This week&#8217;s <a href=\"https://wpphotos.info\">WPPhotos Info</a> is called &#8220;<a href=\"https://wpphotos.info/sunset-camel/\">Sunset Camel</a>&#8220;. </p>\n\n\n\n<p>This photo was taken by <a href=\"https://wordpress.org/photos/author/salsel/\">salsel</a> while on a journey through Morocco. She traveled alone from France and then joined an organized group trip from Marrakech to the Merzouga. The trip was her own birthday gift.</p>\n\n\n\n<p><a href=\"https://wpphotos.info/long-view-of-chalipuzha-river/\">Read more of the story at WPPhotos.info</a>!</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-5972_bbbf3c-06\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id5972_2f83b6-44 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column5972_56324c-d3 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading5972_448d4e-d9 wp-block-kadence-advancedheading\"><a href=\"https://heropress.com/\">Press Releases!</a></h2>\n\n\n<div class=\"wp-block-image is-style-default\">\n<img src=\"https://heropressnetwork.com/wp-content/uploads/2024/03/pressitwp_logo-300x130.jpg\" alt=\"Press It WP\" class=\"wp-image-4736\" /></div>\n\n\n<p><a href=\"https://pressitwp.com\">PressItWP.com</a> has been a part of the <a href=\"https://heropressnetwork.com\">HeroPress Network</a> for almost a year now, if you ever release Press Releases, please consider <a href=\"https://pressitwp.com\">PressItWP</a>!</p>\n\n\n\n<p></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-gravitykit-s-2023-black-friday-sale-get-50-off\"><a href=\"https://www.gravitykit.com/black-friday/?utm_campaign=gk_sale&utm_source=pressitwp&utm_medium=referral\">GravityKit’s 2023 Black Friday Sale (Get 50% Off!)</a></h2>\n\n\n\n<p>Get 50% off on GravityKit’s toolkit of essential add-ons for Gravity Forms. Enhance Gravity Forms and build powerful web applications.</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-5972_d95905-8d\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id5972_322dca-35 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column5972_f182e5-1b inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 class=\"kt-adv-heading5972_f81ad2-4f wp-block-kadence-advancedheading\"><a href=\"https://wppodcasts.com\">WP Podcasts</a></h2>\n\n\n\n<a href=\"https://wppodcasts.com\"><img src=\"https://heropressnetwork.com/wp-content/uploads/2024/01/pocket_casts_single_315.png\" alt=\"Pocket Casts image\" class=\"wp-image-4316\" /></a>\n\n\n\n<p>There were <em>twenty-six</em> WordPress podcast episodes released this week! There&#8217;s also a new podcast this week, <a href=\"https://wppodcasts.com/podcast/the-wordpress-edge/\">The WordPress Edge</a>!</p>\n\n\n\n<ul>\n<li><a href=\"https://underrepresented-in-tech.castos.com/episodes/how-allies-create-mental-labor-for-underrepresented-people#new_tab\">How Allies Create Mental Labor for Underrepresented People</a> from <a href=\"https://wppodcasts.com/podcast/underrepresented-in-tech/\">Underrepresented in Tech</a></li>\n\n\n\n<li><a href=\"https://share.transistor.fm/s/18de8624#new_tab\">Will WordPress Page Builders Survive?</a> from <a href=\"https://wppodcasts.com/podcast/the-wp-minute/\">The WP Minute</a></li>\n\n\n\n<li><a href=\"https://www.freelandev.com/podcast/239-preparando-bf-dudas-cambios-en-plugins-render_block_-y-adios-a-los-nahuai-pinitos/#new_tab\">#239 – Preparando BF, dudas cambios en plugins, render_block_* y adiós a los Nahuai-pinitos</a> from <a href=\"https://wppodcasts.com/podcast/freelandev/\">Freelandev</a></li>\n\n\n\n<li><a href=\"https://dothewoo.io/now-is-the-time-for-passkeys-in-wordpress-all-the-time-with-timothy-jacobs/#new_tab\">Now is the Time for Passkeys in WordPress, All the Time with Timothy Jacobs</a> from <a href=\"https://wppodcasts.com/podcast/do-the-woo-a-woocommerce-podcast/\">Do the Woo – A WooCommerce Podcast</a></li>\n</ul>\n\n\n\n<p>There are new episodes every single day, so be sure to stop by <a href=\"https://wppodcasts.com\">WPPodcasts.com</a> and search for things that interest you!</p>\n</div></div>\n\n</div></div>\n\n\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-5972_89ea16-3c\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\" /></div></div>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id5972_927049-d3 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column5972_9b1705-22 inner-column-1\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"wpphotos\" class=\"kt-adv-heading5972_7cae31-b1 wp-block-kadence-advancedheading\"><a href=\"https://wordpress.org/photos\">WP Photos</a></h2>\n\n\n\n<p>Here are some of the great photos submitted to the <a href=\"https://wordpress.org/photos\">WPPhotos</a> project this week!</p>\n\n\n\n\n\n<div class=\"kb-gallery-wrap-id-5972_4698e7-40 alignnone wp-block-kadence-advancedgallery\"><ul class=\"kb-gallery-ul kb-gallery-non-static kb-gallery-type-masonry kb-masonry-init kb-gallery-id-5972_4698e7-40 kb-gallery-caption-style-bottom-hover kb-gallery-filter-none\"><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/263655aeb0ca4fab4.82439901-683x1024.jpg\" width=\"683\" height=\"1024\" alt=\"\" class=\"wp-image-6169\" /></div></div></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/477655aec622a1fa8.92305308-683x1024.jpg\" width=\"683\" height=\"1024\" alt=\"\" class=\"wp-image-6168\" /></div><div class=\"kadence-blocks-gallery-item__caption\"><a href=\"https://wordpress.org/photos/author/sharankrishna/\">sharankrishna</a></div></div></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/290655dd4ecead9f1.84139270-1024x768.jpeg\" width=\"1024\" height=\"768\" alt=\"\" class=\"wp-image-6167\" /></div><div class=\"kadence-blocks-gallery-item__caption\"><a href=\"https://heropress.com/wp-content/uploads/2023/11/290655dd4ecead9f1.84139270-scaled.jpeg\"></a><a href=\"https://wordpress.org/photos/author/anish29/\">Anis</a></div></div></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/59655a89c03d60b4.33485375-819x1024.jpg\" width=\"819\" height=\"1024\" alt=\"\" class=\"wp-image-6166\" /></div><div class=\"kadence-blocks-gallery-item__caption\"><a href=\"https://wordpress.org/photos/author/tyxla/\">Marin Atanasov</a></div></div></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/919655dcd7dc244e9.81017175-1024x768.jpg\" width=\"1024\" height=\"768\" alt=\"\" class=\"wp-image-6165\" /></div><div class=\"kadence-blocks-gallery-item__caption\"><a href=\"https://wordpress.org/photos/author/atsuo0475watanabe/\">渡邉厚夫</a></div></div></div></li><li class=\"kadence-blocks-gallery-item\"><div class=\"kadence-blocks-gallery-item-inner\"><div class=\"kb-gal-image-radius\"><div class=\"kb-gallery-image-contain kadence-blocks-gallery-intrinsic\"><img src=\"https://heropress.com/wp-content/uploads/2023/11/839655ae1936ee3c0.52974282-1024x768.jpg\" width=\"1024\" height=\"768\" alt=\"\" class=\"wp-image-6164\" /></div><div class=\"kadence-blocks-gallery-item__caption\"><a href=\"https://wordpress.org/photos/author/ardhrubo/\">Dhrubo</a></div></div></div></li></ul></div>\n\n\n\n<p>Be sure to check out the <a href=\"https://wordpress.org/photos/\">hundreds of other great photos</a>!</p>\n</div></div>\n\n</div></div>\n\n\n<p></p>\n\n\n\n<p>The header photo for this post is a <a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/591655ed2b/\">photo</a> by <a href=\"https://wordpress.org/photos/author/yamchhetri/\">Yam Chhetri</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n\n\n\n<p>That&#8217;s it for this week! If you&#8217;d like to get this post in your email every week, <a href=\"https://heropressnetwork.com/newsletter\">make sure you sign up</a>!</p>\n\n<p>The post <a href=\"https://heropress.com/heropress-news-camels-at-sunset-weddings-castles-everything/\">HeroPress News! Camels at sunset! Weddings! Castles! Everything!</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Nov 2023 16:10:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Do The Woo Community: WordPress Meetups Have Always Had a Place in My Heart\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78540\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://dothewoo.io/wordpress-meetups-have-always-had-a-place-in-my-heart/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:415:\"<p>A bit of reflection and good feelings seeing more meetups being organized. Plus a teaser for State of the Word and watch parties.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/wordpress-meetups-have-always-had-a-place-in-my-heart/\">WordPress Meetups Have Always Had a Place in My Heart</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Nov 2023 12:29:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: #100 – Nick Diego on the Revamp of the WordPress Showcase Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=151481\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/podcast/100-nick-diego-on-the-revamp-of-the-wordpress-showcase-website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49495:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the revamp of the WordPress showcase website.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Nick Diego. Nick is a sponsored full-time contributor at Automattic. His official position is a developer relations advocate, which allows him to focus on creating developer orientated content. Apart from his regular responsibilities, Nick is also involved in a separate project called the WordPress Showcase, and this is the focus of the podcast today.</p>\n\n\n\n<p>The WordPress showcase is a curated collection of websites built with WordPress. Its purpose is to inspire, and show the breadth of what WordPress can achieve. Currently the showcase features around a hundred sites, including large enterprises like the New York Times and NASA. It aims to challenge misconceptions about WordPress, and highlight the platforms scale and reach.</p>\n\n\n\n<p>The design of the showcase is contemporary and visually impactful. It shows that whatever proprietary platforms can do, WordPress can also do.</p>\n\n\n\n<p>During the podcast we talk about the intricacies of the Showcase project. We discuss the selection criteria for featured sites, including the possibility of case studies to show the process behind their creation.</p>\n\n\n\n<p>We also explore the importance of block themes within the Showcase, and the ongoing efforts to make wordpress.org fully block-based.</p>\n\n\n\n<p>We also get into the future iterations of taxonomies and navigation on the site to enhance its functionality. Nick suggests that the categories in the showcase will serve as a valuable resource for novice users, trying to understand the capabilities of WordPress.</p>\n\n\n\n<p>The redesigned showcase aims to highlight WordPress in a modern way, inspire web design, and convince clients that WordPress is a credible choice. Everything that you see on the website is open source, meaning that you can download all the theme files for the showcase site to see how it was all put together.</p>\n\n\n\n<p>If you&#8217;re curious about block development, or how you might convince clients that WordPress is a credible CMS, this podcast is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Nick Diego.</p>\n\n\n\n<p>I am joined on the podcast today by Nick Diego. Hello, Nick.</p>\n\n\n\n<p>[00:03:49] <strong>Nick Diego:</strong> Thanks for having me.</p>\n\n\n\n<p>[00:03:50] <strong>Nathan Wrigley:</strong> You&#8217;re very, very welcome. Nick has been on the podcast before, but he&#8217;s here to talk about something completely different this time. He&#8217;s here to talk about something called, well, I&#8217;m going to call it The Showcase. I don&#8217;t know if that&#8217;s the correct name for it. It might just be the WordPress Showcase or just Showcase. We&#8217;ll get into that in a moment.</p>\n\n\n\n<p>First of all, Nick, it&#8217;s a fairly generic question, but I always begin this way. Could you just tell us who you are, who you work for, what your relationship is with WordPress? All of that kind of quick bio stuff.</p>\n\n\n\n<p>[00:04:16] <strong>Nick Diego:</strong> Absolutely. So I am a sponsored full time contributor working for Automattic. And I work in the. org division. My official title is developer relations advocate. And so a lot of my work is around creating developer oriented content, speaking with developers, kind of helping them navigate modern WordPress development techniques, and that sort of thing.</p>\n\n\n\n<p>But what we&#8217;re here to talk about today, is about the WordPress Showcase. And that&#8217;s kind of a separate project, but also in the .org space, improving the .org website, one component being the Showcase. I&#8217;m also working on that as well as my developer content.</p>\n\n\n\n<p>[00:04:55] <strong>Nathan Wrigley:</strong> So you have your fingers in a variety of different pies. But the pie that we&#8217;re concerned about today is the WordPress Showcase. I suspect that it may be useful, if you are sitting near a computer or a mobile phone at this point, it may actually be quite useful to pause the podcast and go and have a little poke around the following URL.</p>\n\n\n\n<p>It&#8217;s really easy to capture. So if you go to wordpress.org/showcase. That&#8217;s nice and straightforward. wordpress.org/showcase. You&#8217;re going to be presented with a site, and you may think to yourself, well, what&#8217;s the purpose of this? Because there&#8217;s no real calls to action. There&#8217;s nothing really that we are requiring the users to do. But I guess that&#8217;s the intent.</p>\n\n\n\n<p>So Nick, what is it? Why does this page exist? We&#8217;ll talk about its history later. Let&#8217;s just outline what it&#8217;s for.</p>\n\n\n\n<p>[00:05:39] <strong>Nick Diego:</strong> The page is designed to Showcase what can be built with WordPress. And right now there&#8217;s about 100 sites, and this is kind of looked at as like a beginning. You know, the Showcase can grow as folks submit entries to the Showcase. But it&#8217;s really just to highlight and kind of inspire people about what can be built with WordPress.</p>\n\n\n\n<p>We have sites like NASA and, you know, government sites like wordpress.gov. We have artist blogs and portfolios and businesses, and there&#8217;s a construction company on there. I mean, it&#8217;s just to try to show all the different types of sites that can be built with the WordPress platform.</p>\n\n\n\n<p>[00:06:14] <strong>Nathan Wrigley:</strong> So given that WordPress has been around for a really, really long time now. We&#8217;re into the second decade, we&#8217;ve gone through 20 years already. So it&#8217;s been around for absolutely ages and, you know, people have been building websites.</p>\n\n\n\n<p>Does the WordPress community or the wider world, maybe that&#8217;s who it&#8217;s aimed at more. Do they not know what WordPress is capable of? In other words, is this here for people who are trying to make a decision about whether to use WordPress or not? And it&#8217;s trying to encourage them that, look, there is no perfect template. There isn&#8217;t one size fits all. WordPress can do more or less anything.</p>\n\n\n\n<p>[00:06:43] <strong>Nick Diego:</strong> Yeah, I think so. I think that part of this new Showcase, and we&#8217;ll kind of talk about, again, you said the history of the page and, you know, how it came to be. But the Showcase is now a top level navigation item when you go to wordpress.org. And the idea is for somebody who maybe is very new to WordPress, never used WordPress before, is just looking to get a presence online. It&#8217;s a quick place for them to go to just see what&#8217;s possible.</p>\n\n\n\n<p>But there&#8217;s all sorts of different audiences that come to WordPress. And there&#8217;s a lot of people who have some idea, or thoughts about what WordPress is. Oh, it&#8217;s just a blogging platform. Or, oh, it can&#8217;t do certain things, or it can do certain things.</p>\n\n\n\n<p>This is trying to show the breadth of what WordPress can do. Whether you&#8217;re a new user or whether you have some, you know, misconceptions about what the WordPress platform can do. This is trying to capture all the different ways to build with WordPress.</p>\n\n\n\n<p>[00:07:33] <strong>Nathan Wrigley:</strong> It&#8217;s fairly impactful in terms of its design. In other words, the design is very contemporary, and it&#8217;s quite stark. There&#8217;s a lot of black, there&#8217;s a lot of white. And essentially you are putting the sites, there&#8217;s these little, they look like desktop versions of the site in every case that I&#8217;m looking at, at the moment.</p>\n\n\n\n<p>And there&#8217;s just dozens and dozens of them lined up after one another. And each of them is really incredibly different from the other. But the thing that I&#8217;m taking away from it all, is just how large the reach of WordPress is. So more or less everything that I can see is something that I&#8217;ve heard of. So there&#8217;s museums here, there&#8217;s software companies, there&#8217;s enormous publications, and so on.</p>\n\n\n\n<p>So is there a bit of that thrown into it as well? We&#8217;re trying to sort of impress with the scale of what WordPress is able to achieve. So I&#8217;m looking, I can see the New York Times, and various other different enterprises. Is that a part of it as well? Just look at the enormous projects that WordPress has captured, NASA and so on.</p>\n\n\n\n<p>[00:08:27] <strong>Nick Diego:</strong> Yeah, I think so personally. There are a lot of other competitors, quote unquote, that WordPress competes with. We have things like Squarespace and Wix and others. This Showcase was not a direct response to those sites. The Showcase has been around on WordPress for a very long time. But one of the unique things about WordPress powering 43 percent of the internet is that, there&#8217;s a lot of high quality sites built with WordPress.</p>\n\n\n\n<p>Being able to Showcase that the breadth of what you can build with WordPress, I do think is one of the unique things that WordPress has that allows it to stand out from maybe some of the other platforms.</p>\n\n\n\n<p>And so showcasing things like the New York Times, again, I said NASA. NASA is at the top of mind because they recently just converted everything over to WordPress, which is a massive undertaking.</p>\n\n\n\n<p>But, I mean, showcasing these kind of sites, as well as smaller sites. There are some restaurants on there. There&#8217;s a couple, ones that were built purely with the block editor, which is pretty cool. And so really having that juxtaposition of large enterprise sites versus small. Small business, you know, individual portfolio.</p>\n\n\n\n<p>Hopefully, that shows a new user, someone who is just exploring WordPress all the different ways that you can build with the platform. And hopefully inspire them to dig a little deeper, download WordPress, get hosting, so on and so forth.</p>\n\n\n\n<p>[00:09:40] <strong>Nathan Wrigley:</strong> Yeah. So just a couple of things on the navigation. For a start, it really is front and center on the wordpress.org navigation. Currently, as things stand, we&#8217;re recording this in November 2023. It&#8217;s the second item in the menu. After news comes Showcase and after that is hosting.</p>\n\n\n\n<p>But then also if you actually go onto the Showcase site, there&#8217;s a couple of menu items on the right hand side where it says submit a site. And then there&#8217;s view all sites. But it&#8217;s the submit a site bit that I&#8217;m interested in. I wonder what the guidelines is around what would ever make it onto this page.</p>\n\n\n\n<p>I can imagine if you were an agency, it would be incredible to get your website listed here. Presumably there&#8217;d be some kudos to that, and perhaps even other people coming to your agency.</p>\n\n\n\n<p>So I wonder around that if there are criteria about what can appear here, what will appear here in the future. And the number a hundred, which is the number of websites that&#8217;s there at the moment, seems too coincidental. Is that the target number that you&#8217;re always going to feature or does that possibly go up and down depending on submissions?</p>\n\n\n\n<p>[00:10:38] <strong>Nick Diego:</strong> So it&#8217;s funny you call out the hundred, because there were some proposals back in March around trying to keep the Showcase to 100. And from some community feedback it was like, oh, that&#8217;s a numbers too small. Do we really want to remove people from the Showcase once you&#8217;ve been added? You know, so kind of keeping that 100 as it stands right now, based on my understanding, that&#8217;s not a hard and fast number to be stuck with.</p>\n\n\n\n<p>Interestingly enough, a lot of sites that were on the previous version of the Showcase were pulled over into the new Showcase. And there were some that were in the queue still, that hadn&#8217;t been processed, that also got pulled over. There are a handful of new ones as well.</p>\n\n\n\n<p>As we went through, double checking, oh, this is still a WordPress site, making sure there were no problems, we randomly got to 100. It was like 108 at one point, and then just like, oh, this is not WordPress anymore. And then it got down to 100, so that&#8217;s purely coincidence.</p>\n\n\n\n<p>[00:11:27] <strong>Nathan Wrigley:</strong> In terms of criteria for submission though, what would those be?</p>\n\n\n\n<p>[00:11:31] <strong>Nick Diego:</strong> Exactly. So right now, the submission for submitting to the Showcase has not changed from the previous version. The project around updating the aesthetic, and the design of the site is part of a broader effort across wordpress.org, to kind of modernise and update the site as a whole. The main focus is aesthetics, and also changing all the themes to a block theme. So the new Showcase is entirely a block theme. Previously it was not.</p>\n\n\n\n<p>Content moderation and how the submissions are managed, you know, how often new sites get added, that was not within the scope of the project. How the previous Showcase was managed, prior to this new redesign, is all the same.</p>\n\n\n\n<p>That being said, there is a lot of work that needs to be done. And this needs to be handled from a community perspective, around content moderation, what is the process around that? So as we move forward in the next few months, that needs to be a focus for the Showcase site, in kind of improving that pipeline for new sites.</p>\n\n\n\n<p>As of right now, we get a lot of submissions to the Showcase, because it&#8217;s wide open. Anybody can submit. So there is a lot of contributor time that&#8217;s needed to go through each submission, double check that it&#8217;s WordPress. So there&#8217;s a lot of work and man hours that is required for that.</p>\n\n\n\n<p>And that&#8217;s something that needs to be sorted out in a Make post, and get some folks around that who want to commit time to helping manage that process. So, unfortunately that wasn&#8217;t part of the scope of this project, but it is very important to the continued success of a Showcase, and will need to come in the future.</p>\n\n\n\n<p>We also have a few issues that were highlighted during the launch and the development of the site, that will also get improved as we go along. So I do really want to stress that, while the aesthetics of the Showcase right now, very different from what was before, so it really feels like a new experience. It is just another iteration, and more iterations will come as, you know, we fix things and improve things.</p>\n\n\n\n<p>[00:13:22] <strong>Nathan Wrigley:</strong> In terms of the criteria for a minimum basic requirement, if you want to feature on this site. I mean, if you click through to any of the websites, the first thing which springs to mind is, you know, it has to be responsive because it&#8217;s shown in two different ways. There&#8217;s something suggestive of a desktop, and there&#8217;s something suggestive of a mobile phone.</p>\n\n\n\n<p>It doesn&#8217;t actually have the sort of, it&#8217;s not encapsulated by the phone UI or anything. But it&#8217;s pretty clear that&#8217;s what you&#8217;re looking for. So that would be a minimum. But beyond that, do you have any things which are utterly essential? So one thing which jumps into my head would be, I don&#8217;t know, this website is accessible, for example. Or this website is, well, I&#8217;ll hand it over to you. Are there any criteria which, just don&#8217;t submit unless you meet this, this and this?</p>\n\n\n\n<p>[00:14:01] <strong>Nick Diego:</strong> Right. So there are currently three bullet points under the submission criteria, and they&#8217;re purposely quite broad. You need to be using WordPress in a unique and innovative way, representing a notable organisation, government entity, or corporation as a official blog or website.</p>\n\n\n\n<p>The key piece here before I say the last one is that, you need to be doing one or more of the following. So one or more of these, and or you need to be using modern WordPress. So for example, a small little restaurant might have a really cool, interesting design. They&#8217;re not a notable organisation or corporation, but they&#8217;re using it in a unique and innovative way. Maybe they&#8217;re using a block theme to do so. So you don&#8217;t have to apply it to all of these, but these are kind of the broad criteria around that.</p>\n\n\n\n<p>So when it comes to being things like accessibility, and responsiveness or whatever. These are things where there is no criteria right now around a site passing a certain level of accessibility, or a certain lighthouse score. And it&#8217;s not to say that those criteria couldn&#8217;t exist, but they would need to be decided on collectively as a community. Identified what those are, and then that criteria can be implemented to the sites in the Showcase.</p>\n\n\n\n<p>That process is highly opinionated, not highly opinionated, but it requires a lot of group consensus. And that is partially why the whole submission process and, you know, the content moderation was not part of the redesign. Because that requires an, at least personally, that requires its own consideration, its own thought processes, its own discussion with the community. And hopefully that could happen relatively soon as well.</p>\n\n\n\n<p>[00:15:38] <strong>Nathan Wrigley:</strong> It seems like a not particularly onerous submission process, in that case. So long as you hit two out of the three of the criteria that you mentioned, you&#8217;re eligible. And then we must wait for the community to decide which go in, and add to the pool that we can currently see.</p>\n\n\n\n<p>Doing a quick refresh, there&#8217;s always one website which dominates, if you like, it&#8217;s in the, you know, the hero section. And there&#8217;s one website which get featured. But every time I click refresh, broadly speaking, I get what seems to be something random. Although having refreshed probably 50 times or so now, it would appear that the ones which get into the header, there&#8217;s a few that seem to be earmarked.</p>\n\n\n\n<p>There&#8217;s maybe five or six that I&#8217;ve seen so far. I&#8217;m seeing the New York Times. I&#8217;m seeing Meta. I&#8217;m seeing a variety of others that come up. Is there some other criteria there to get right to the top, if you like, of that page?</p>\n\n\n\n<p>[00:16:26] <strong>Nick Diego:</strong> There is not. Behind the scenes, they&#8217;re basically a sticky post. And so there&#8217;s a server cache that refreshes, I believe it&#8217;s every 120 minutes, or every 60 minutes. And once that refreshes you&#8217;ll see a new page. The sites that were up there were selected as part of just the redesign aesthetic process just to have something there.</p>\n\n\n\n<p>But the mechanism around those six sites can completely change. So if the community decides some brand new site really should be part of that six, then it can be. Should be considered kind of a default just to get the site launched. But I kind of put who those six are, kind of falls into that content moderation bucket, and it really can be anything that the community wants. Obviously that&#8217;s within the Showcase.</p>\n\n\n\n<p>[00:17:09] <strong>Nathan Wrigley:</strong> When you click through to any of the particular websites in question, it looks like one of the submission things is A, give us the name. B, give us some imagery, or presumably you scrape that imagery somehow. But then it&#8217;s categorised by country, by the word category in this case, I&#8217;m looking at one which is categorised as business.</p>\n\n\n\n<p>Then there&#8217;s flavor, which is quite an interesting term. Publish date, and then there&#8217;s a bunch of tags, which obviously refer to the industry that you&#8217;re in. So I&#8217;m looking at art, hospitality and so on. But there&#8217;s probably some more there.</p>\n\n\n\n<p>You get a link, which seems to go directly, I don&#8217;t know what kind of a link that is, but maybe it&#8217;s just a regular old link, going directly to the property itself. And then you get some descriptive text, where you get to establish what this business is, and how the website has been put together.</p>\n\n\n\n<p>But it doesn&#8217;t seem on the whole, this isn&#8217;t really a promotional tool for agency X. This is not a technique for an agency that&#8217;s big in the WordPress space, we know all the names. For them to push something and say, look what we did. There&#8217;s no link to them anywhere as far as I can see.</p>\n\n\n\n<p>[00:18:08] <strong>Nick Diego:</strong> Correct. And this is something that, again, we tried to stay out of because it really falls into kind of content moderation again. But ideally, the Showcase should be a very exciting, place to Showcase your best work.</p>\n\n\n\n<p>So it would be amazing if, you know, some of the largest agencies, even small agencies, submitted their work to the Showcase for review. Because we know that there&#8217;s a hundred sites in this Showcase, right? We know that there&#8217;s millions of sites out there. Probably many that are better than the ones that are in the Showcase, right? And so having folks submit their work will be awesome.</p>\n\n\n\n<p>Now, you&#8217;re right. It is not a tool to show off the agencies or promote the agencies. That being said, when you submit a site, you include a description about the site and how it was built. And it would be kind of nice, you know, in the future of these kind of became little mini case studies. Hey, you know, we built this nasa.gov, and we&#8217;re using Multisite.</p>\n\n\n\n<p>And it&#8217;s fine to highlight the agency dimension who built it, that&#8217;s okay. But it&#8217;s really about showcasing the work, and showcasing what can be built with WordPress. An agency can kind of inadvertently promote their work by being on Showcase, but that&#8217;s not the intended purpose. And I don&#8217;t know if we want to jump right into it, but I do want to share some thoughts around the taxonomies because you mentioned you have category and flavor.</p>\n\n\n\n<p>[00:19:27] <strong>Nathan Wrigley:</strong> Categories and flavors. Flavor, by the way, you have three options that I can see at the moment. You have WordPress, WordPress enterprise, you might want to pick that one apart for the audience, and WordPress Multisite. They&#8217;re the options that you&#8217;ve got. So yeah, throw all the taxonomy stuff at us. That&#8217;s good.</p>\n\n\n\n<p>[00:19:41] <strong>Nick Diego:</strong> So the taxonomy stuff is an area of the site that needs a future iteration. A lot of it was just pulled over from the old site to make sure that, you know, we kind of had feature parity as we moved over.</p>\n\n\n\n<p>Flavor is an interesting one. And I think this is where we can really, maybe flex in the future. You could imagine a flavor being block theme, or hybrid theme. You know, maybe it&#8217;s different flavors of how the sites are built. WordPress is just like the catch all, just like normal WordPress. Presumably everything is WordPress.</p>\n\n\n\n<p>But in enterprise, again, kind of a nebulous thing around sites that, and there&#8217;s only a handful of them that are listed as enterprise, where in doing this and reviewing the sites, we knew that this was a massive site that was enterprise grade, quote unquote, like NASA. With, you know, 60,000 pages. Really massive sites. And then Multisites, obviously for folks that are using Multisite.</p>\n\n\n\n<p>Flavor, the current setup for the, you know, the taxonomy needs some work. We left it because it could be reused in a really interesting way in the future. And if folks have ideas around how this taxonomy can be used and additional terms to add, by all means, let us know.</p>\n\n\n\n<p>Category is, and this goes back to thinking about some of the competitors of WordPress. Where we have Squarespace and Wix and so on. If you go to their Showcases, they have some very simple categories. You know, these are like five or six, that kind of bucket the sites. So it&#8217;s a little bit easier to navigate.</p>\n\n\n\n<p>Right now, the category just looks like a normal taxonomy. But one of the ideas, perhaps in a future iteration is like, when you land on the Showcase, maybe there&#8217;s, visually you have some, you know, nice little buttons or something to say like business and portfolio. To try and help users navigate around the site a little bit better.</p>\n\n\n\n<p>For this iteration of the Showcase, we left it very simple. It&#8217;s just another taxonomy term. But it leaves the door open for a new, updated design in the future that kind of leverages those categories a bit more. Makes the site a little bit more navigable for users, especially who are coming there for the first time.</p>\n\n\n\n<p>And then your site tags are, it&#8217;s supposed to be like a fun expression where, we could have a thousand tags. It&#8217;s just a way to provide additional context about what a site is like. So tags are free form. Ideally we&#8217;ll have hundreds of them, that really help provide a little bit of fun to the sites and explain a little bit more.</p>\n\n\n\n<p>[00:21:57] <strong>Nathan Wrigley:</strong> I think the categories will be really useful for novice people coming to WordPress, because it really does break out what WordPress is capable of, as much as anything else. So currently, at the time that I&#8217;m looking at the screen, the options are business. I would imagine a lot of people would immediately grasp what that is, but community. Oh, okay, WordPress can do that kind of thing. Can it? Okay.</p>\n\n\n\n<p>Creative publication, obviously capturing people who are creating blogs or newspapers or whatever that might mean. But also store, you know, okay WordPress can handle that as well, can it? And whilst it&#8217;s obvious to you and I that those things are well within the purview of what WordPress can do, it may not be to other people.</p>\n\n\n\n<p>So, yeah I think they&#8217;ll be really, really useful. And you can stack them on top of each other. So you can filter two or three things at the same time. And it strikes me that that will be, yeah, incredibly useful.</p>\n\n\n\n<p>Now you threw out there, dare we say it on a WordPress podcast. You threw out there the name Squarespace, I don&#8217;t know if you mentioned Wix. But we know who the commercial competitors are. And you also said, if you look at their Showcases. So I haven&#8217;t looked at their Showcases, but I&#8217;m guessing that there must have been, in order for this redesign to happen, there must have been a moment in time where the WordPress Showcase, perhaps fell behind in terms of the appeal, or the design or what have you.</p>\n\n\n\n<p>Did the WordPress Showcase, in times gone by, a few months ago let&#8217;s say, did it not live up to what it does now?</p>\n\n\n\n<p>[00:23:18] <strong>Nick Diego:</strong> I want to be very clear and not disparage anybody that was involved in the original Showcase. It served its purpose, but it felt as old as it was. You know, I don&#8217;t know when that original site was launched, but it felt many years old, and it was.</p>\n\n\n\n<p>And so when, I mean, WordPress.org is not a commercial entity. But at the same time, we are trying to grow the user base of WordPress. And other proprietary platforms, like Squarespace and Wix are also trying to grow their user base. And part of that is showing off what those platforms can do. And that was, that&#8217;s the point of the Showcase, to kind of show what WordPress can do.</p>\n\n\n\n<p>And I think it was very fair to say that the previous aesthetic of the Showcase did not showcase WordPress in the best light, especially compared to some of these other tools that people can use.</p>\n\n\n\n<p>And what we&#8217;re thinking about here is really not, you know, not an agency that already knows WordPress, not people who already know WordPress. But those folks who are just want a website, just want a presence online. And so if you were to compare the old Showcase, and something like Squarespace and Wix, it was a very stark difference there. And it was very clear which direction a user might go if they knew nothing else other than, this looks pretty, I want this.</p>\n\n\n\n<p>And so yes, there was a lot of consideration around what others were doing when the Showcase was designed. And it&#8217;s not necessarily to compete with these other platforms, but it&#8217;s just to really showcase WordPress in a modern way that allows WordPress to kind of, allows us to be excited about directing people to the Showcase, other than perhaps cringing that it was a little bit out of date, and not reflective of the best that WordPress can be.</p>\n\n\n\n<p>[00:24:51] <strong>Nathan Wrigley:</strong> It strikes me that this has lots of layers of use as well. Because, not only could you go to this website, obviously there&#8217;s a hundred at the moment, but that number is going to be in flux. Let&#8217;s imagine that there&#8217;s more in the future. Not only could you go there and just get bucket loads of inspiration, because really, genuinely there&#8217;s not one that looks anything like the other. They really are truly different in nature. And I guess that&#8217;s part of the Showcase, is to maintain that originality, as you said.</p>\n\n\n\n<p>So you can go there to get inspiration. But also, it was always a part of the arsenal, I thought of a freelancer, and an agency when trying to persuade clients that WordPress was a credible choice. It was always really great to, not only show the designs, but also to name the names.</p>\n\n\n\n<p>So, you know, The White House, NASA, you just list it. Well, these people are using WordPress, and immediately credibility just falls out of your mouth. I just wondered if there was any bit of this which was designed for that? You know, to help the community to be able to sell WordPress to their clients.</p>\n\n\n\n<p>[00:25:54] <strong>Nick Diego:</strong> Absolutely. I think that WordPress has, in some circles, a negative connotation. You know, it&#8217;s just a blogging software. People decry security issues, which we know is not necessarily founded. And, you know, these are things where being able to send some customer or client somewhere and say, hey, do you know Noma? One of the most famous restaurants in the world? They&#8217;re using WordPress.</p>\n\n\n\n<p>Hey, do you know the Ray Charles Museum? You&#8217;ve heard of Ray Charles. They&#8217;re using WordPress, so on and so forth. Rolling Stone is using WordPress. And I really think that that, not that we need to prop up the credibility of WordPress, but I think that having something like this really helps with that. And, you know, establishing that credibility, and also showcasing what WordPress can do.</p>\n\n\n\n<p>[00:26:33] <strong>Nathan Wrigley:</strong> This could be completely wrong. Apologies if this comes out and you think, no, no, no, that really wasn&#8217;t the intention. The ones that I&#8217;m looking at, I&#8217;ve got a screen full of, and it probably is by some sort of random query of the database. I&#8217;ve got a screen full of things where everything is in English.</p>\n\n\n\n<p>I doubt that that&#8217;s the case because now that I&#8217;ve gone onto the second page, I can see there&#8217;s one or two where English as the first language is not there. So is that just a coincidence? It&#8217;s not like there&#8217;s a proclivity here to showcase English things. Any language is possible. It&#8217;s the design that&#8217;s the point, not the language.</p>\n\n\n\n<p>[00:27:05] <strong>Nick Diego:</strong> I think that may have been unfortunate happenstance because there was a really strong effort to make sure that there&#8217;s a diversity of sites across other languages. Actually, we do have one on the homepage, the Denmark Museum of Design. The featured name is Design Museum Denmark, but then all the navigation is in Danish, I believe.</p>\n\n\n\n<p>So that was definitely a huge effort as well. Because WordPress is not just the United States, and the state of the word that&#8217;s coming up is taking place in Madrid to kind of show off all the amazing contributors that we have in Spain. You know, so this is really a global Showcase, and it really should reflect that.</p>\n\n\n\n<p>So perhaps we need to add a few more items to the homepage that are from different areas, but absolutely not. We really want to have a broad spectrum of sites across the world.</p>\n\n\n\n<p>[00:27:51] <strong>Nathan Wrigley:</strong> So, WordPress is doing a really good job here, we can see that. WordPress is also doing a really good job in the amount of materials that are being created in order to learn how to use WordPress. And I know this isn&#8217;t directly within your wheelhouse, but i&#8217;m kind of interested where this would go.</p>\n\n\n\n<p>I wonder if in the future it would be kind of interesting to match up some of these designs with learn material. So, you see them on YouTube all the time. Somebody dissects a site, and then quickly rebuilds it in WordPress, with blocks or whatever it may be. This just seems to be enormously popular.</p>\n\n\n\n<p>You know, people love to consume that kind of content because they learn. They&#8217;ve got a template that they can work towards, and they can see how it&#8217;s scaffolded and built on the screen. So I&#8217;m not holding you to anything, but I do wonder if the Showcase might lean in that direction to help people, not just see what&#8217;s beautiful, but also, this is how it was built as well. That would be kind of nice.</p>\n\n\n\n<p>[00:28:42] <strong>Nick Diego:</strong> Absolutely. And I think that there is some work, and I don&#8217;t want to, again, put words in anybody&#8217;s mouth, but there is some work around. So we have an enterprise section. wordpress.org/enterprise. And I know that there&#8217;s some work being done exploring how to create more case studies.</p>\n\n\n\n<p>So if you look at a site, take NASA for example, massive site. And I go, how do you even build that sort of thing? Wouldn&#8217;t it be cool if there was a case study that said, hey, this is what we did. Hey, we had 50 custom blocks, you know, we did this X, Y, and Z. Being able to show what went behind each Showcase entry, in some sort of case study, would be really, really, really cool.</p>\n\n\n\n<p>So I love that idea. And I think that there&#8217;s some exploration around how we can do that. Because it&#8217;s not only enough to show the site that was built, but how it was built. Maybe even in broad terms, would be incredibly helpful for folks to help kind of recreate that sort of thing.</p>\n\n\n\n<p>[00:29:30] <strong>Nathan Wrigley:</strong> Get the excitement going, but also getting people learning how to build it. You may have already answered this question, towards the beginning of the show. I don&#8217;t think you said that all of these, or even many of them, are based upon block themes. Let&#8217;s just firstly clear that up. There&#8217;s no proclivity here of, well, it must be done with, in air quotes, modern WordPress block based themes, no?</p>\n\n\n\n<p>[00:29:51] <strong>Nick Diego:</strong> Nope. There&#8217;s a lot of sites in here that are not. There are some that are, and I think that as we move forward, it would be cool to have maybe a flavor that could clearly call out, okay, this is a full on block theme. Because I think that we do kind of lack some examples of real world examples of block themes.</p>\n\n\n\n<p>But to go to the broader effort, so Showcase is just one piece of this wordpress.org redesign. We want wordpress.org to be fully block based. You know, because it&#8217;s a massive site. There&#8217;s a lot of different pieces of it. There&#8217;s a showcase, there&#8217;s plugins repo and themes repo. Having that all block based really showcases the power of blocks. So we&#8217;re not even close to that yet.</p>\n\n\n\n<p>But the cool thing is, is that the Showcase is entirely block based. So if you want to build a site like the Showcase, you can with blocks.</p>\n\n\n\n<p>[00:30:34] <strong>Nathan Wrigley:</strong> I&#8217;m going to get you to, somewhat unexpectedly, change the hat that you&#8217;re wearing, because I want to just ask you about blocks actually, and block based themes in particular, if that&#8217;s okay? So it wasn&#8217;t exactly why I got you on the call, but I hope I can smuggle the odd question in.</p>\n\n\n\n<p>How is that enterprise going? Because, I&#8217;m specifically talking now about block based themes. We&#8217;ve had these around for a little while now, and it would appear at least on the face of it, that the stats, if you just took the raw stats, the pendulum doesn&#8217;t seem to have swung in the direction of adoption for block based themes, perhaps as much as one would have imagined or hoped, whichever word you prefer there.</p>\n\n\n\n<p>What&#8217;s your opinion of that? Do you think people are just sticking with what they&#8217;re familiar with? They&#8217;re waiting for the right moment. Or do you think this is a permanent thing that WordPress is going to face going into the future? Where we&#8217;ve got this, well, you have to make a decision right at the outset. Are we going to go with a classic theme? Are we going to go with a block theme?</p>\n\n\n\n<p>And that decision will never get resolved. There&#8217;ll always be the option for those two things. Or you have some sort of intuition that, perhaps in the future, block based themes will start to consume that pendulum swing?</p>\n\n\n\n<p>[00:31:39] <strong>Nick Diego:</strong> I think that there will always be a choice between the two. But I think that, actually the development of the Showcase site and the other sites that we&#8217;re doing for wordpress.org, is a very interesting exploration. Because you&#8217;re talking about applying a block theme to a massively trafficed site.</p>\n\n\n\n<p>So one of the other projects that we&#8217;re working on right now is overhauling the developer resources section. So this takes into account the block editor handbook, the themes handbook, a lot of handbooks. You know, it&#8217;s hundreds and hundreds of pages.</p>\n\n\n\n<p>Exploring how to build a block theme that supports that sort of thing, can be challenging. And so, I think that there is a certain level of tension around transitioning from an architecture that you already know, to something like a block theme, where you&#8217;re going to have to implement things in different ways. Learning how to do that at scale can be challenging.</p>\n\n\n\n<p>A good example is that, every page, or almost every page in wordpress.org, actually needs to stay in version control so it can be translated. So when you&#8217;re editing things in the block editor, if you&#8217;re just on your personal site, when you save something to the site editor, that change is saved in the database.</p>\n\n\n\n<p>We can&#8217;t do that in wordpress.org. All those changes need to be synced back to the actual template files that power the theme. This is getting very in the weeds I know, but it&#8217;s just one of these things you have to kind of account for when building a block theme, on a site of this scale.</p>\n\n\n\n<p>Once you figure that out, once you figure out a process for it, it&#8217;s not that big of a deal. It&#8217;s not that bad. But figuring that out can be a little challenging. For anybody that&#8217;s interested in this sort of thing, all the theme files for Showcase and rest of .org. It&#8217;s all open source. It&#8217;s all available to the public in the WordPress repository on GitHub. So if you want to know, how do they do this block that does the big banner image on the homepage? It&#8217;s a custom block, and it&#8217;s available in the GitHub repo for you to check out.</p>\n\n\n\n<p>So I&#8217;m hopeful that as we go through these things and we can actually, you know, show how some of these implementations are done, that might help get others over that hump of transitioning. But there&#8217;s no doubt in my mind that it&#8217;s going to take some time, especially for large sites like this.</p>\n\n\n\n<p>But I know, from somebody who, I didn&#8217;t do the development work, but I did a lot of, you know, editing and, you know, we&#8217;re doing more work now and other sites. Being able to go into a block editor page and scaffold out a design in blocks is so much easier. Like it is so much better.</p>\n\n\n\n<p>And it also requires much less development, because you can scaffold out a page and how you want it to look. You can move blocks around. And once you&#8217;re done, then you can pass it off the development team. They push it into a theme template, and you&#8217;re good to go. So it really cuts down on the development time, once you have the entire architecture set up.</p>\n\n\n\n<p>And it also really empowers, which was kind of the promise of the block editor and site editor, empowers the content creator, or the designer, to build most of it themselves. And we&#8217;re starting to see that with this .org project. We&#8217;re getting to a point where a lot of the ground work is done, a lot of infrastructure is done. And now we can start really moving quickly because it&#8217;s just designing in the editor, which is great.</p>\n\n\n\n<p>[00:34:32] <strong>Nathan Wrigley:</strong> I think by pure coincidence, a bit of serendipity, it&#8217;s the 7th of November, and it&#8217;s a big day for WordPress because 6.4 has landed. I don&#8217;t know if you&#8217;ve got to get off the call go quickly triage things or anything like that.</p>\n\n\n\n<p>It does appear, from my perspective anyway, I keep a pretty close weather eye on what&#8217;s happening in the project. It does seem that version by version, minor release by minor release, the promise of what blocks can do and block themes can do, is becoming more and more compelling. I do understand, you know, if your agency is embedded in a workflow which just is going to be so difficult to untangle, I can understand why that inertia might be there.</p>\n\n\n\n<p>If you had point somebody, Nick, in the direction of a resource, a good website. I mean, we can probably give it, take it as given that you&#8217;d point them in the direction of learn.wordpress.org and various other properties like that. I wondered if you had any good advice as to where to go, to learn about block based themes.</p>\n\n\n\n<p>[00:35:24] <strong>Nick Diego:</strong> Yeah. So, learn.wordpress.org is fantastic. I&#8217;ll also give a little self plug from me and my team. I have a small team with a few others and we&#8217;re on the developer relations team, and if you&#8217;re interested in more developer oriented content, the learn team does a great job with user content and some developer content, but our focus is all developer content.</p>\n\n\n\n<p>And so once a month or once or twice a month, we do a developer hours, which is a live series. And it&#8217;s always a very specific topic. The last one we just did was theme oriented. We had Jessica and Maggie who helped build the new 2024 theme, and they went through how that theme was built. Code examples and, you know, how the whole thing was built.</p>\n\n\n\n<p>And so every month we have these sessions that are very developer oriented, whether it&#8217;s building custom blocks, whether it&#8217;s building block themes. And that&#8217;s where, if you&#8217;re a developer and you really want to learn how to build this stuff, as opposed to using a block theme, that&#8217;s great for learn. I highly recommend that.</p>\n\n\n\n<p>I also want to say again, another shout out. We&#8217;re doing a lot of work to overhaul the block editor handbook document, basically the documentation on how to build blocks, and work with the editor. Justin Tadlock, who used to write for WP Tavern, he&#8217;s been undertaking a massive project to overhaul the themes handbook.</p>\n\n\n\n<p>And so with these two efforts, it&#8217;s going to take into 2024 to kind of complete them. But the idea is that both the block editor handbook and the themes handbook will be much more robust, especially when it comes to building with blocks, whether it&#8217;s a block theme or building custom blocks.</p>\n\n\n\n<p>And we hope that better documentation leads to better projects that people can build. Because right now there&#8217;s some, definitely some holes in both of those pieces of documentation which we hope to fix.</p>\n\n\n\n<p>And we&#8217;re also going to get a brand new design very soon for that developer resources section, which will make navigating the documentation much nicer.</p>\n\n\n\n<p>[00:37:17] <strong>Nathan Wrigley:</strong> And lest anybody forget, this is all free. It&#8217;s entirely free, ready for you to utilize.</p>\n\n\n\n<p>Nick, thank you so much for chatting to us about the Showcase. My hope is that people listening to this will be able to, A, make use of it, you know, perhaps to pitch their own work, but also perhaps submit their own site so that the number there 100, will continue to rise and we can all benefit from the wonderful things that have been produced.</p>\n\n\n\n<p>Where might people find you if they want to communicate with you directly?</p>\n\n\n\n<p>[00:37:46] <strong>Nick Diego:</strong> Absolutely. So anybody is welcome to reach out in the WordPress Slack channel, @ndiego, and also on Twitter, X, whatever we&#8217;re calling days @nickmdiego. But happy to answer any questions about block development, block theme development.</p>\n\n\n\n<p>[00:38:00] <strong>Nathan Wrigley:</strong> Nick Diego, thank you so much for chatting to me about the Showcase. I really appreciate it.</p>\n\n\n\n<p>[00:38:05] <strong>Nick Diego:</strong> Thank you so much for having me back.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/nickmdiego\">Nick Diego</a>.</p>\n\n\n\n<p>Nick is a sponsored full-time contributor at Automattic. His official position is a developer relations advocate, which allows him to focus on creating developer orientated content. Apart from his regular responsibilities, Nick is also involved in a separate project called the <a href=\"https://wordpress.org/showcase/\">WordPress Showcase</a>, and this is the focus of the podcast today.</p>\n\n\n\n<p>The WordPress showcase is a curated collection of websites built with WordPress. Its purpose is to inspire, and show the breadth of what WordPress can achieve. Currently the showcase features around a hundred sites, including large enterprises like the New York Times and NASA. It aims to challenge misconceptions about WordPress, and highlight the platforms scale and reach.</p>\n\n\n\n<p>The design of the showcase is contemporary and visually impactful. It shows that whatever proprietary platforms can do, WordPress can also do.</p>\n\n\n\n<p>During the podcast we talk about the intricacies of the Showcase project. We discuss the selection criteria for featured sites, including the possibility of case studies to show the process behind their creation.</p>\n\n\n\n<p>We also explore the importance of block themes within the Showcase, and the ongoing efforts to make wordpress.org fully block-based.</p>\n\n\n\n<p>We also get into the future iterations of taxonomies and navigation on the site to enhance its functionality. Nick suggests that the categories in the showcase will serve as a valuable resource for novice users, trying to understand the capabilities of WordPress.</p>\n\n\n\n<p>The redesigned showcase aims to highlight WordPress in a modern way, inspire web design, and convince clients that WordPress is a credible choice. Everything that you see on the website is open source, meaning that you can download all the theme files for the showcase site to see how it was all put together.</p>\n\n\n\n<p>If you&#8217;re curious about block development, or how you might convince clients that WordPress is a credible CMS, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://wordpress.org/showcase/\">WordPress Showcase</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/enterprise/\">WordPress Enterprise</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/block-editor/\">The block editor handbook</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/themes/\">The theme handbook</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://wordpress.tv/2023/11/02/developer-hours-exploring-the-twenty-twenty-four-theme/\">Recent Developer Hours</a></p>\n\n\n\n<p><a href=\"https://twitter.com/nickmdiego\">Nick&#8217;s Twitter</a></p>\n\n\n\n<p>You can reach out to Nick in the WordPress Slack channel: @ndiego</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2023 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"BuddyPress: BP Classic 1.2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=331958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://buddypress.org/2023/11/bp-classic-1-2-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2568:\"<p>Dear end users &amp; site owners,</p>\n\n\n\n<p>Never heard about BP Classic? You should read the <a href=\"https://buddypress.org/2023/07/bp-classic-1-0-0/\">Add-on’s first version announcement post</a>. Please note <a href=\"https://downloads.wordpress.org/plugin/bp-classic.1.2.0.zip\">version 1.2.0</a> is now available for upgrade/download.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What about 1.2.0 changes?</h2>\n\n\n\n<p>3 issues have been fixed:</p>\n\n\n\n<ul>\n<li>Avoid a type mismatch issue during the migration process (See <a href=\"https://github.com/buddypress/bp-classic/issues/27\">#27</a>).</li>\n\n\n\n<li>Only check once BuddyPress current config &amp; version are ok (See <a href=\"https://github.com/buddypress/bp-classic/issues/28\">#28</a>).</li>\n\n\n\n<li>Make sure the migration script is run on Multisite (See <a href=\"https://github.com/buddypress/bp-classic/issues/31\">#31</a>).</li>\n</ul>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Many thanks to the contributors who helped BP Classic be ready for the next BP major release (12.0.0)</h2>\n\n\n\n<p><a href=\"https://buddypress.org/members/imath/\">@imath</a>&nbsp;<a href=\"https://buddypress.org/members/emaralive/\">@emaralive</a></p>\n\n\n\n<p>NB: BuddyPress&nbsp;<strong>12.0.0</strong>&nbsp;is still under development (final release is scheduled to December 6). You can contribute to BP Classic to check it makes sure the third party plugins &#8211; not ready yet for the BP Rewrites API (to be introduced in 12.0.0) &#8211; you are using will behave as expected thanks to this backwards compatibility add-on. To do so simply test it &amp; your BP plugins with the <a href=\"https://buddypress.org/2023/11/buddypress-12-0-0-beta4/\">BP 12.0.0-beta4 pre-release</a> and report issues adding a reply to <a href=\"https://buddypress.org/support/topic/lets-prepare-the-buddypress-12-0-0-next-major-release/\">this topic</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Please upgrade!</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-classic/\">BP Classic</a></blockquote>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Nov 2023 21:01:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Do The Woo Community: Now is the Time for Passkeys in WordPress, All the Time with Timothy Jacobs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=78528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/now-is-the-time-for-passkeys-in-wordpress-all-the-time-with-timothy-jacobs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:584:\"<p>On Emerging Tech, Timothy Jacobs of SolidWP explores passkeys, a security tech for WordPress. Eliminating passwords, it uses biometric data, ensuring user safety and resisting phishing. Adopted by major firms, passkeys promise enhanced WordPress security.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/now-is-the-time-for-passkeys-in-wordpress-all-the-time-with-timothy-jacobs/\">Now is the Time for Passkeys in WordPress, All the Time with Timothy Jacobs</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Nov 2023 08:39:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WPTavern: What’s Next?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=151422\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://wptavern.com/whats-next\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>First, I&#8217;d like to repeat <a href=\"https://wptavern.com/last-call#comment-445773\">my comment</a> to <a href=\"https://twitter.com/pollyplummer\">Sarah</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Sarah, you are amazing. Your insightful writing and journalism has been a gift to the WordPress world, and shaped how the project has evolved for the better. It’s a key and major contribution to the community. Thank you, deeply, and I can’t wait to see what you do next. Ten years… wow!</p>\n</blockquote>\n\n\n\n<p>I&#8217;m sorry I haven&#8217;t had the time to find a new writer for the Tavern in the time between when Sarah gave her notice a few weeks ago and now. There&#8217;s never a dull moment in tech and my priorities with <a href=\"https://wordpress.org/\">WordPress core</a> and <a href=\"https://automattic.com/\">Automattic</a> ended up taking more time than I expected. Funding and supporting the Tavern to do independent WordPress journalism is an important part of the WP ecosystem—we need a site that covers our space without care for affiliate links.</p>\n\n\n\n<p>If you have:</p>\n\n\n\n<ul>\n<li>Impeccable integrity</li>\n\n\n\n<li>Relentless curiosity</li>\n\n\n\n<li>A blogger&#8217;s hustle</li>\n\n\n\n<li>Passion for news and technology</li>\n\n\n\n<li>Technical ability to tinker with WordPress, plugins, and themes</li>\n</ul>\n\n\n\n<p>Please send an email to matt at my last name dot com, with [wptavern] at the beginning of the subject, and the following things in the email:</p>\n\n\n\n<ol>\n<li>Why you think you&#8217;d be best in the world for this job.</li>\n\n\n\n<li>Links to three things you&#8217;ve written that you feel represent your style well.</li>\n\n\n\n<li>A link to your homepage and any social media you keep up with.</li>\n\n\n\n<li>Link or attach a resume, but don&#8217;t worry too much about this, the first two are more important.</li>\n\n\n\n<li>Your <a href=\"https://w.org/\">W.org</a> username, and sign up for the Slack there so I can ping you.</li>\n</ol>\n\n\n\n<p>And please send in the application by November 24th! We&#8217;ll take this week off but hopefully come back blazing after Thanksgiving. I&#8217;ll review everything over the weekend when I have some time off planned.</p>\n\n\n\n<p>We&#8217;ll try out a number of folks on an hourly contract ($25/hr, same as Automattic) as a trial, and if that goes well we&#8217;ll aim to hire two full-time writers by the end of the year. A full-time offer also includes generous benefits including full coverage on health care and 6% 401k matching. You&#8217;ll be an employee of <a href=\"https://audrey.co/\">Audrey</a>.</p>\n\n\n\n<p>The job is to write frequently about the goings-on in the WordPress world and foster a healthy discussion and community here on the site. If you&#8217;re doing your job well, it should be reflected in traffic and comments on the site.  You will set the tone and discussion in the WordPress community, and drive the narrative. Every post will be syndicated to every wp-admin in the world. You don&#8217;t have to start out a WordPress expert, but you&#8217;ll become one. You&#8217;ll have a ton of autonomy, so need to be self-driven and able to manage yourself. (You can ask previous writers how much I was in their hair. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" />)</p>\n\n\n\n<p><em>Midjourney prompt: a stunning landscape scene with a tranquil atmosphere. The foreground showcases a calm, crystal-clear lake reflecting the serene blue sky above. On the horizon, a majestic mountain range rises, covered in lush, green vegetation. The central focus of the image is the sun, just starting to rise above the peaks, casting a warm, golden glow across the entire scene. Its rays create a mesmerizing play of light on the water&#8217;s surface, symbolizing hope, new beginnings, and the promise of a brighter future.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 19 Nov 2023 01:47:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Matt: Sunbird Security Isn’t Nothing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=106183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://ma.tt/2023/11/sunbird/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7495:\"<p>This might get lost in the <a href=\"https://www.techmeme.com/231117/p18#a231117p18\">OpenAI earthquake happening</a>, but it&#8217;s important so I wanted to post about it. (And gosh! <a href=\"https://www.reuters.com/technology/space/spacex-starship-launched-test-flight-texas-after-last-one-blew-up-2023-11-18/\">A Starship launch</a>, which is amazing. We live in interesting times.) On Tuesday, <a href=\"https://us.nothing.tech/\">Nothing</a>, who makes the cleanest and most interesting Android phones (and whose earbuds sound great), <a href=\"https://www.youtube.com/watch?v=ji5HwS3bhlU\">announced via my favorite tech video channel, MKBHD, that the phones would support iMessage on Android</a>, so you can be a blue bubble with your friends. This got a lot of pickup!</p>\n\n\n\n<img width=\"484\" height=\"238\" src=\"https://i0.wp.com/ma.tt/files/2023/11/86cac-1dbenrruyxhyhfjyghrs4sg-1024x504.jpeg?resize=484%2C238&ssl=1\" alt=\"\" class=\"wp-image-106204\" />\n\n\n\n<p>It got a little buried, though, because on Thursday <a href=\"https://9to5mac.com/2023/11/16/apple-rcs-coming-to-iphone/\">Apple said it was going to support the RCS standard</a>, which Google and others had been lobbying hard for. However, it&#8217;s doing the bare minimum: RCS isn&#8217;t actually encrypted, and Apple&#8217;s not doing the Google proprietary thing to encrypt it, and so non-Apple people <a href=\"https://9to5mac.com/2023/11/16/apple-confirms-rcs-messages-will-have-green-bubbles/\">still get green bubbles</a>. (More on that later.)</p>\n\n\n\n<p>iMessage on Android (and Windows!) is on the roadmap for Texts, <a href=\"https://ma.tt/2023/10/texts-joins-automattic/\">the all-in-one messaging platform Automattic acquired last month</a>. The Texts team is obsessed with security, and that&#8217;s part of why the platform is desktop-only right now—to keep everything 100% client-side and fully encrypted in a way that could never be accessed by the team, or have any compromise in the middle, they&#8217;ve been taking their time to get the engineering right on the mobile versions. So they poked around the Sunbird app that Nothing partnered with, and it wasn&#8217;t pretty. Here&#8217;s Texts founder Kishan Bagaria:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">texts team took a quick look at the tech behind nothing chats and found out it\'s extremely insecure<br /><br />it\'s not even using HTTPS, credentials are sent over plaintext HTTP<br /><br />backend is running an instance of BlueBubbles, which doesn\'t support end-to-end encryption yet <a href=\"https://t.co/IcWyIbKE86\">pic.twitter.com/IcWyIbKE86</a></p>&mdash; Kishan Bagaria (@KishanBagaria) <a href=\"https://twitter.com/KishanBagaria/status/1725586252630540555?ref_src=twsrc%5Etfw\">November 17, 2023</a></blockquote>\n</div>\n\n\n\n<p>The BlueBubbles thing might be a mistake, but seeing the unencrypted data on the wire definitely wasn&#8217;t. Sunbird replied and doubled down on Twitter, citing some ISO standard and claiming it was &#8220;encrypted.&#8221;</p>\n\n\n\n<p>Okay! Now you&#8217;re caught up to Friday. Texts says Sunbird isn&#8217;t secure, Sunbird says it is. He said, she said, right? Not quite—there are receipts. <a href=\"https://texts.blog/2023/11/18/sunbird-security/\">This blog post lays out even more than Kishan tweeted originally and shares code so you can confirm this yourself</a>. tl; dr: Sunbird puts all your iMessages and attachments into Firebase.</p>\n\n\n\n<p>What should you take away from this?</p>\n\n\n\n<p><strong>Nothing</strong> (the company) still makes amazing hardware that you should absolutely check out and use. It&#8217;s my favorite Android experience. I think the company got bamboozled by Sunbird, and unfortunately this went mainstream on MKBHD.</p>\n\n\n\n<p><strong>Sunbird</strong> appears either not to understand security or to lie about it, and probably misled Nothing. I would recommend double-checking what that team claims in the future.</p>\n\n\n\n<p>Who should we actually be upset with? </p>\n\n\n\n<p><strong>Apple</strong>. </p>\n\n\n\n<p>You shouldn&#8217;t need to jump through all these hoops to have a blue bubble on iMessage. Design can create great things; it can also harm. Apple&#8217;s design decisions to &#8220;magically&#8221; upgrade SMS or texts or RCS into iMessage, which is better and more secure, creates a green-bubble ghetto that&#8217;s also a terrible user experience for anyone not on an Apple-made device.</p>\n\n\n\n<p>I&#8217;ve heard stories of teenagers being ostracized because they couldn&#8217;t afford an iPhone, of group chats rejecting people who turn the chat from blue to green. I know that sounds petty, but do you remember middle school? It&#8217;s about status, and Apple knows that. Everything they make bleeds status and signaling. They&#8217;re the best in the world at it, and I should know—I&#8217;m typing this post from a M3 Max black MacBook with 128GB of RAM. But while status signaling with amazing hardware and design touches is harmless, in software and social settings in can be harmful.</p>\n\n\n\n<p>Regardless of how it started, today the green bubble indicates cheaper, lower-status, less secure. Apple&#8217;s half-hearted support of RCS just continues this. Sunbird (and others) shouldn&#8217;t need to jump through so many hoops around this stuff by reverse engineering. Apple should open up iMessage APIs so it can be natively supported just like every other 100M+ messaging platform is: Telegram, Signal, WhatsApp, et al. Teens who can&#8217;t afford or don&#8217;t want an iPhone should be able to have an app that lets them connect with their friends as peers, securely and with all the features that are easy to support in messaging.</p>\n\n\n\n<p>Tim Cook, Apple, we love you. Trillion-dollar company, and lots of room still to grow. Allowing iMessage/FaceTime to interoperate (like it used to!) might take .01% off your growth rate, but it&#8217;s the right thing for humanity. Yes, I know Google is shady too, and they&#8217;re locked in this smartphone death match with you. But take person-to-person communication out of the struggle, make it a DMZ, and be content to compete in all the other areas you&#8217;re currently crushing: design, silicon, <a href=\"https://www.apple.com/macos/continuity/\">Continuity</a>, security, privacy, customer experience, retail stores, spatial audio, the list goes on.</p>\n\n\n\n<p>I have no idea how to get in touch with YouTubers, but Marques, if you see this, I&#8217;m happy to chat about the future of technology, open source, freedom, and privacy.</p>\n\n\n\n<p>Update: As I was writing this, <a href=\"https://9to5google.com/2023/11/18/nothing-chats-sunbird-unencrypted-data-privacy-nightmare/\">the Nothing Chats app has been pulled from the Play store</a>.</p>\n\n\n\n<p>Update 2: From my colleague Batuhan:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I’ve been banned from <a href=\"https://twitter.com/sunbirdapp?ref_src=twsrc%5Etfw\">@sunbirdapp</a>’s Discord, probably because I made a tool that deletes some of the data they keep. <br /><br />If you are a Sunbird/Nothing Chats user, here’s my recommendation, in order:<br /><br />&#8211; Change your Apple ID password *now* and revoke their session<br />&#8211; Remove the app<br />-…</p>&mdash; batuhan içöz (@batuhan) <a href=\"https://twitter.com/batuhan/status/1725985096463724838?ref_src=twsrc%5Etfw\">November 18, 2023</a></blockquote>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Nov 2023 16:57:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Gutenberg Times: State of the Word, 2024 release schedule, WooCommerce 8.3 and more – Weekend Edition 274\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=26349\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://gutenbergtimes.com/state-of-the-word-2024-release-schedule-woocommerce-8-3-and-more-weekend-edition-274/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15412:\"<p>Howdy, </p>\n\n\n\n<p>Now the Fall has come to Munich, Germany and as the Floridian weather wimp, I have to go into hibernation like Mama Bear. To counteract the urge to crawl back into bed, I practiced some exposure therapy with at least 6,000 steps outside in full gear (tuck, gloves, cape, and shawl), even in the rain. It helped a little, and I am not afraid of the cold anymore. That&#8217;s my win for this week. I will let you know how it goes when snow falls. What are the small wins in your life right now? </p>\n\n\n\n<p>I am sad that <a href=\"https://wptavern.com/last-call\">Sarah Gooding, after a decade writing for the WPTavern, is moving on to a new endeavor</a>. She has been a great supporter of the Gutenberg Times, and an even greater supporter of the WordPress Community as a whole. Over three thousand articles.  Day in, day out, she kept her ear on the pulse, separated the wheat from the chuff, and helped thousands of WordPress users understand how WordPress works, how businesses thrive in the open-source market and explained some of the more technical decisions and development to us mere mortals. She&#8217;ll be missed for sure, and we wish her a great start into the new adventures. </p>\n\n\n\n<p>Gutenberg wise, there is some wonderful work being done. Learn more below and enjoy the newsletter. </p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<p>On <strong>December 11, 2023, at 15:00 UTC, Matt Mullenweg</strong>, co-founder of WordPress, will give the State of the Word keynote. This year for the first time ever not from the United States. </p>\n\n\n\n<p>If you want to be there in person, join a watch party near you or watch the live stream, <strong>Dan Soschin</strong> has the details in his post. <a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\"><strong>State of the Word 2023 – Madrid, Spain</strong></a>. For the Q &amp; A session, you can send it your question via email or wait for the <a href=\"https://www.slido.com/\">Slido APP</a> QR code at the event. </p>\n\n\n\n<a href=\"https://wordpress.org/news/2023/11/state-of-the-word-2023-madrid-spain/\"><img width=\"652\" height=\"435\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/image.png?resize=652%2C435&ssl=1\" alt=\"\" class=\"wp-image-26400\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>In her post <a href=\"https://make.wordpress.org/core/2023/11/06/proposal-2024-major-release-timing/\"><strong>Proposal: 2024 Major Release Timing</strong></a>, executive Director and release lead of WordPress 6.4, <strong>Josepha Haden Chomphosy </strong>proposed the release schedule for 2024. She envisions again three major releases of WordPress: </p>\n\n\n\n<ul>\n<li>6.5 –&nbsp;Beta&nbsp;1 on Feb. 13, final release on Mar. 26 (WordCamp&nbsp;Asia Mar. 7-9)</li>\n\n\n\n<li>6.6 – Beta 1 on Jun. 4, final release on Jul. 16 (WordCamp Europe Jun. 13-15)</li>\n\n\n\n<li>6.7 – Beta 1 on Sep. 24, final release on Nov. 5 (WordCamp US still TBD)</li>\n</ul>\n\n\n\n<p>Giving a Gutenberg release cycle every other week, the last Gutenberg plugin version that will make it into the next WordPress version 6.5 is 17.7. That&#8217;s six more versions to get new features ready and tested before they make it into core. Speaking of testing, <strong>Andre Maneiro</strong> just released <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v17.1.0-rc.1\"><strong>Gutenberg 17.1 RC 1</strong></a> for testing. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Meanwhile, the work for WordPress 6.4 is not done: <strong>Femy Praseeth,</strong> release lead  for documentation, published a  <a href=\"https://make.wordpress.org/docs/2023/10/25/call-for-volunteers-to-help-with-6-4-end-user-documentation/\"><strong>Call for volunteers to help with 6.4 end-user documentation</strong></a>. It&#8217;s a great chance to apply your knowledge of how to use WordPress and help others to understand it too. You&#8217;ll find onboarding information, a list of tasks and links to the handbook in the post. </p>\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-d02c05917781faad43b455819cf71f89\">?️ Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-93-gutenberg-17-1-command-palette-data-views-and-grid-layout/\">Gutenberg Changelog #93 – Gutenberg 17.1, Command Palette, Data Views and Grid Layout</a> &#8211; a chat with <strong>Isabel Brison</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>For the default theme, Twenty-Twenty-Four developers had three uses cases in mind and provided patterns and page layouts for bloggers, portfolio artists and small business owners. <strong>Jamie Marsland</strong> took them by their word and he created five new websites using Twenty-Twenty-four. In his video  <a href=\"https://www.youtube.com/watch?v=qoX3uNmH5LY\"><strong>Is this the best WordPress Theme ever! </strong></a>he shows you how he built five sites, only using the built-in patterns, block variations and style variations. The examples, are one-page, a woo-commerce theme and also a small business website. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you are looking for a second (or third or fourth) opinion on the Twenty-Twenty-Four theme, <strong><a href=\"https://twitter.com/mattmedeiros\">Matt Medeiros</a></strong>, feels you should <a href=\"https://www.youtube.com/watch?v=0H37o1SBFr4\"><strong>Watch this before you try Twenty Twenty-Four theme for WordPress</strong></a>. Medeiros top four takeaways: </p>\n\n\n\n<ul>\n<li>Groups allow you to style sections of content and turn them into reusable patterns. </li>\n\n\n\n<li>The site editor lets you edit styles, templates, and parts for the whole site. </li>\n\n\n\n<li>Template parts like headers and footers apply across templates. </li>\n\n\n\n<li>The query loop block customizes how posts/content are displayed. </li>\n</ul>\n\n\n\n<p> &#8220;While not yet perfect, Twenty Twenty-Four shows the direction WordPress is headed for easy site building without needing page builders or premium themes.&#8221; he wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his video, <a href=\"https://www.youtube.com/watch?v=erT8LxuI5r4\"><strong>Mastering WordPress 6.4 in under 5 Minutes: every feature revealed</strong></a>, <strong>Dave Smith</strong> walks you through the key features of the new WordPress release: new default theme, image Lightbox, background image for group block, List view updates and enhancements to patterns management, vertical text orientation and adding buttons to the Navigation block. It&#8217;s a great overview if you want to know what&#8217;s new in WordPress 6.4 for content creators.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Using the site of the <em><a href=\"https://block-museum.com/\">Museum of Block Art</a></em>, <strong>Anne McCarthy</strong> demonstrated in this video the impact of the enhanced pagination that came with WordPress 6.4 to the Query block. <strong><a href=\"https://www.youtube.com/watch?v=y7YHFncLvD4\">Effortless Pagination: How a new WordPress 6.4 feature elevates the user experience</a>.</strong> </p>\n\n\n\n<img width=\"652\" height=\"409\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/11/Screenshot-2023-11-15-at-16.45.01.png?resize=652%2C409&ssl=1\" alt=\"\" class=\"wp-image-26357\" />\n\n\n\n<p>Last week, we mentioned the new block theme by Ellen Bauer and Manuel Esposito.. <strong>Sarah Gooding</strong> gave it a review, <a href=\"https://wptavern.com/elmastudio-releases-moog-a-free-block-theme-for-blogs\"><strong>ElmaStudio Releases Moog: A Free Block Theme for Blogs</strong></a>. &#8220;It features a minimal and bold layout with a responsive, masonry style grid on the homepage. Moog is well suited to blogs or even small magazine websites, with options to radically change the style with the click of a button.&#8221; she wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>A new version of WooCommerce is now available. <strong>Nigel Stevenson</strong>  has the release notes for you. <a href=\"https://developer.woo.com/2023/11/16/woocommerce-8-3-0-released/\"><strong>WooCommerce 8.3.0 Released</strong></a>. He highlighted: </p>\n\n\n\n<ul>\n<li>For new installation, Card, Check-out and Order confirmation blocks are switched on by default. </li>\n\n\n\n<li>For existing stores, the release provides an effortless migration using the page creation tool</li>\n\n\n\n<li>Marketplace and Extension pages are revamped, and </li>\n\n\n\n<li>the mobile app onboarding experience has been improved</li>\n</ul>\n\n\n\n<p><strong>Sarah Gooding</strong> shared more details in <a href=\"https://wptavern.com/woocommerce-8-3-makes-cart-checkout-and-order-confirmation-blocks-default-on-new-installations\"><strong>WooCommerce 8.3 Makes Cart, Checkout, and Order Confirmation Blocks Default on New Installations</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On Learn.WordPress, <a href=\"https://twitter.com/LauraAdamonis\"><strong>Laura Adamonis</strong></a> posted a tutorial on <a href=\"https://learn.wordpress.org/tutorial/how-to-create-a-menu-with-the-navigation-block-2/\"><strong>How to create a menu with the navigation block</strong></a>. The description reads: &#8220;This tutorial will walk a user through how to create a menu with the navigation block in the site editor of updated 6.4. The tutorial will use the 2024 theme. It will also touch on moving menu items, creating a second menu, adding a button and a sub-menu&#8221;. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Brian Coords</strong> wrote in his post <a href=\"https://www.briancoords.com/custom-settings-screens-in-block-themes/\"><strong>Custom Settings Screens in Block Themes</strong></a> about his approach and considering all API options available. Customizer and Settings API after suitable for the task, Coords selected the Gutenberg design language and components and their more contemporary look to get started. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jamie Marsland</strong> is running a <a href=\"https://www.youtube.com/watch?v=VroaPsoTFkg\">WordPress Block Theme Live Special</a> on YouTube  with Rich Tabor,&nbsp;on the <strong>13th December, 20:00 UTC</strong> &#8220;If you are looking to get into WordPress Block Themes then this session is for you. Rich Tabor, Core Gutenberg Product Manager, is helping me explain the basics and more advanced features of Block Themes.&#8221; he wrote in the description. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>The latest recipe of <strong>Ryan Welcher&#8217;s </strong> <em>Block Developer Cook Book</em>, is about <strong><a href=\"https://www.youtube.com/watch?v=MtVRifFbUaQ\">Connecting to Post Meta</a></strong> and you&#8217;ll learn to extract and update data from WordPress custom post meta, &#8220;adding a flavorful twist to your post meta management.&#8221; he wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: &#8220;Blocks of ice ready for next years ice hotel&#8221; by Rose Robinson is licensed under CC BY-NC-ND 2.0</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Nov 2023 09:49:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WPTavern: Last Call\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=151409\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/last-call\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4939:\"<p>This has been an emotional, bittersweet morning for me, reading through old posts, as I close the book on my time at this beloved publication. Today is my last day before moving on to embrace a new challenge in the world of tech.&nbsp;&nbsp;</p>\n\n\n\n<p>In 2013, the year I started writing at the Tavern, just <a href=\"https://w3techs.com/technologies/history_overview/content_management/all/y\">17.4% of the web</a> was running on WordPress, but the momentum I felt at that <a href=\"https://wptavern.com/matt-mullenwegs-state-of-the-word-highlights-internationalization-mobile-and-new-tools-for-wordpress-contributors\">last WordCamp San Francisco</a> was intoxicating and undeniable. It marked the ascendency of the global WordPress community and the move to embrace new tools like Slack and GitHub for contributing to core.</p>\n\n\n\n<p>At that time, one frustrating thing I frequently heard was &#8220;It&#8217;s just WordPress, don&#8217;t take it so seriously.&#8221; Yet there we were, standing on the edge of an amazing acceleration of WordPress&#8217; adoption and expansion of the ecosystem that brought meaningful work to millions and gave people a voice on the web. It was never &#8220;just WordPress&#8221; to me. As the software enters its third decade, powering 43% of the world&#8217;s websites, WordPress continues to be an irrepressible force of good on the web. I&#8217;d like to think the Tavern had a small part in that.</p>\n\n\n\n<p>I want to thank past colleagues Jeff Chandler, Justin Tadlock, and Nathan Wrigley, as well as Matt Mullenweg for supporting the publication for so many years. We have done a lot of daily reporting but the Tavern keeper is a watchdog at heart. Our commitment to serving the public interest was instrumental in holding companies, authorities, and the open source project accountable, and I am proud of the work we did together.</p>\n\n\n\n<p>When I started, I had no idea how I would fully embrace the challenge of writing, editing, and publishing&nbsp;WordPress news every day. It changed me. Writing news is an intensely public job that comes with a nearly constant onslaught of criticism. I found that showing up even on my worst days forged a level of discipline that was previously inaccessible to me. Today, 3,021 articles later, publishing is in my blood.</p>\n\n\n\n<p>To our wonderful community of readers: Thank you for trusting us to tell your stories. Thank you to every one of you who chose to speak to the press &#8211; both on the record and anonymously when something needed to come to light. You made it possible for the Tavern to become the most authoritative and reliable source of WordPress news on the web.</p>\n\n\n\n<p>We navigated many challenging times together and celebrated previously unbelievable milestones. I&#8217;ve been privileged to have a front row seat to your innovation and determination, and I&#8217;ll continue cheering for your success. Thank you, beautiful WordPress community.</p>\n\n\n\n<p>In honor of 10 years at the Tavern, I&#8217;ll leave you with 10 of my favorite articles for a short trip down memory lane. </p>\n\n\n\n<p><a href=\"https://wptavern.com/finding-freedom-and-opportunity-with-wordpress-how-wolf-bishop-overcame-prison-and-addiction-to-launch-a-career\">Finding Freedom and Opportunity With WordPress: How Wolf Bishop Overcame Prison and Addiction to Launch a Career</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/how-the-welch-news-uses-wordpress-to-keep-local-news-alive-in-west-virginia\">How The Welch News Uses WordPress To Keep Local News Alive in West Virginia</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/amp-has-irreparably-damaged-publishers-trust-in-google-led-initiatives\">AMP Has Irreparably Damaged Publishers’ Trust in Google-led Initiatives</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-turns-20\">WordPress Turns 20</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores\">Tectonic Shifts in Retail Industry are Creating Unprecedented Opportunities for Independent Stores</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/finding-wordpress-in-the-post-print-news-era\">Finding WordPress in the Post-Print News Era</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-5-0-rc-expected-on-u-s-thanksgiving-holiday-despite-last-minute-pushback-from-contributors\">WordPress 5.0 RC Expected on U.S. Thanksgiving Holiday, Despite Last-Minute Pushback from Contributors</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-smiley-wars-will-core-adopt-new-emoticons\">WordPress Smiley Wars: Will Core Adopt New Emoticons?</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/rip-buddypress-default-theme-finally-laid-to-rest-in-1-9\">RIP BuddyPress Default Theme: Finally Laid to Rest in 1.9</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\">WordPress Beyond Boundaries: A Recap of WordCamp Europe 2014</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Nov 2023 20:50:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Do The Woo Community: Talking Woo Agencies with Andrew Behla and Patrick Garman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=63221\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://dothewoo.io/a-woobiz-chat-with-agency-owners-andrew-behla-and-patrick-garman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:469:\"<p>Listen in as they chat about market disruptions, business tools, client off hour expectations and the differentiators that set Woo apart from other ecommerce platforms.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/a-woobiz-chat-with-agency-owners-andrew-behla-and-patrick-garman/\">Talking Woo Agencies with Andrew Behla and Patrick Garman</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Nov 2023 14:30:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Do The Woo Community: WooCommerce Development Insights &amp; Empowering Clients with DJ\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=63183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://dothewoo.io/woocommerce-development-insights-empowering-clients-with-d-j/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:455:\"<p>DJ\'s development skills with WooCommerce blend his willingness to learn quickly and deeply while giving his clients more empowerment over their site.</p>\n<p>&gt;&gt; The post <a href=\"https://dothewoo.io/woocommerce-development-insights-empowering-clients-with-d-j/\">WooCommerce Development Insights &#038; Empowering Clients with DJ</a> appeared first on <a href=\"https://dothewoo.io\">Do the Woo - a WooCommerce and WordPress Builder Podcast</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Nov 2023 14:30:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 16 Dec 2023 05:49:00 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Sat, 16 Dec 2023 05:30:31 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20230919080345\";}','no'),(4038,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1702748941','no'),(4039,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1702705741','no'),(4040,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1702748941','no'),(4041,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/12/state-of-the-word-2023-recap/\'>State of the Word 2023 Recap</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2023/12/episode-68-toward-a-more-interconnected-web/\'>WP Briefing: Episode 68: Toward a More Interconnected Web</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://dothewoo.io/wordcamps-resources-jobs-supporting-community/\'>Do The Woo Community: Resources and Opportunities in WordPress for Speaking, Contributing and Connecting</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/better-development-with-wordpress-wp-photos-and-more/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=better-development-with-wordpress-wp-photos-and-more\'>HeroPress: Better Development With WordPress, WP Photos, And More!</a></li><li><a class=\'rsswidget\' href=\'https://dothewoo.io/a-post-mortem-marketing-analysis-of-black-friday-aka-stuff-you-should-do/\'>Do The Woo Community: A Post Mortem Marketing Analysis of Black Friday aka Stuff You Should Do</a></li></ul></div>','no'),(4059,'_transient_timeout_elementor_remote_info_api_data_3.18.3','1704932291','no'),(4060,'_transient_elementor_remote_info_api_data_3.18.3','a:4:{s:9:\"timestamp\";s:10:\"1704888728\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(4069,'_transient_timeout_as-post-store-dependencies-met','1705216567','no'),(4070,'_transient_as-post-store-dependencies-met','yes','no'),(4251,'_site_transient_timeout_theme_roots','1719264846','no'),(4252,'_site_transient_theme_roots','a:5:{s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(4253,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.5.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.5\";s:7:\"version\";s:5:\"6.5.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1719263047;s:15:\"version_checked\";s:5:\"6.5.5\";s:12:\"translations\";a:0:{}}','no'),(4254,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1719263055;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:11:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.83\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.83.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2990457\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2990457\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.22.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3005087\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3005087\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:6:\"1.6.36\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/header-footer-elementor.1.6.36.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2813167\";s:3:\"svg\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2813167\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.jpg?rev=2813167\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.jpg?rev=2813167\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"3.2.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.png?rev=2118488\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.png?rev=2118488\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:5:\"3.8.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ninja-forms.3.8.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";}s:43:\"template-kit-import/template-kit-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/template-kit-import\";s:4:\"slug\";s:19:\"template-kit-import\";s:6:\"plugin\";s:43:\"template-kit-import/template-kit-import.php\";s:11:\"new_version\";s:6:\"1.0.15\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/template-kit-import/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/template-kit-import.1.0.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-256x256.png?rev=2228216\";s:2:\"1x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-128x128.png?rev=2228216\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:6:\"2.1.14\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.2.1.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=2758516\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/insert-headers-and-footers/assets/banner-1544x500.png?rev=2758516\";s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=2758516\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.4.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.jpg?rev=2811094\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.jpg?rev=2811094\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"22.9\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3104020\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3104020\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.4\";}}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=6229 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,5,'_elementor_edit_mode','builder'),(4,5,'_elementor_template_type','kit'),(5,6,'_elementor_edit_mode','builder'),(6,6,'_elementor_template_type','page'),(7,7,'_elementor_edit_mode','builder'),(8,7,'_elementor_template_type','page'),(9,6,'_elementor_version','3.13.4'),(11,6,'_edit_lock','1685293433:1'),(12,6,'_wp_trash_meta_status','draft'),(13,6,'_wp_trash_meta_time','1685293872'),(14,6,'_wp_desired_post_slug',''),(15,8,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.21\";s:5:\"title\";s:57:\"Eyecare – Optometrist & Eye Care Elementor Template Kit\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.0\";s:9:\"templates\";a:18:{i:0;a:9:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:27:\"https://tykit.rometheme.pro\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:77;}}}i:1;a:9:{s:4:\"name\";s:8:\"Homepage\";s:10:\"screenshot\";s:24:\"screenshots/homepage.jpg\";s:6:\"source\";s:23:\"templates/homepage.json\";s:11:\"preview_url\";s:58:\"https://tykit.rometheme.pro/eyecare/template-kit/homepage/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:30;}}}i:2;a:8:{s:4:\"name\";s:5:\"About\";s:10:\"screenshot\";s:21:\"screenshots/about.jpg\";s:6:\"source\";s:20:\"templates/about.json\";s:11:\"preview_url\";s:55:\"https://tykit.rometheme.pro/eyecare/template-kit/about/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:3;a:9:{s:4:\"name\";s:8:\"Services\";s:10:\"screenshot\";s:24:\"screenshots/services.jpg\";s:6:\"source\";s:23:\"templates/services.json\";s:11:\"preview_url\";s:58:\"https://tykit.rometheme.pro/eyecare/template-kit/services/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:278;}}}i:4;a:8:{s:4:\"name\";s:14:\"Service Detail\";s:10:\"screenshot\";s:30:\"screenshots/service-detail.jpg\";s:6:\"source\";s:29:\"templates/service-detail.json\";s:11:\"preview_url\";s:64:\"https://tykit.rometheme.pro/eyecare/template-kit/service-detail/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:5;a:8:{s:4:\"name\";s:4:\"Team\";s:10:\"screenshot\";s:20:\"screenshots/team.jpg\";s:6:\"source\";s:19:\"templates/team.json\";s:11:\"preview_url\";s:54:\"https://tykit.rometheme.pro/eyecare/template-kit/team/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:6;a:8:{s:4:\"name\";s:11:\"Appointment\";s:10:\"screenshot\";s:27:\"screenshots/appointment.jpg\";s:6:\"source\";s:26:\"templates/appointment.json\";s:11:\"preview_url\";s:61:\"https://tykit.rometheme.pro/eyecare/template-kit/appointment/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:7;a:8:{s:4:\"name\";s:12:\"Pricing Plan\";s:10:\"screenshot\";s:28:\"screenshots/pricing-plan.jpg\";s:6:\"source\";s:27:\"templates/pricing-plan.json\";s:11:\"preview_url\";s:57:\"https://tykit.rometheme.pro/eyecare/template-kit/pricing/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:8;a:8:{s:4:\"name\";s:11:\"Help Center\";s:10:\"screenshot\";s:27:\"screenshots/help-center.jpg\";s:6:\"source\";s:26:\"templates/help-center.json\";s:11:\"preview_url\";s:61:\"https://tykit.rometheme.pro/eyecare/template-kit/help-center/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:9;a:8:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:22:\"templates/contact.json\";s:11:\"preview_url\";s:57:\"https://tykit.rometheme.pro/eyecare/template-kit/contact/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:10;a:8:{s:4:\"name\";s:3:\"404\";s:10:\"screenshot\";s:19:\"screenshots/404.jpg\";s:6:\"source\";s:18:\"templates/404.json\";s:11:\"preview_url\";s:53:\"https://tykit.rometheme.pro/eyecare/template-kit/404/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:11;a:8:{s:4:\"name\";s:4:\"Blog\";s:10:\"screenshot\";s:20:\"screenshots/blog.jpg\";s:6:\"source\";s:19:\"templates/blog.json\";s:11:\"preview_url\";s:54:\"https://tykit.rometheme.pro/eyecare/template-kit/blog/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:12;a:8:{s:4:\"name\";s:11:\"Single Post\";s:10:\"screenshot\";s:27:\"screenshots/single-post.jpg\";s:6:\"source\";s:26:\"templates/single-post.json\";s:11:\"preview_url\";s:61:\"https://tykit.rometheme.pro/eyecare/template-kit/single-post/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:13;a:8:{s:4:\"name\";s:6:\"Header\";s:10:\"screenshot\";s:22:\"screenshots/header.jpg\";s:6:\"source\";s:21:\"templates/header.json\";s:11:\"preview_url\";s:56:\"https://tykit.rometheme.pro/eyecare/template-kit/header/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:14;a:9:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:56:\"https://tykit.rometheme.pro/eyecare/template-kit/footer/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:13;}}}i:15;a:9:{s:4:\"name\";s:24:\"Appointment Form - Block\";s:10:\"screenshot\";s:38:\"screenshots/appointment-form-block.jpg\";s:6:\"source\";s:37:\"templates/appointment-form-block.json\";s:11:\"preview_url\";s:72:\"https://tykit.rometheme.pro/eyecare/template-kit/appointment-form-block/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:15:\"section-contact\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:72;}}}i:16;a:8:{s:4:\"name\";s:20:\"Contact Form - Block\";s:10:\"screenshot\";s:34:\"screenshots/contact-form-block.jpg\";s:6:\"source\";s:33:\"templates/contact-form-block.json\";s:11:\"preview_url\";s:68:\"https://tykit.rometheme.pro/eyecare/template-kit/contact-form-block/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:15:\"section-contact\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:17;a:9:{s:4:\"name\";s:22:\"Subscribe Form - Block\";s:10:\"screenshot\";s:36:\"screenshots/subscribe-form-block.jpg\";s:6:\"source\";s:35:\"templates/subscribe-form-block.json\";s:11:\"preview_url\";s:70:\"https://tykit.rometheme.pro/eyecare/template-kit/subscribe-form-block/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:15:\"section-contact\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:68;}}}}s:16:\"required_plugins\";a:3:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.7.0\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:16:\"ElementsKit Lite\";s:7:\"version\";s:5:\"2.6.3\";s:4:\"file\";s:37:\"elementskit-lite/elementskit-lite.php\";s:6:\"author\";s:5:\"Wpmet\";}i:2;a:4:{s:4:\"name\";s:7:\"MetForm\";s:7:\"version\";s:5:\"2.2.1\";s:4:\"file\";s:19:\"metform/metform.php\";s:6:\"author\";s:5:\"Wpmet\";}}s:6:\"images\";a:24:{i:0;a:8:{s:8:\"filename\";s:77:\"close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\";s:13:\"thumbnail_url\";s:156:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/homepage.json\";s:4:\"name\";s:8:\"Homepage\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:221227;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:1;a:8:{s:8:\"filename\";s:77:\"young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\";s:13:\"thumbnail_url\";s:156:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-800x533.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:23:\"templates/homepage.json\";s:4:\"name\";s:8:\"Homepage\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}i:3;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:4;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:246214;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:2;a:8:{s:8:\"filename\";s:78:\"happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\";s:13:\"thumbnail_url\";s:157:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/homepage.json\";s:4:\"name\";s:8:\"Homepage\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:213264;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:3;a:8:{s:8:\"filename\";s:78:\"side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\";s:13:\"thumbnail_url\";s:157:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/homepage.json\";s:4:\"name\";s:8:\"Homepage\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:212782;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:4;a:8:{s:8:\"filename\";s:78:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\";s:13:\"thumbnail_url\";s:157:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-800x533.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:23:\"templates/homepage.json\";s:4:\"name\";s:8:\"Homepage\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:26:\"templates/appointment.json\";s:4:\"name\";s:11:\"Appointment\";}i:3;a:2:{s:6:\"source\";s:18:\"templates/404.json\";s:4:\"name\";s:3:\"404\";}}s:8:\"filesize\";i:186191;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:5;a:8:{s:8:\"filename\";s:77:\"ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\";s:13:\"thumbnail_url\";s:156:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-800x533.jpg\";s:9:\"templates\";a:5:{i:0;a:2:{s:6:\"source\";s:23:\"templates/homepage.json\";s:4:\"name\";s:8:\"Homepage\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:3;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:4;a:2:{s:6:\"source\";s:27:\"templates/pricing-plan.json\";s:4:\"name\";s:12:\"Pricing Plan\";}}s:8:\"filesize\";i:187295;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:6;a:8:{s:8:\"filename\";s:77:\"patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\";s:13:\"thumbnail_url\";s:156:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/homepage.json\";s:4:\"name\";s:8:\"Homepage\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:207211;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:7;a:8:{s:8:\"filename\";s:9:\"team2.jpg\";s:13:\"thumbnail_url\";s:80:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/team2.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/homepage.json\";s:4:\"name\";s:8:\"Homepage\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:158844;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:8;a:8:{s:8:\"filename\";s:9:\"team3.jpg\";s:13:\"thumbnail_url\";s:80:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/team3.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/homepage.json\";s:4:\"name\";s:8:\"Homepage\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:100273;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:9;a:8:{s:8:\"filename\";s:9:\"team6.jpg\";s:13:\"thumbnail_url\";s:80:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/team6.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/homepage.json\";s:4:\"name\";s:8:\"Homepage\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:194048;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:10;a:8:{s:8:\"filename\";s:9:\"team5.jpg\";s:13:\"thumbnail_url\";s:80:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/team5.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:23:\"templates/homepage.json\";s:4:\"name\";s:8:\"Homepage\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:153605;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:11;a:8:{s:8:\"filename\";s:77:\"ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\";s:13:\"thumbnail_url\";s:156:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc-800x533.jpg\";s:9:\"templates\";a:10:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}i:3;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:4;a:2:{s:6:\"source\";s:26:\"templates/appointment.json\";s:4:\"name\";s:11:\"Appointment\";}i:5;a:2:{s:6:\"source\";s:27:\"templates/pricing-plan.json\";s:4:\"name\";s:12:\"Pricing Plan\";}i:6;a:2:{s:6:\"source\";s:26:\"templates/help-center.json\";s:4:\"name\";s:11:\"Help Center\";}i:7;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}i:8;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:9;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:225084;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:12;a:8:{s:8:\"filename\";s:53:\"vision-correction-surgery-2021-08-29-02-14-55-utc.jpg\";s:13:\"thumbnail_url\";s:132:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/vision-correction-surgery-2021-08-29-02-14-55-utc-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:209119;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:13;a:8:{s:8:\"filename\";s:62:\"surgical-team-in-operating-theater-2021-08-29-02-15-00-utc.jpg\";s:13:\"thumbnail_url\";s:141:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/surgical-team-in-operating-theater-2021-08-29-02-15-00-utc-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:219407;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:14;a:8:{s:8:\"filename\";s:49:\"eye-surgery-in-clinic-2021-08-28-14-52-22-utc.jpg\";s:13:\"thumbnail_url\";s:128:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/eye-surgery-in-clinic-2021-08-28-14-52-22-utc-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:29:\"templates/service-detail.json\";s:4:\"name\";s:14:\"Service Detail\";}i:1;a:2:{s:6:\"source\";s:26:\"templates/single-post.json\";s:4:\"name\";s:11:\"Single Post\";}}s:8:\"filesize\";i:236835;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:15;a:8:{s:8:\"filename\";s:78:\"portrait-of-young-smiling-doctor-in-the-doctor-s-o-2021-08-30-21-15-48-utc.jpg\";s:13:\"thumbnail_url\";s:158:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/portrait-of-young-smiling-doctor-in-the-doctor-s-o-2021-08-30-21-15-48-utc-800x1200.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:205921;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:16;a:8:{s:8:\"filename\";s:54:\"giving-advice-on-the-phone-2021-09-02-04-32-57-utc.jpg\";s:13:\"thumbnail_url\";s:134:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/giving-advice-on-the-phone-2021-09-02-04-32-57-utc-800x1200.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:198795;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:17;a:8:{s:8:\"filename\";s:78:\"portrait-of-smiling-mature-doctor-wearing-white-co-2021-11-01-16-25-45-utc.jpg\";s:13:\"thumbnail_url\";s:158:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/portrait-of-smiling-mature-doctor-wearing-white-co-2021-11-01-16-25-45-utc-800x1200.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:183360;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:18;a:8:{s:8:\"filename\";s:43:\"friendly-doctor-2021-09-24-03-29-24-utc.jpg\";s:13:\"thumbnail_url\";s:123:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/friendly-doctor-2021-09-24-03-29-24-utc-800x1200.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:112896;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:19;a:8:{s:8:\"filename\";s:78:\"portrait-of-smiling-male-doctor-wearing-white-coat-2021-08-26-16-15-25-utc.jpg\";s:13:\"thumbnail_url\";s:158:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/portrait-of-smiling-male-doctor-wearing-white-coat-2021-08-26-16-15-25-utc-800x1200.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:159666;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:20;a:8:{s:8:\"filename\";s:45:\"doctor-with-smile-2021-09-24-03-35-42-utc.jpg\";s:13:\"thumbnail_url\";s:125:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/doctor-with-smile-2021-09-24-03-35-42-utc-800x1200.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:124665;s:10:\"dimensions\";a:2:{i:0;i:1280;i:1;i:1920;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:21;a:8:{s:8:\"filename\";s:9:\"Logo1.png\";s:13:\"thumbnail_url\";s:80:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/Logo1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/header.json\";s:4:\"name\";s:6:\"Header\";}}s:8:\"filesize\";i:6320;s:10:\"dimensions\";a:2:{i:0;i:209;i:1;i:79;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:22;a:8:{s:8:\"filename\";s:66:\"eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\";s:13:\"thumbnail_url\";s:145:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:175127;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:50:\"https://elements.envato.com/collections/Y7S5NCAFEM\";}i:23;a:8:{s:8:\"filename\";s:9:\"Logo2.png\";s:13:\"thumbnail_url\";s:80:\"http://tykit.rometheme.pro/eyecare/wp-content/uploads/sites/81/2022/08/Logo2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:6179;s:10:\"dimensions\";a:2:{i:0;i:209;i:1;i:79;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}}}'),(16,8,'envato_tk_folder_name','fc48e811635c628fb0f8f5ae93457bd3'),(17,8,'envato_tk_builder','elementor'),(18,8,'envato_tk_source_zip_url','https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/template-kits/fc48e811635c628fb0f8f5ae93457bd3/source-8.zip'),(19,9,'_wp_attached_file','2023/05/Logo1.png'),(20,9,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:209;s:6:\"height\";i:79;s:4:\"file\";s:17:\"2023/05/Logo1.png\";s:8:\"filesize\";i:6320;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"Logo1-150x79.png\";s:5:\"width\";i:150;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5547;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21,9,'_elementor_source_image_hash','a42e97686313370d4e0988209cc2c1181cf3ccd2'),(22,10,'_wp_attached_file','2023/05/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg'),(23,10,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:74:\"2023/05/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\";s:8:\"filesize\";i:175127;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10755;}s:5:\"large\";a:5:{s:4:\"file\";s:75:\"eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63824;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6399;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41040;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:76:\"eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119326;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24,10,'_elementor_source_image_hash','0b99f05f288d2232456bed26ded08b7f02e5ded6'),(25,11,'_wp_attached_file','2023/05/Logo2.png'),(26,11,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:209;s:6:\"height\";i:79;s:4:\"file\";s:17:\"2023/05/Logo2.png\";s:8:\"filesize\";i:6179;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"Logo2-150x79.png\";s:5:\"width\";i:150;s:6:\"height\";i:79;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5175;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(27,11,'_elementor_source_image_hash','603da9504854e2422075174f2123ccf81bdd7634'),(28,12,'_elementor_edit_mode','builder'),(29,12,'_elementor_template_type','section'),(30,13,'_elementor_edit_mode','builder'),(31,13,'_elementor_template_type','section'),(32,12,'_elementor_version','3.13.4'),(33,13,'_elementor_version','3.13.4'),(34,14,'_elementor_edit_mode','builder'),(35,14,'_elementor_template_type','section'),(36,14,'_elementor_version','3.13.4'),(37,12,'_wp_page_template','elementor_canvas'),(38,12,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(39,12,'_elementor_data','[{\"id\":\"2c7db4b7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ff587a1\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"518fe278\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":73.406999999999996,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39a6c344\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Phone : +123-456-789\",\"selected_icon\":{\"value\":\"icon icon-customer-service\",\"library\":\"ekiticons\"},\"_id\":\"abb43a7\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Email : hello@awesomesite.com\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"94c0aa8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Opening Hours : 08:00AM to 21:00PM\",\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"_id\":\"12ff2c5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_style\":\"dotted\",\"divider_weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7eed2d16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.593,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b5cf170\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"abb43a7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Consulting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94c0aa8\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Doctor Schedule\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"12ff2c5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c62659a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"163a497d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14e4a721\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"9\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3979757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"78373880\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76e54388\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(40,15,'_elementor_edit_mode','builder'),(41,15,'_elementor_template_type','section'),(42,15,'_elementor_version','3.13.4'),(43,13,'_wp_page_template','elementor_canvas'),(44,13,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(45,13,'_elementor_data','[{\"id\":\"7b930226\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ff587a1\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33b4f297\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61d0bc43\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5309380c\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bec0972\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"14468d99\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=27f2275\"},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"_title\":\"Footer Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54a3ac58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51e1f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"1\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\"},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_background\":\"classic\",\"border_color\":\"#CD5A91\",\"border_border\":\"solid\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34a96b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":5,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a78e627\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"11\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo2.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f17dd70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Suspendisse congue tincidunt nisi, in eleifend metus placerat eu. Nunc eget tristique nisi. Nunc a eros vitae magna bibendum tempus. Mauris ipsum enim, sollicitudin sit amet consequat at.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1fdb34e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71fd8540\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Link\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69a9d7a6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Delivery\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3eb3c0a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9a7b595\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_self_align\":\"left\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"},\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#03E7A9\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"24fbf63b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"198d3e63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Information\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"422aebd9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3eb3c0a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_self_align\":\"left\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"},\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#03E7A9\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5d3fe91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a08c212\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641decdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f44357\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"99 Roving St., Pku\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"+123-456-789\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"hello@awesomesite.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5c63aa03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social media :\",\"header_size\":\"span\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2eb899c\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a1b07d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d46edd1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a7f5a4d\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d9896f5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\",\"icon_secondary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"hover_secondary_color\":\"globals\\/colors?id=ff587a1\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53a6cd4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a5d519c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3252611a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eyecare Clinic Template Kit by Rometheme\",\"header_size\":\"p\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6e484fa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47da0c38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2022. All rights reserved.\",\"header_size\":\"p\",\"align\":\"right\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(46,16,'_elementor_edit_mode','builder'),(47,16,'_elementor_template_type','section'),(48,16,'_elementor_version','3.13.4'),(49,16,'_wp_page_template','default'),(50,16,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(51,16,'_elementor_data','[{\"id\":\"2c7db4b7\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ff587a1\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"518fe278\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":73.406999999999996,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39a6c344\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Phone : +123-456-789\",\"selected_icon\":{\"value\":\"icon icon-customer-service\",\"library\":\"ekiticons\"},\"_id\":\"abb43a7\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Email : hello@awesomesite.com\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"94c0aa8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Opening Hours : 08:00AM to 21:00PM\",\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"_id\":\"12ff2c5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider_style\":\"dotted\",\"divider_weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"7eed2d16\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.593,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b5cf170\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"abb43a7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Consulting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94c0aa8\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Doctor Schedule\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"12ff2c5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5c62659a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"163a497d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14e4a721\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"9\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3979757\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"78373880\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76e54388\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(52,12,'_elementor_page_assets','a:0:{}'),(53,12,'envato_tk_source_kit','8'),(54,12,'envato_tk_source_index','13'),(55,17,'_elementor_edit_mode','builder'),(56,17,'_elementor_template_type','section'),(57,17,'_elementor_version','3.13.4'),(58,17,'_wp_page_template','default'),(59,17,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(60,17,'_elementor_data','[{\"id\":\"7b930226\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ff587a1\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33b4f297\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61d0bc43\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5309380c\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"bec0972\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"14468d99\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=27f2275\"},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"_title\":\"Footer Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54a3ac58\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51e1f34\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"1\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\"},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_background\":\"classic\",\"border_color\":\"#CD5A91\",\"border_border\":\"solid\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"34a96b36\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":5,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a78e627\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"11\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo2.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f17dd70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Suspendisse congue tincidunt nisi, in eleifend metus placerat eu. Nunc eget tristique nisi. Nunc a eros vitae magna bibendum tempus. Mauris ipsum enim, sollicitudin sit amet consequat at.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"1fdb34e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"71fd8540\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Link\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69a9d7a6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Delivery\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3eb3c0a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9a7b595\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_self_align\":\"left\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"},\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#03E7A9\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"24fbf63b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"198d3e63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Information\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"422aebd9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3eb3c0a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_self_align\":\"left\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"},\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#03E7A9\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"5d3fe91b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6a08c212\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"641decdd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f44357\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"99 Roving St., Pku\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"+123-456-789\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"hello@awesomesite.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5c63aa03\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social media :\",\"header_size\":\"span\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2eb899c\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9a1b07d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d46edd1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a7f5a4d\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d9896f5\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\",\"icon_secondary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"hover_secondary_color\":\"globals\\/colors?id=ff587a1\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"53a6cd4b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a5d519c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3252611a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eyecare Clinic Template Kit by Rometheme\",\"header_size\":\"p\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6e484fa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47da0c38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2022. All rights reserved.\",\"header_size\":\"p\",\"align\":\"right\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(61,13,'_elementor_page_assets','a:0:{}'),(62,13,'envato_tk_source_kit','8'),(63,13,'envato_tk_source_index','14'),(64,18,'_wp_attached_file','2023/05/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg'),(65,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:85:\"2023/05/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\";s:8:\"filesize\";i:221227;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12911;}s:5:\"large\";a:5:{s:4:\"file\";s:86:\"close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7167;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51553;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:87:\"close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151262;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(66,18,'_elementor_source_image_hash','d8b6130cb8f8dc0ffeadf7400951bef992137536'),(67,19,'_wp_attached_file','2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg'),(68,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:85:\"2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\";s:8:\"filesize\";i:246214;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14776;}s:5:\"large\";a:5:{s:4:\"file\";s:86:\"young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95069;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7842;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59950;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:87:\"young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179225;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(69,19,'_elementor_source_image_hash','e188f5a04d6b1e38e329717a76836fce8cb0c5b4'),(70,20,'_wp_attached_file','2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg'),(71,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:86:\"2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\";s:8:\"filesize\";i:213264;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16059;}s:5:\"large\";a:5:{s:4:\"file\";s:87:\"happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91789;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:86:\"happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60060;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:88:\"happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166070;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(72,20,'_elementor_source_image_hash','00e250b6deb3939cc8c3bca9b54e4d26f393b361'),(73,21,'_wp_attached_file','2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg'),(74,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:86:\"2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\";s:8:\"filesize\";i:212782;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10997;}s:5:\"large\";a:5:{s:4:\"file\";s:87:\"side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71201;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6365;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:86:\"side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43367;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:88:\"side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(75,21,'_elementor_source_image_hash','31e53380a537de33304142a858279fbad75e4961'),(76,22,'_wp_attached_file','2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg'),(77,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:86:\"2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\";s:8:\"filesize\";i:186191;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14172;}s:5:\"large\";a:5:{s:4:\"file\";s:87:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89073;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7241;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:86:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56627;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:88:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169460;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(78,22,'_elementor_source_image_hash','85e393d1666124c6919cc236b94dc1cc02a6329a'),(79,23,'_wp_attached_file','2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg'),(80,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:85:\"2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\";s:8:\"filesize\";i:187295;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13772;}s:5:\"large\";a:5:{s:4:\"file\";s:86:\"ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82925;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7115;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52885;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:87:\"ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156686;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(81,23,'_elementor_source_image_hash','ff230190f5d83cb78398e2874040b817e05fbf09'),(82,24,'_wp_attached_file','2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg'),(83,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:85:\"2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\";s:8:\"filesize\";i:207211;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12953;}s:5:\"large\";a:5:{s:4:\"file\";s:86:\"patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75633;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6944;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:87:\"patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139692;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(84,24,'_elementor_source_image_hash','5cdaeca135a4386a094e04e4e8b54ce4d888c022'),(85,25,'_wp_attached_file','2023/05/team2.jpg'),(86,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2023/05/team2.jpg\";s:8:\"filesize\";i:158844;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"team2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16563;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"team2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"team2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75867;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(87,25,'_elementor_source_image_hash','6804e3934cbf2faf4d870dcf0e257d712e8ea687'),(88,26,'_wp_attached_file','2023/05/placeholder.png'),(89,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2023/05/placeholder.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(90,26,'_elementor_source_image_hash','ecfecfe7265aa5fff687d1de7e3f5267139046eb'),(91,27,'_wp_attached_file','2023/05/team3.jpg'),(92,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2023/05/team3.jpg\";s:8:\"filesize\";i:100273;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"team3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12045;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"team3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4955;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"team3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93,27,'_elementor_source_image_hash','d1f93f0f14bdf702ac1fe9ad6c3558faeadf79ab'),(94,28,'_wp_attached_file','2023/05/team6.jpg'),(95,28,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2023/05/team6.jpg\";s:8:\"filesize\";i:194048;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"team6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21422;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"team6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"team6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99602;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(96,28,'_elementor_source_image_hash','be3c6b338ead3852075775fb7c3a2f24831c7c54'),(97,29,'_wp_attached_file','2023/05/team5.jpg'),(98,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2023/05/team5.jpg\";s:8:\"filesize\";i:153605;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"team5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15328;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"team5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5705;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"team5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(99,29,'_elementor_source_image_hash','5dfb4aca74f840c28b98987456d8de8b1197b2f4'),(100,30,'_elementor_edit_mode','builder'),(101,30,'_elementor_template_type','section'),(102,30,'_elementor_version','3.13.4'),(103,31,'_elementor_edit_mode','builder'),(104,31,'_elementor_template_type','section'),(105,31,'_elementor_version','3.13.4'),(106,30,'_wp_page_template','elementor_header_footer'),(107,30,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(108,30,'_elementor_data','[{\"id\":\"1364362b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"352d634f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"19473389\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=3af3b50\"},\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e57d44d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11cc5195\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32fe1880\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70f40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50365fa6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e5cf321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"304f1b8a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7cc54b52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=62db41b\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4034282a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62cb7128\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d5b38f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23cdcd8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"19423cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"692d81c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f0d7571\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3d7a7292\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dcdf8be\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"583d0dbe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16bbfccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61e6f494\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"162014e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46a1932\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53f48846\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"52bc1de8\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"627ec5f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"435b610b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4b7f17b4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7e72e8c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b8cae83\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e0775b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet\":100,\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4af998e8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e069150\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"742b97fd\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6dc7a2fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"197d18af\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24752e66\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23bb0607\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"434227f6\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6e256f26\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4a35b45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3395d4ba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4f3a4ecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"289967c8\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dce2539\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a11f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39e8931d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4a7fa8c4\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79ce3f07\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"203fbc87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6634f690\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"417ab38f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54688795\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ec8fb44\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2fa7a0a8\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c6161f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9e5d09c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30e9b259\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3fc3b35a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"220d54a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51f6ec17\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2818bc92\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fc116b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"710105bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76d12fe3\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a6215a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f7d4781\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"231a41c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"38d646f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14597d9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3487cce1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64e8d5cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69fa297b\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26461220\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"67cfddc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bcc5e2a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d073301\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aab7226\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e5deb31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f443645\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d6ab615\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"23b24420\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c919800\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7892b79\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c241b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20a53cda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ed4a85d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"25e7fba4\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16208237\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3515e7d0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d7c7a6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3520ab6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33a4e5ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"67529b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"267f2a41\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19f7178e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"715ea8ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53b43f90\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bf1f3fe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"171a33a\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63d1ceda\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78fe607c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a80d2ff\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"79a5920f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"645f325f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(109,32,'_elementor_edit_mode','builder'),(110,32,'_elementor_template_type','section'),(111,32,'_elementor_version','3.13.4'),(112,32,'_wp_page_template','default'),(113,32,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(114,32,'_elementor_data','[{\"id\":\"1364362b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"352d634f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"19473389\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=3af3b50\"},\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e57d44d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_tablet\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11cc5195\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"32fe1880\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70f40d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"50365fa6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e5cf321\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"304f1b8a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7cc54b52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=62db41b\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"4034282a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62cb7128\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d5b38f0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23cdcd8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"19423cc\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"692d81c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f0d7571\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"3d7a7292\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dcdf8be\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"583d0dbe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16bbfccf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"61e6f494\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"162014e7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"46a1932\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53f48846\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"52bc1de8\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"627ec5f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"435b610b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4b7f17b4\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\",\"selected_icon\":{\"value\":\"fas fa-check\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7e72e8c1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b8cae83\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e0775b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet\":100,\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4af998e8\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5e069150\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"742b97fd\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6dc7a2fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"197d18af\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24752e66\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23bb0607\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"434227f6\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6e256f26\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4a35b45b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3395d4ba\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4f3a4ecc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"289967c8\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5dce2539\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a11f0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39e8931d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4a7fa8c4\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79ce3f07\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"203fbc87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6634f690\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"417ab38f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54688795\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3ec8fb44\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2fa7a0a8\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c6161f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9e5d09c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"30e9b259\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3fc3b35a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"220d54a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"51f6ec17\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"2818bc92\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fc116b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"710105bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76d12fe3\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3a6215a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f7d4781\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"231a41c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"38d646f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14597d9\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3487cce1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64e8d5cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69fa297b\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"26461220\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"67cfddc2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bcc5e2a\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d073301\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aab7226\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e5deb31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f443645\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d6ab615\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"23b24420\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c919800\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7892b79\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c241b56\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20a53cda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ed4a85d\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"25e7fba4\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16208237\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3515e7d0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d7c7a6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3520ab6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33a4e5ae\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"67529b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"267f2a41\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"19f7178e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"715ea8ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53b43f90\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4bf1f3fe\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"171a33a\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63d1ceda\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78fe607c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a80d2ff\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"79a5920f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"645f325f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(115,30,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(116,30,'envato_tk_source_kit','8'),(117,30,'envato_tk_source_index','1'),(118,33,'_edit_last','1'),(119,33,'_edit_lock','1685300291:1'),(120,33,'_wp_page_template','elementor_canvas'),(121,33,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(122,33,'ehf_target_exclude_locations','a:0:{}'),(123,33,'ehf_target_user_roles','a:1:{i:0;s:0:\"\";}'),(124,33,'ehf_template_type','type_header'),(125,33,'_elementor_edit_mode','builder'),(126,33,'_elementor_template_type','wp-post'),(127,33,'_elementor_version','3.13.4'),(138,36,'_wp_page_template','default'),(139,36,'_elementor_edit_mode','builder'),(140,36,'_elementor_template_type','wp-post'),(141,36,'_elementor_version','3.13.4'),(142,37,'_wp_page_template','default'),(143,37,'_elementor_edit_mode','builder'),(144,37,'_elementor_template_type','wp-post'),(145,37,'_elementor_version','3.13.4'),(146,33,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(147,33,'_elementor_data','[{\"id\":\"3c1fc87f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ff587a1\"}},\"elements\":[{\"id\":\"15576c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":73.406999999999996,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"49fd3747\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Phone : +123-456-789\",\"selected_icon\":{\"value\":\"icon icon-customer-service\",\"library\":\"ekiticons\"},\"_id\":\"abb43a7\"},{\"text\":\"Email : hello@awesomesite.com\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"94c0aa8\"},{\"text\":\"Opening Hours : 08:00AM to 21:00PM\",\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"_id\":\"12ff2c5\"}],\"divider_style\":\"dotted\",\"divider_weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"4d992344\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.593,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74559b37\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"abb43a7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Consulting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94c0aa8\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Doctor Schedule\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"12ff2c5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33e6a61c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2de3e99b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"20fc19e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"9\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7a26ead1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"isInner\":false},{\"id\":\"11415e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7fbf3bf7\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(148,38,'_wp_page_template','elementor_canvas'),(149,38,'_elementor_edit_mode','builder'),(150,38,'_elementor_template_type','wp-post'),(151,38,'_elementor_version','3.13.4'),(152,38,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(153,38,'_elementor_data','[{\"id\":\"3c1fc87f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ff587a1\"}},\"elements\":[{\"id\":\"15576c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":73.406999999999996,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"49fd3747\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Phone : +123-456-789\",\"selected_icon\":{\"value\":\"icon icon-customer-service\",\"library\":\"ekiticons\"},\"_id\":\"abb43a7\"},{\"text\":\"Email : hello@awesomesite.com\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"94c0aa8\"},{\"text\":\"Opening Hours : 08:00AM to 21:00PM\",\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"_id\":\"12ff2c5\"}],\"divider_style\":\"dotted\",\"divider_weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"4d992344\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.593,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74559b37\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"abb43a7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Consulting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94c0aa8\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Doctor Schedule\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"12ff2c5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33e6a61c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2de3e99b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"20fc19e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"9\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7a26ead1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"isInner\":false},{\"id\":\"11415e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7fbf3bf7\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(154,33,'_elementor_page_assets','a:0:{}'),(155,39,'_wp_page_template','elementor_canvas'),(156,39,'_elementor_edit_mode','builder'),(157,39,'_elementor_template_type','wp-post'),(158,39,'_elementor_version','3.13.4'),(159,39,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(160,39,'_elementor_data','[{\"id\":\"3c1fc87f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ff587a1\"}},\"elements\":[{\"id\":\"15576c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":73.406999999999996,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"49fd3747\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Phone : +123-456-789\",\"selected_icon\":{\"value\":\"icon icon-customer-service\",\"library\":\"ekiticons\"},\"_id\":\"abb43a7\"},{\"text\":\"Email : hello@awesomesite.com\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"94c0aa8\"},{\"text\":\"Opening Hours : 08:00AM to 21:00PM\",\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"_id\":\"12ff2c5\"}],\"divider_style\":\"dotted\",\"divider_weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"4d992344\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.593,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74559b37\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"abb43a7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Consulting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94c0aa8\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Doctor Schedule\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"12ff2c5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33e6a61c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2de3e99b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"20fc19e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"9\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7a26ead1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"isInner\":false},{\"id\":\"11415e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7fbf3bf7\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(161,39,'_elementor_page_assets','a:0:{}'),(162,40,'_wp_page_template','elementor_canvas'),(163,40,'_elementor_edit_mode','builder'),(164,40,'_elementor_template_type','wp-post'),(165,40,'_elementor_version','3.13.4'),(166,40,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(167,40,'_elementor_data','[{\"id\":\"3c1fc87f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ff587a1\"}},\"elements\":[{\"id\":\"15576c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":73.406999999999996,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"49fd3747\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Phone : +123-456-789\",\"selected_icon\":{\"value\":\"icon icon-customer-service\",\"library\":\"ekiticons\"},\"_id\":\"abb43a7\"},{\"text\":\"Email : hello@awesomesite.com\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"94c0aa8\"},{\"text\":\"Opening Hours : 08:00AM to 21:00PM\",\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"_id\":\"12ff2c5\"}],\"divider_style\":\"dotted\",\"divider_weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"4d992344\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.593,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74559b37\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"abb43a7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Consulting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94c0aa8\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Doctor Schedule\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"12ff2c5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33e6a61c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2de3e99b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"20fc19e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"9\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7a26ead1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"isInner\":false},{\"id\":\"11415e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7fbf3bf7\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(168,40,'_elementor_page_assets','a:0:{}'),(169,41,'_wp_page_template','elementor_canvas'),(170,41,'_elementor_edit_mode','builder'),(171,41,'_elementor_template_type','wp-post'),(172,41,'_elementor_version','3.13.4'),(173,41,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(174,41,'_elementor_data','[{\"id\":\"3c1fc87f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=ff587a1\"}},\"elements\":[{\"id\":\"15576c21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":73.406999999999996,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"49fd3747\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Phone : +123-456-789\",\"selected_icon\":{\"value\":\"icon icon-customer-service\",\"library\":\"ekiticons\"},\"_id\":\"abb43a7\"},{\"text\":\"Email : hello@awesomesite.com\",\"selected_icon\":{\"value\":\"icon icon-envelope2\",\"library\":\"ekiticons\"},\"_id\":\"94c0aa8\"},{\"text\":\"Opening Hours : 08:00AM to 21:00PM\",\"selected_icon\":{\"value\":\"icon icon-clock2\",\"library\":\"ekiticons\"},\"_id\":\"12ff2c5\"}],\"divider_style\":\"dotted\",\"divider_weight\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"divider_height\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"4d992344\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":26.593,\"content_position\":\"center\"},\"elements\":[{\"id\":\"74559b37\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"abb43a7\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Consulting\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94c0aa8\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Doctor Schedule\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"12ff2c5\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"divider\":\"yes\",\"divider_height\":{\"unit\":\"%\",\"size\":58,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"divider_color\":\"globals\\/colors?id=60059fd\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\"},\"space_between\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33e6a61c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2de3e99b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"20fc19e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"9\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7a26ead1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"isInner\":false},{\"id\":\"11415e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7fbf3bf7\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"globals\\/colors?id=secondary\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(175,41,'_elementor_page_assets','a:0:{}'),(177,42,'_edit_last','1'),(178,42,'_edit_lock','1686058259:1'),(179,42,'_wp_page_template','elementor_canvas'),(180,42,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(181,42,'ehf_target_exclude_locations','a:0:{}'),(182,42,'ehf_target_user_roles','a:1:{i:0;s:0:\"\";}'),(183,42,'ehf_template_type','type_footer'),(184,42,'_elementor_edit_mode','builder'),(185,42,'_elementor_template_type','wp-post'),(186,42,'_elementor_version','3.13.4'),(197,45,'_wp_page_template','default'),(198,45,'_elementor_edit_mode','builder'),(199,45,'_elementor_template_type','wp-post'),(200,45,'_elementor_version','3.13.4'),(202,46,'_wp_page_template','default'),(203,46,'_elementor_edit_mode','builder'),(204,46,'_elementor_template_type','wp-post'),(205,46,'_elementor_version','3.13.4'),(207,42,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(208,42,'_elementor_data','[{\"id\":\"4c020af8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ff587a1\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"70996f8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"74569bfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585c5509\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"41f298f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46507d6a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=27f2275\"},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"_title\":\"Footer Section\"},\"elements\":[{\"id\":\"44f91084\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"71287fb5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"1\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\"},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_background\":\"classic\",\"border_color\":\"#CD5A91\",\"border_border\":\"solid\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2c4ab802\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":5},\"elements\":[{\"id\":\"657eb3ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"11\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo2.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354b1c73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Suspendisse congue tincidunt nisi, in eleifend metus placerat eu. Nunc eget tristique nisi. Nunc a eros vitae magna bibendum tempus. Mauris ipsum enim, sollicitudin sit amet consequat at.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"22bedf64\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"302f51b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Link\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"597db934\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\"},{\"text\":\"Delivery\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3eb3c0a\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9a7b595\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_self_align\":\"left\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"},\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#03E7A9\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"260166d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"69c420cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Information\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f28f9e3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3eb3c0a\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_self_align\":\"left\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"},\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#03E7A9\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"62e2fb07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"43257f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d464ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2037b98c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"99 Roving St., Pku\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\"},{\"text\":\"+123-456-789\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\"},{\"text\":\"hello@awesomesite.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42306647\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social media :\",\"header_size\":\"span\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2eb899c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754ca942\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d46edd1\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a7f5a4d\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d9896f5\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\",\"icon_secondary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"hover_secondary_color\":\"globals\\/colors?id=ff587a1\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1c9fff9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"667ad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"74e25e85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eyecare Clinic Template Kit by Rometheme\",\"header_size\":\"p\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2b5d6ad9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3a52f417\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2022. All rights reserved.\",\"header_size\":\"p\",\"align\":\"right\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(209,47,'_wp_page_template','elementor_canvas'),(210,47,'_elementor_edit_mode','builder'),(211,47,'_elementor_template_type','wp-post'),(212,47,'_elementor_version','3.13.4'),(214,47,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(215,47,'_elementor_data','[{\"id\":\"4c020af8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ff587a1\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"70996f8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"74569bfc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"585c5509\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"41f298f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"46507d6a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=27f2275\"},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"_title\":\"Footer Section\"},\"elements\":[{\"id\":\"44f91084\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"71287fb5\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":0,\"bottom\":\"1\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"border_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\"},\"ekit_has_onepagescroll\":\"\",\"ekit_control_get_pro\":\"1\",\"background_background\":\"classic\",\"border_color\":\"#CD5A91\",\"border_border\":\"solid\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2c4ab802\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":5},\"elements\":[{\"id\":\"657eb3ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"11\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo2.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":44,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"354b1c73\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Suspendisse congue tincidunt nisi, in eleifend metus placerat eu. Nunc eget tristique nisi. Nunc a eros vitae magna bibendum tempus. Mauris ipsum enim, sollicitudin sit amet consequat at.<\\/p>\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"22bedf64\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"302f51b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Link\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"597db934\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\"},{\"text\":\"Delivery\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3eb3c0a\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"9a7b595\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_self_align\":\"left\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"},\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#03E7A9\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"260166d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"69c420cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Information\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f28f9e3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Terms and Conditions\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\"},{\"text\":\"Disclaimer\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\"},{\"text\":\"Support\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\"},{\"text\":\"FAQ\",\"selected_icon\":{\"value\":\"fas fa-dot-circle\",\"library\":\"fa-solid\"},\"_id\":\"3eb3c0a\"}],\"space_between\":{\"unit\":\"px\",\"size\":7,\"sizes\":[]},\"icon_self_align\":\"left\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"},\"icon_color\":\"#FFFFFF\",\"icon_color_hover\":\"#03E7A9\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"62e2fb07\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"space_between_widgets\":10,\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"43257f94\",\"elType\":\"widget\",\"settings\":{\"title\":\"get in touch\",\"header_size\":\"h5\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33d464ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.\\u00a0<\\/p>\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2037b98c\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"99 Roving St., Pku\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"54b985b\"},{\"text\":\"+123-456-789\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"37cadf5\"},{\"text\":\"hello@awesomesite.com\",\"selected_icon\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"_id\":\"bb57ece\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_self_align\":\"left\",\"text_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"icon_typography_typography\":\"globals\\/typography?id=text\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"42306647\",\"elType\":\"widget\",\"settings\":{\"title\":\"Social media :\",\"header_size\":\"span\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=2eb899c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"754ca942\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"d46edd1\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a7f5a4d\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"d9896f5\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\",\"icon_secondary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"hover_secondary_color\":\"globals\\/colors?id=ff587a1\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1c9fff9e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"667ad8ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"74e25e85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eyecare Clinic Template Kit by Rometheme\",\"header_size\":\"p\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2b5d6ad9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"3a52f417\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2022. All rights reserved.\",\"header_size\":\"p\",\"align\":\"right\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(216,42,'_elementor_page_assets','a:0:{}'),(217,48,'_edit_lock','1686739034:1'),(218,48,'_elementor_edit_mode','builder'),(219,48,'_elementor_template_type','wp-page'),(220,48,'_elementor_version','3.13.4'),(229,52,'_elementor_edit_mode','builder'),(230,52,'_elementor_template_type','wp-page'),(231,52,'_elementor_version','3.13.4'),(232,53,'_elementor_edit_mode','builder'),(233,53,'_elementor_template_type','wp-page'),(234,53,'_elementor_version','3.13.4'),(235,48,'_wp_page_template','elementor_canvas'),(236,48,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(237,48,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(238,54,'_elementor_edit_mode','builder'),(239,54,'_elementor_template_type','wp-page'),(240,54,'_elementor_version','3.13.4'),(241,54,'_wp_page_template','elementor_header_footer'),(242,54,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(243,54,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=3af3b50\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=62db41b\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(244,48,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(252,56,'_elementor_edit_mode','builder'),(253,56,'_elementor_template_type','wp-page'),(254,56,'_elementor_version','3.13.4'),(255,56,'_wp_page_template','elementor_header_footer'),(256,56,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(257,56,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=3af3b50\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=62db41b\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(258,56,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(259,57,'_elementor_edit_mode','builder'),(260,57,'_elementor_template_type','wp-page'),(261,57,'_elementor_version','3.13.4'),(262,57,'_wp_page_template','elementor_header_footer'),(263,57,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(264,57,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=3af3b50\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=62db41b\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=60059fd\",\"hover_primary_color\":\"globals\\/colors?id=60059fd\",\"title_typography_typography\":\"globals\\/typography?id=09db86e\",\"title_color\":\"globals\\/colors?id=60059fd\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=60059fd\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(265,57,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(266,58,'_elementor_edit_mode','builder'),(267,58,'_elementor_template_type','wp-page'),(268,58,'_elementor_version','3.13.4'),(269,58,'_wp_page_template','elementor_header_footer'),(270,58,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(271,58,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=3af3b50\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(272,58,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(273,59,'_elementor_edit_mode','builder'),(274,59,'_elementor_template_type','wp-page'),(275,59,'_elementor_version','3.13.4'),(276,59,'_wp_page_template','elementor_header_footer'),(277,59,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(278,59,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=3af3b50\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(279,59,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(280,60,'_elementor_edit_mode','builder'),(281,60,'_elementor_template_type','wp-page'),(282,60,'_elementor_version','3.13.4'),(283,60,'_wp_page_template','elementor_header_footer'),(284,60,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(285,60,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=3af3b50\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(286,60,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(287,61,'_elementor_edit_mode','builder'),(288,61,'_elementor_template_type','wp-page'),(289,61,'_elementor_version','3.13.4'),(290,61,'_wp_page_template','elementor_header_footer'),(291,61,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (292,61,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(293,61,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(294,62,'_elementor_edit_mode','builder'),(295,62,'_elementor_template_type','wp-page'),(296,62,'_elementor_version','3.13.4'),(297,62,'_wp_page_template','elementor_header_footer'),(298,62,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(299,62,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(300,62,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(301,63,'_elementor_edit_mode','builder'),(302,63,'_elementor_template_type','wp-page'),(303,63,'_elementor_version','3.13.4'),(304,63,'_wp_page_template','elementor_header_footer'),(305,63,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(306,63,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(307,63,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(308,64,'_elementor_edit_mode','builder'),(309,64,'_elementor_template_type','wp-page'),(310,64,'_elementor_version','3.13.4'),(311,64,'_wp_page_template','elementor_header_footer'),(312,64,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(313,64,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(314,64,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(315,65,'_elementor_edit_mode','builder'),(316,65,'_elementor_template_type','wp-page'),(317,65,'_elementor_version','3.13.4'),(318,65,'_wp_page_template','elementor_header_footer'),(319,65,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(320,65,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(321,65,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(322,66,'_elementor_edit_mode','builder'),(323,66,'_elementor_template_type','wp-page'),(324,66,'_elementor_version','3.13.4'),(325,66,'_wp_page_template','elementor_header_footer'),(326,66,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(327,66,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(328,66,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(329,67,'_elementor_edit_mode','builder'),(330,67,'_elementor_template_type','wp-page'),(331,67,'_elementor_version','3.13.4'),(332,67,'_wp_page_template','elementor_header_footer'),(333,67,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(334,67,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(335,67,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(336,68,'_elementor_edit_mode','builder'),(337,68,'_elementor_template_type','section'),(338,68,'_elementor_version','3.13.4'),(339,69,'_elementor_edit_mode','builder'),(340,69,'_elementor_template_type','section'),(341,70,'_elementor_edit_mode','builder'),(342,70,'_elementor_template_type','section'),(343,70,'_elementor_version','3.13.4'),(344,68,'_wp_page_template','elementor_canvas'),(345,68,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(346,68,'_elementor_data','[{\"id\":\"2150fc67\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ed28c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"75c891e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(347,71,'_elementor_edit_mode','builder'),(348,71,'_elementor_template_type','section'),(349,71,'_elementor_version','3.13.4'),(350,71,'_wp_page_template','default'),(351,71,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(352,71,'_elementor_data','[{\"id\":\"2150fc67\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ed28c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"75c891e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"%\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(353,68,'_elementor_page_assets','a:0:{}'),(354,68,'envato_tk_source_kit','8'),(355,68,'envato_tk_source_index','17'),(356,69,'_elementor_version','3.13.4'),(357,72,'_elementor_edit_mode','builder'),(358,72,'_elementor_template_type','section'),(359,73,'_elementor_edit_mode','builder'),(360,73,'_elementor_template_type','section'),(361,73,'_elementor_version','3.13.4'),(362,69,'_wp_page_template','elementor_canvas'),(363,69,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(364,69,'_elementor_data','[{\"id\":\"2c6d3ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76d9d423\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(365,74,'_elementor_edit_mode','builder'),(366,74,'_elementor_template_type','section'),(367,74,'_elementor_version','3.13.4'),(368,74,'_wp_page_template','default'),(369,74,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(370,74,'_elementor_data','[{\"id\":\"2c6d3ce\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76d9d423\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(371,69,'_elementor_page_assets','a:0:{}'),(372,69,'envato_tk_source_kit','8'),(373,69,'envato_tk_source_index','16'),(374,72,'_elementor_version','3.13.4'),(375,75,'_elementor_edit_mode','builder'),(376,75,'_elementor_template_type','section'),(377,75,'_elementor_version','3.13.4'),(378,72,'_wp_page_template','elementor_canvas'),(379,72,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(380,72,'_elementor_data','[{\"id\":\"2f42c368\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47cd2b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(381,76,'_elementor_edit_mode','builder'),(382,76,'_elementor_template_type','section'),(383,76,'_elementor_version','3.13.4'),(384,76,'_wp_page_template','default'),(385,76,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(386,76,'_elementor_data','[{\"id\":\"2f42c368\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47cd2b9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(387,72,'_elementor_page_assets','a:0:{}'),(388,72,'envato_tk_source_kit','8'),(389,72,'envato_tk_source_index','15'),(390,77,'_elementor_edit_mode','builder'),(391,77,'_elementor_template_type','kit'),(392,77,'_elementor_version','3.13.4'),(393,78,'_elementor_edit_mode','builder'),(394,78,'_elementor_template_type','section'),(395,78,'_elementor_version','3.13.4'),(396,77,'_wp_page_template','default'),(397,77,'_elementor_page_settings','a:82:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#166836\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#166836\";}}s:13:\"custom_colors\";a:11:{i:0;a:3:{s:3:\"_id\";s:7:\"4306e2b\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:5:\"title\";s:5:\"White\";s:3:\"_id\";s:7:\"60059fd\";s:5:\"color\";s:7:\"#FFFFFF\";}i:2;a:3:{s:3:\"_id\";s:7:\"2fbc1db\";s:5:\"title\";s:7:\"White 2\";s:5:\"color\";s:7:\"#FDFDFD\";}i:3;a:3:{s:3:\"_id\";s:7:\"5d7f0ff\";s:5:\"title\";s:4:\"Grey\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"4a63539\";s:5:\"title\";s:10:\"Soft Grey \";s:5:\"color\";s:7:\"#FBF9F9\";}i:5;a:3:{s:3:\"_id\";s:7:\"4b2d203\";s:5:\"title\";s:5:\"Green\";s:5:\"color\";s:7:\"#05C18E\";}i:6;a:3:{s:3:\"_id\";s:7:\"a88c9ff\";s:5:\"title\";s:10:\"Soft Green\";s:5:\"color\";s:7:\"#166836\";}i:7;a:3:{s:3:\"_id\";s:7:\"ff587a1\";s:5:\"title\";s:10:\"Dark Green\";s:5:\"color\";s:7:\"#01AA7C\";}i:8;a:3:{s:3:\"_id\";s:7:\"27f2275\";s:5:\"title\";s:12:\"Dark Green 2\";s:5:\"color\";s:7:\"#003627\";}i:9;a:3:{s:3:\"_id\";s:7:\"f858cdc\";s:5:\"title\";s:12:\"Transparency\";s:5:\"color\";s:9:\"#1E1E1E00\";}i:10;a:2:{s:3:\"_id\";s:7:\"02b0941\";s:5:\"title\";s:12:\"New Item #11\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:8:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:12:{i:0;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3af3b50\";s:5:\"title\";s:2:\"H1\";s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:1;a:11:{s:5:\"title\";s:2:\"H2\";s:3:\"_id\";s:7:\"47ac70f\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:2;a:11:{s:5:\"title\";s:2:\"H3\";s:3:\"_id\";s:7:\"62db41b\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:3;a:11:{s:5:\"title\";s:2:\"H4\";s:3:\"_id\";s:7:\"6768f9c\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:4;a:11:{s:5:\"title\";s:2:\"H5\";s:3:\"_id\";s:7:\"09db86e\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:5;a:11:{s:5:\"title\";s:2:\"H6\";s:3:\"_id\";s:7:\"478f8d2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:6;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:3:\"_id\";s:7:\"0fe8c09\";s:5:\"title\";s:9:\"Sub title\";}i:7;a:11:{s:5:\"title\";s:6:\"Button\";s:3:\"_id\";s:7:\"efb4e47\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1499999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"2eb899c\";s:5:\"title\";s:9:\"Bold Text\";}i:9;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.05;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2776fd9\";s:5:\"title\";s:11:\"Header menu\";}i:10;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.84999999999999998;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"f61a7ca\";s:5:\"title\";s:17:\"Pricing Plan List\";}i:11;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3c4d511\";s:5:\"title\";s:3:\"404\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1350;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_background_background\";s:7:\"classic\";s:11:\"__globals__\";a:22:{s:21:\"body_background_color\";s:25:\"globals/colors?id=60059fd\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=3af3b50\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:8:\"h1_color\";s:25:\"globals/colors?id=primary\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=47ac70f\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=62db41b\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=6768f9c\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=09db86e\";s:8:\"h5_color\";s:25:\"globals/colors?id=primary\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=478f8d2\";s:8:\"h6_color\";s:25:\"globals/colors?id=primary\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=efb4e47\";s:17:\"button_text_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=a88c9ff\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=60059fd\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=ff587a1\";}s:15:\"activeItemIndex\";i:1;s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:5:\"Heebo\";s:27:\"body_typography_font_weight\";s:3:\"400\";s:8:\"h1_color\";s:7:\"#1E1E1E\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:5:\"Inter\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"700\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#1E1E1E\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:5:\"Inter\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"700\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#1E1E1E\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:5:\"Inter\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"700\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:21:\"body_background_color\";s:7:\"#FFFFFF\";s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#1E1E1E\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:5:\"Inter\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"700\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#1E1E1E\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:5:\"Inter\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"700\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_text_transform\";s:10:\"capitalize\";s:28:\"h2_typography_text_transform\";s:10:\"capitalize\";s:28:\"h3_typography_text_transform\";s:10:\"capitalize\";s:28:\"h4_typography_text_transform\";s:10:\"capitalize\";s:28:\"h5_typography_text_transform\";s:10:\"capitalize\";s:8:\"h6_color\";s:7:\"#1E1E1E\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:5:\"Inter\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"700\";s:28:\"h6_typography_text_transform\";s:10:\"capitalize\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:9:\"site_name\";s:11:\"Sharp Sight\";s:16:\"site_description\";s:21:\"The Best Eye Hospital\";}'),(398,77,'_elementor_data','[]'),(399,79,'_elementor_edit_mode','builder'),(400,79,'_elementor_template_type','section'),(401,79,'_elementor_version','3.13.4'),(402,79,'_wp_page_template','default'),(403,79,'_elementor_page_settings','a:80:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#05C18E\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#05C18E\";}}s:13:\"custom_colors\";a:10:{i:0;a:3:{s:3:\"_id\";s:7:\"4306e2b\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:5:\"title\";s:5:\"White\";s:3:\"_id\";s:7:\"60059fd\";s:5:\"color\";s:7:\"#FFFFFF\";}i:2;a:3:{s:3:\"_id\";s:7:\"2fbc1db\";s:5:\"title\";s:7:\"White 2\";s:5:\"color\";s:7:\"#FDFDFD\";}i:3;a:3:{s:3:\"_id\";s:7:\"5d7f0ff\";s:5:\"title\";s:4:\"Grey\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"4a63539\";s:5:\"title\";s:10:\"Soft Grey \";s:5:\"color\";s:7:\"#FBF9F9\";}i:5;a:3:{s:3:\"_id\";s:7:\"4b2d203\";s:5:\"title\";s:5:\"Green\";s:5:\"color\";s:7:\"#05C18E\";}i:6;a:3:{s:3:\"_id\";s:7:\"a88c9ff\";s:5:\"title\";s:10:\"Soft Green\";s:5:\"color\";s:7:\"#0DFFBD\";}i:7;a:3:{s:3:\"_id\";s:7:\"ff587a1\";s:5:\"title\";s:10:\"Dark Green\";s:5:\"color\";s:7:\"#01AA7C\";}i:8;a:3:{s:3:\"_id\";s:7:\"27f2275\";s:5:\"title\";s:12:\"Dark Green 2\";s:5:\"color\";s:7:\"#003627\";}i:9;a:3:{s:3:\"_id\";s:7:\"f858cdc\";s:5:\"title\";s:12:\"Transparency\";s:5:\"color\";s:9:\"#1E1E1E00\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:8:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:12:{i:0;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3af3b50\";s:5:\"title\";s:2:\"H1\";s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:1;a:11:{s:5:\"title\";s:2:\"H2\";s:3:\"_id\";s:7:\"47ac70f\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:2;a:11:{s:5:\"title\";s:2:\"H3\";s:3:\"_id\";s:7:\"62db41b\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:3;a:11:{s:5:\"title\";s:2:\"H4\";s:3:\"_id\";s:7:\"6768f9c\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:4;a:11:{s:5:\"title\";s:2:\"H5\";s:3:\"_id\";s:7:\"09db86e\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:5;a:11:{s:5:\"title\";s:2:\"H6\";s:3:\"_id\";s:7:\"478f8d2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:6;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:3:\"_id\";s:7:\"0fe8c09\";s:5:\"title\";s:9:\"Sub title\";}i:7;a:11:{s:5:\"title\";s:6:\"Button\";s:3:\"_id\";s:7:\"efb4e47\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1499999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"2eb899c\";s:5:\"title\";s:9:\"Bold Text\";}i:9;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.05;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2776fd9\";s:5:\"title\";s:11:\"Header menu\";}i:10;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.84999999999999998;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"f61a7ca\";s:5:\"title\";s:17:\"Pricing Plan List\";}i:11;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3c4d511\";s:5:\"title\";s:3:\"404\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1350;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_background_background\";s:7:\"classic\";s:11:\"__globals__\";a:22:{s:21:\"body_background_color\";s:25:\"globals/colors?id=60059fd\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=3af3b50\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:8:\"h1_color\";s:25:\"globals/colors?id=primary\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=47ac70f\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=62db41b\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=6768f9c\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=09db86e\";s:8:\"h5_color\";s:25:\"globals/colors?id=primary\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=478f8d2\";s:8:\"h6_color\";s:25:\"globals/colors?id=primary\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=efb4e47\";s:17:\"button_text_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=a88c9ff\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=60059fd\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=ff587a1\";}s:15:\"activeItemIndex\";i:1;s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:5:\"Heebo\";s:27:\"body_typography_font_weight\";s:3:\"400\";s:8:\"h1_color\";s:7:\"#1E1E1E\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:5:\"Inter\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"700\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#1E1E1E\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:5:\"Inter\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"700\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#1E1E1E\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:5:\"Inter\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"700\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:21:\"body_background_color\";s:7:\"#FFFFFF\";s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#1E1E1E\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:5:\"Inter\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"700\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#1E1E1E\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:5:\"Inter\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"700\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_text_transform\";s:10:\"capitalize\";s:28:\"h2_typography_text_transform\";s:10:\"capitalize\";s:28:\"h3_typography_text_transform\";s:10:\"capitalize\";s:28:\"h4_typography_text_transform\";s:10:\"capitalize\";s:28:\"h5_typography_text_transform\";s:10:\"capitalize\";s:8:\"h6_color\";s:7:\"#1E1E1E\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:5:\"Inter\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"700\";s:28:\"h6_typography_text_transform\";s:10:\"capitalize\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(404,79,'_elementor_data','[]'),(405,77,'_elementor_page_assets','a:0:{}'),(406,77,'envato_tk_source_kit','8'),(407,77,'envato_tk_source_index','0'),(408,80,'_elementor_edit_mode','builder'),(409,80,'_elementor_template_type','kit'),(410,80,'_elementor_version','3.13.4'),(411,80,'_wp_page_template','default'),(412,80,'_elementor_page_settings','a:80:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#05C18E\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#05C18E\";}}s:13:\"custom_colors\";a:10:{i:0;a:3:{s:3:\"_id\";s:7:\"4306e2b\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:5:\"title\";s:5:\"White\";s:3:\"_id\";s:7:\"60059fd\";s:5:\"color\";s:7:\"#FFFFFF\";}i:2;a:3:{s:3:\"_id\";s:7:\"2fbc1db\";s:5:\"title\";s:7:\"White 2\";s:5:\"color\";s:7:\"#FDFDFD\";}i:3;a:3:{s:3:\"_id\";s:7:\"5d7f0ff\";s:5:\"title\";s:4:\"Grey\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"4a63539\";s:5:\"title\";s:10:\"Soft Grey \";s:5:\"color\";s:7:\"#FBF9F9\";}i:5;a:3:{s:3:\"_id\";s:7:\"4b2d203\";s:5:\"title\";s:5:\"Green\";s:5:\"color\";s:7:\"#05C18E\";}i:6;a:3:{s:3:\"_id\";s:7:\"a88c9ff\";s:5:\"title\";s:10:\"Soft Green\";s:5:\"color\";s:7:\"#0DFFBD\";}i:7;a:3:{s:3:\"_id\";s:7:\"ff587a1\";s:5:\"title\";s:10:\"Dark Green\";s:5:\"color\";s:7:\"#01AA7C\";}i:8;a:3:{s:3:\"_id\";s:7:\"27f2275\";s:5:\"title\";s:12:\"Dark Green 2\";s:5:\"color\";s:7:\"#003627\";}i:9;a:3:{s:3:\"_id\";s:7:\"f858cdc\";s:5:\"title\";s:12:\"Transparency\";s:5:\"color\";s:9:\"#1E1E1E00\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:8:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:12:{i:0;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3af3b50\";s:5:\"title\";s:2:\"H1\";s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:1;a:11:{s:5:\"title\";s:2:\"H2\";s:3:\"_id\";s:7:\"47ac70f\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:2;a:11:{s:5:\"title\";s:2:\"H3\";s:3:\"_id\";s:7:\"62db41b\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:3;a:11:{s:5:\"title\";s:2:\"H4\";s:3:\"_id\";s:7:\"6768f9c\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:4;a:11:{s:5:\"title\";s:2:\"H5\";s:3:\"_id\";s:7:\"09db86e\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:5;a:11:{s:5:\"title\";s:2:\"H6\";s:3:\"_id\";s:7:\"478f8d2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:6;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:3:\"_id\";s:7:\"0fe8c09\";s:5:\"title\";s:9:\"Sub title\";}i:7;a:11:{s:5:\"title\";s:6:\"Button\";s:3:\"_id\";s:7:\"efb4e47\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1499999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"2eb899c\";s:5:\"title\";s:9:\"Bold Text\";}i:9;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.05;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2776fd9\";s:5:\"title\";s:11:\"Header menu\";}i:10;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.84999999999999998;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"f61a7ca\";s:5:\"title\";s:17:\"Pricing Plan List\";}i:11;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3c4d511\";s:5:\"title\";s:3:\"404\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1350;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_background_background\";s:7:\"classic\";s:11:\"__globals__\";a:22:{s:21:\"body_background_color\";s:25:\"globals/colors?id=60059fd\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=3af3b50\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:8:\"h1_color\";s:25:\"globals/colors?id=primary\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=47ac70f\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=62db41b\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=6768f9c\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=09db86e\";s:8:\"h5_color\";s:25:\"globals/colors?id=primary\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=478f8d2\";s:8:\"h6_color\";s:25:\"globals/colors?id=primary\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=efb4e47\";s:17:\"button_text_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=a88c9ff\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=60059fd\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=ff587a1\";}s:15:\"activeItemIndex\";i:1;s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:5:\"Heebo\";s:27:\"body_typography_font_weight\";s:3:\"400\";s:8:\"h1_color\";s:7:\"#1E1E1E\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:5:\"Inter\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"700\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#1E1E1E\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:5:\"Inter\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"700\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#1E1E1E\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:5:\"Inter\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"700\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:21:\"body_background_color\";s:7:\"#FFFFFF\";s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#1E1E1E\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:5:\"Inter\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"700\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#1E1E1E\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:5:\"Inter\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"700\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_text_transform\";s:10:\"capitalize\";s:28:\"h2_typography_text_transform\";s:10:\"capitalize\";s:28:\"h3_typography_text_transform\";s:10:\"capitalize\";s:28:\"h4_typography_text_transform\";s:10:\"capitalize\";s:28:\"h5_typography_text_transform\";s:10:\"capitalize\";s:8:\"h6_color\";s:7:\"#1E1E1E\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:5:\"Inter\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"700\";s:28:\"h6_typography_text_transform\";s:10:\"capitalize\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}'),(413,80,'_elementor_data','[]'),(414,80,'_elementor_page_assets','a:0:{}'),(424,82,'_elementor_edit_mode','builder'),(425,82,'_elementor_template_type','wp-page'),(426,82,'_elementor_version','3.13.4'),(427,82,'_wp_page_template','elementor_header_footer'),(428,82,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(429,82,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(430,82,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(431,83,'_elementor_edit_mode','builder'),(432,83,'_elementor_template_type','wp-page'),(433,83,'_elementor_version','3.13.4'),(434,83,'_wp_page_template','elementor_header_footer'),(435,83,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(436,83,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(437,83,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(438,84,'_elementor_edit_mode','builder'),(439,84,'_elementor_template_type','wp-page'),(440,84,'_elementor_version','3.13.4'),(441,84,'_wp_page_template','elementor_canvas'),(442,84,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(443,84,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(444,84,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(454,86,'_wp_page_template','elementor_canvas'),(455,86,'_elementor_edit_mode','builder'),(456,86,'_elementor_template_type','wp-post'),(457,86,'_elementor_version','3.13.4'),(458,86,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(459,86,'_elementor_data','[{\"id\":\"33e6a61c\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2de3e99b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"20fc19e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"9\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/Logo1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7a26ead1\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":50,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"isInner\":false},{\"id\":\"11415e51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"7fbf3bf7\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#05C18E\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(460,86,'_elementor_page_assets','a:0:{}'),(462,87,'_wp_attached_file','2023/05/sharpsightlogo.webp'),(463,87,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2023/05/sharpsightlogo.webp\";s:8:\"filesize\";i:13874;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"sharpsightlogo-300x120.webp\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7802;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"sharpsightlogo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6824;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(464,87,'_wp_attachment_image_alt','sharp sight - best eye hospital'),(466,88,'_elementor_edit_mode','builder'),(467,88,'_elementor_template_type','wp-page'),(468,88,'_elementor_version','3.13.4'),(469,88,'_wp_page_template','elementor_canvas'),(470,88,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(471,88,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(472,88,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(473,89,'_elementor_edit_mode','builder'),(474,89,'_elementor_template_type','wp-page'),(475,89,'_elementor_version','3.13.4'),(476,89,'_wp_page_template','elementor_canvas'),(477,89,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(478,89,'_elementor_data','[{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(479,89,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(480,90,'_elementor_edit_mode','builder'),(481,90,'_elementor_template_type','wp-page'),(482,90,'_elementor_version','3.13.4'),(483,90,'_wp_page_template','elementor_canvas'),(484,90,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(485,90,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(486,90,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(487,91,'_elementor_edit_mode','builder'),(488,91,'_elementor_template_type','wp-page'),(489,91,'_elementor_version','3.13.4'),(490,91,'_wp_page_template','elementor_canvas'),(491,91,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (492,91,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(493,91,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(494,92,'_elementor_edit_mode','builder'),(495,92,'_elementor_template_type','wp-page'),(496,92,'_elementor_version','3.13.4'),(497,92,'_wp_page_template','elementor_canvas'),(498,92,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(499,92,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(500,92,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(501,93,'_elementor_edit_mode','builder'),(502,93,'_elementor_template_type','wp-page'),(503,93,'_elementor_version','3.13.4'),(504,93,'_wp_page_template','elementor_canvas'),(505,93,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(506,93,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"22c802a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(507,93,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(509,94,'_wp_attached_file','2023/05/placeholder-13.png'),(510,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2023/05/placeholder-13.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-13-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-13-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-13-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(511,94,'_elementor_source_image_hash','d86a250706a96b9d25cbfff308340c865d4202ca'),(512,95,'_wp_attached_file','2023/05/team_6.jpg'),(513,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2023/05/team_6.jpg\";s:8:\"filesize\";i:25994;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"team_6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"team_6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5496;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(514,95,'_elementor_source_image_hash','e814f3b44bd9dc14dd8dc3eae0e3a518d584dd85'),(515,96,'_wp_attached_file','2023/05/placeholder-14.png'),(516,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2023/05/placeholder-14.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-14-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-14-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-14-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(517,96,'_elementor_source_image_hash','9dc8dd9ce7646007237b849ef9004d1ebec5e6d2'),(518,97,'_wp_attached_file','2023/05/placeholder-15.png'),(519,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2023/05/placeholder-15.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-15-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-15-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-15-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(520,97,'_elementor_source_image_hash','b38be7792f43be99a89dfa4fadc89b94ddc07bca'),(521,98,'_wp_attached_file','2023/05/placeholder-16.png'),(522,98,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2023/05/placeholder-16.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-16-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-16-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-16-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(523,98,'_elementor_source_image_hash','4601ba7be36a147236b1c7a252597669ecad33ec'),(524,99,'_wp_attached_file','2023/05/placeholder-17.png'),(525,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2023/05/placeholder-17.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-17-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-17-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-17-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(526,99,'_elementor_source_image_hash','6bf56d0e1c8f81af8ffb9782b77e08dd4f0e4bf3'),(527,100,'_wp_attached_file','2023/05/placeholder-18.png'),(528,100,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2023/05/placeholder-18.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-18-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-18-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-18-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(529,100,'_elementor_source_image_hash','951d4c16a65bc483db02408beb43e65687415647'),(530,101,'_wp_attached_file','2023/05/placeholder-19.png'),(531,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2023/05/placeholder-19.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-19-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-19-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-19-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(532,101,'_elementor_source_image_hash','dfd14cf2b60074ced103eea8fa795b185595f8cb'),(533,102,'_wp_attached_file','2023/05/placeholder-20.png'),(534,102,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2023/05/placeholder-20.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-20-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-20-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-20-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(535,102,'_elementor_source_image_hash','2bb968aca4012bd5f01be65746bf9b7ee261c4ac'),(536,103,'_wp_attached_file','2023/05/placeholder-21.png'),(537,103,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2023/05/placeholder-21.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-21-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-21-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-21-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(538,103,'_elementor_source_image_hash','8ac1726dd16c1b9ba3033260aa2be4d76971d9ed'),(547,105,'_elementor_edit_mode','builder'),(548,105,'_elementor_template_type','wp-page'),(549,105,'_elementor_version','3.13.4'),(550,105,'_wp_page_template','elementor_canvas'),(551,105,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(552,105,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"22c802a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(553,105,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(554,106,'_elementor_edit_mode','builder'),(555,106,'_elementor_template_type','wp-page'),(556,106,'_elementor_version','3.13.4'),(557,106,'_wp_page_template','elementor_canvas'),(558,106,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(559,106,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"22c802a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(560,106,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(561,107,'_elementor_edit_mode','builder'),(562,107,'_elementor_template_type','wp-page'),(563,107,'_elementor_version','3.13.4'),(564,107,'_wp_page_template','elementor_canvas'),(565,107,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(566,107,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7709ef1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_8\",\"ekit_all_conditions_list\":[{\"_id\":\"9284d56\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e1a7604\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"db4991f\"}]},\"elements\":[{\"id\":\"14ee09e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"f97b0e2\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"3ea6c52e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"0f38db4\"}]},\"elements\":[],\"isInner\":\"1\"},{\"id\":\"2244af5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"49.664\",\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"b76a2b1\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Shams W.Pawel\",\"_id\":\"163e2ae\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Shams W.Pawel\",\"_id\":\"3d3cce3\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Shams W.Pawel\",\"_id\":\"6d313e8\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_autoplay\":\"\",\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"rgba(255,255,255,0.5)\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_show_arrow\":\"yes\",\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#f2709c\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}]},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":\"1\"},{\"id\":\"3ee42d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"d986650\"}]},\"elements\":[],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(567,107,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(575,109,'_elementor_edit_mode','builder'),(576,109,'_elementor_template_type','wp-page'),(577,109,'_elementor_version','3.13.4'),(578,109,'_wp_page_template','elementor_canvas'),(579,109,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(580,109,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7709ef1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_8\",\"ekit_all_conditions_list\":[{\"_id\":\"9284d56\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e1a7604\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"db4991f\"}]},\"elements\":[{\"id\":\"14ee09e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"f97b0e2\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"3ea6c52e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"0f38db4\"}]},\"elements\":[],\"isInner\":\"1\"},{\"id\":\"2244af5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"49.664\",\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"b76a2b1\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Shams W.Pawel\",\"_id\":\"163e2ae\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Shams W.Pawel\",\"_id\":\"3d3cce3\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Shams W.Pawel\",\"_id\":\"6d313e8\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_autoplay\":\"\",\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"rgba(255,255,255,0.5)\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_show_arrow\":\"yes\",\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#f2709c\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}]},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":\"1\"},{\"id\":\"3ee42d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"d986650\"}]},\"elements\":[],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(581,109,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(582,110,'_elementor_edit_mode','builder'),(583,110,'_elementor_template_type','wp-page'),(584,110,'_elementor_version','3.13.4'),(585,110,'_wp_page_template','elementor_canvas'),(586,110,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(587,110,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7709ef1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_testi_8\",\"ekit_all_conditions_list\":[{\"_id\":\"9284d56\"}],\"ekit_section_parallax_multi_items\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3e1a7604\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"db4991f\"}]},\"elements\":[{\"id\":\"14ee09e6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"ekit_all_conditions_list\":[{\"_id\":\"f97b0e2\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"3ea6c52e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"0f38db4\"}]},\"elements\":[],\"isInner\":\"1\"},{\"id\":\"2244af5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"49.664\",\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"b76a2b1\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Shams W.Pawel\",\"_id\":\"163e2ae\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Shams W.Pawel\",\"_id\":\"3d3cce3\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Shams W.Pawel\",\"_id\":\"6d313e8\",\"designation\":\"Founder &amp; CEO of XpeedStudio\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_autoplay\":\"\",\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"rgba(255,255,255,0.5)\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_show_arrow\":\"yes\",\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#f2709c\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}]},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":\"1\"},{\"id\":\"3ee42d8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"d986650\"}]},\"elements\":[],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(588,110,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(589,111,'_elementor_edit_mode','builder'),(590,111,'_elementor_template_type','wp-page'),(591,111,'_elementor_version','3.13.4'),(592,111,'_wp_page_template','elementor_canvas'),(593,111,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(594,111,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(595,111,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(603,113,'_elementor_edit_mode','builder'),(604,113,'_elementor_template_type','wp-page'),(605,113,'_elementor_version','3.13.4'),(606,113,'_wp_page_template','elementor_canvas'),(607,113,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(608,113,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(609,113,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(610,114,'_elementor_edit_mode','builder'),(611,114,'_elementor_template_type','wp-page'),(612,114,'_elementor_version','3.13.4'),(613,114,'_wp_page_template','elementor_canvas'),(614,114,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(615,114,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(616,114,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(617,115,'_elementor_edit_mode','builder'),(618,115,'_elementor_template_type','wp-page'),(619,115,'_elementor_version','3.13.4'),(620,115,'_wp_page_template','elementor_canvas'),(621,115,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (622,115,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(623,115,'_elementor_page_assets','a:1:{s:6:\"styles\";a:19:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";}}'),(631,117,'_elementor_edit_mode','builder'),(632,117,'_elementor_template_type','wp-page'),(633,117,'_elementor_version','3.13.4'),(634,117,'_wp_page_template','elementor_canvas'),(635,117,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(636,117,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(637,117,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(638,118,'_elementor_edit_mode','builder'),(639,118,'_elementor_template_type','wp-page'),(640,118,'_elementor_version','3.13.4'),(641,118,'_wp_page_template','elementor_canvas'),(642,118,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(643,118,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"16\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(644,118,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(645,119,'_elementor_edit_mode','builder'),(646,119,'_elementor_template_type','wp-page'),(647,119,'_elementor_version','3.13.4'),(648,119,'_wp_page_template','elementor_canvas'),(649,119,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(650,119,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(651,119,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(652,120,'_elementor_edit_mode','builder'),(653,120,'_elementor_template_type','wp-page'),(654,120,'_elementor_version','3.13.4'),(655,120,'_wp_page_template','elementor_canvas'),(656,120,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(657,120,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(658,120,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(659,121,'_elementor_edit_mode','builder'),(660,121,'_elementor_template_type','wp-page'),(661,121,'_elementor_version','3.13.4'),(662,121,'_wp_page_template','elementor_canvas'),(663,121,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(664,121,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(665,121,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(666,122,'_elementor_edit_mode','builder'),(667,122,'_elementor_template_type','wp-page'),(668,122,'_elementor_version','3.13.4'),(669,122,'_wp_page_template','elementor_canvas'),(670,122,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(671,122,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(672,122,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(680,124,'_elementor_edit_mode','builder'),(681,124,'_elementor_template_type','wp-page'),(682,124,'_elementor_version','3.13.4'),(683,124,'_wp_page_template','elementor_canvas'),(684,124,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(685,124,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(686,124,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(687,125,'_elementor_edit_mode','builder'),(688,125,'_elementor_template_type','wp-page'),(689,125,'_elementor_version','3.13.4'),(690,125,'_wp_page_template','elementor_canvas'),(691,125,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(692,125,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9e70a9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"552bf8f2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3c01884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"\"},\"button_text_color\":\"#166836\",\"background_color\":\"#1E1E1E00\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(693,125,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(694,126,'_elementor_edit_mode','builder'),(695,126,'_elementor_template_type','wp-page'),(696,126,'_elementor_version','3.13.4'),(697,126,'_wp_page_template','elementor_canvas'),(698,126,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(699,126,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(700,126,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(708,128,'_elementor_edit_mode','builder'),(709,128,'_elementor_template_type','wp-page'),(710,128,'_elementor_version','3.13.4'),(711,128,'_wp_page_template','elementor_canvas'),(712,128,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (713,128,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(714,128,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(715,129,'_elementor_edit_mode','builder'),(716,129,'_elementor_template_type','wp-page'),(717,129,'_elementor_version','3.13.4'),(718,129,'_wp_page_template','elementor_canvas'),(719,129,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(720,129,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(721,129,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(722,130,'_elementor_edit_mode','builder'),(723,130,'_elementor_template_type','wp-page'),(724,130,'_elementor_version','3.13.4'),(725,130,'_wp_page_template','elementor_canvas'),(726,130,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(727,130,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(728,130,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(730,131,'_elementor_edit_mode','builder'),(731,131,'_elementor_template_type','wp-page'),(732,131,'_elementor_version','3.13.4'),(733,131,'_wp_page_template','elementor_canvas'),(734,131,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(735,131,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(736,131,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(738,132,'_elementor_edit_mode','builder'),(739,132,'_elementor_template_type','wp-page'),(740,132,'_elementor_version','3.13.4'),(741,132,'_wp_page_template','elementor_canvas'),(742,132,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(743,132,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(744,132,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(746,133,'_elementor_edit_mode','builder'),(747,133,'_elementor_template_type','wp-page'),(748,133,'_elementor_version','3.13.4'),(749,133,'_wp_page_template','elementor_canvas'),(750,133,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(751,133,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(752,133,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(763,135,'_elementor_edit_mode','builder'),(764,135,'_elementor_template_type','wp-page'),(765,135,'_elementor_version','3.13.4'),(766,135,'_wp_page_template','elementor_canvas'),(767,135,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(768,135,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(769,135,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(770,136,'_elementor_edit_mode','builder'),(771,136,'_elementor_template_type','wp-page'),(772,136,'_elementor_version','3.13.4'),(773,136,'_wp_page_template','elementor_canvas'),(774,136,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(775,136,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4ec0f54e\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Blog Section\"},\"elements\":[{\"id\":\"b39855f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f3aedda\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Blog & news letter\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"76aef87\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Blog & News letter\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39b444b2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=text\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(776,136,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(777,137,'_elementor_edit_mode','builder'),(778,137,'_elementor_template_type','wp-page'),(779,137,'_elementor_version','3.13.4'),(780,137,'_wp_page_template','elementor_canvas'),(781,137,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(782,137,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(783,137,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(791,139,'_edit_lock','1685364814:1'),(792,141,'_elementor_edit_mode','builder'),(793,141,'_elementor_template_type','wp-page'),(794,141,'_elementor_version','3.13.4'),(795,141,'_wp_page_template','elementor_canvas'),(796,141,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(797,141,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(798,141,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(799,142,'_elementor_edit_mode','builder'),(800,142,'_elementor_template_type','wp-page'),(801,142,'_elementor_version','3.13.4'),(802,142,'_wp_page_template','elementor_canvas'),(803,142,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (804,142,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(805,142,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(806,143,'_elementor_edit_mode','builder'),(807,143,'_elementor_template_type','wp-page'),(808,143,'_elementor_version','3.13.4'),(809,143,'_wp_page_template','elementor_canvas'),(810,143,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(811,143,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(812,143,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(813,139,'_elementor_edit_mode','builder'),(814,139,'_elementor_template_type','wp-page'),(815,139,'_elementor_version','3.13.4'),(816,144,'_elementor_edit_mode','builder'),(817,144,'_elementor_template_type','wp-page'),(818,144,'_elementor_version','3.13.4'),(819,144,'_wp_page_template','elementor_canvas'),(820,144,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(821,144,'_elementor_data','[{\"id\":\"7495e531\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"3f121c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"55d4ac52\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\"},\"elements\":[{\"id\":\"7310915b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"18c71ac\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"370e318\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(822,144,'_elementor_page_assets','a:0:{}'),(832,146,'_elementor_edit_mode','builder'),(833,146,'_elementor_template_type','wp-page'),(834,146,'_elementor_version','3.13.4'),(835,146,'_wp_page_template','elementor_canvas'),(836,146,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(837,146,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(838,146,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(839,147,'_elementor_edit_mode','builder'),(840,147,'_elementor_template_type','wp-page'),(841,147,'_elementor_version','3.13.4'),(842,147,'_wp_page_template','elementor_canvas'),(843,147,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(844,147,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"929ebc5\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9b74452\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(845,147,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(846,148,'_elementor_edit_mode','builder'),(847,148,'_elementor_template_type','wp-page'),(848,148,'_elementor_version','3.13.4'),(849,148,'_wp_page_template','elementor_canvas'),(850,148,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(851,148,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(852,148,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(862,150,'_elementor_edit_mode','builder'),(863,150,'_elementor_template_type','wp-page'),(864,150,'_elementor_version','3.13.4'),(865,150,'_wp_page_template','elementor_canvas'),(866,150,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(867,150,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(868,150,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(869,151,'_elementor_edit_mode','builder'),(870,151,'_elementor_template_type','wp-page'),(871,151,'_elementor_version','3.13.4'),(872,151,'_wp_page_template','elementor_canvas'),(873,151,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(874,151,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(875,151,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(876,152,'_elementor_edit_mode','builder'),(877,152,'_elementor_template_type','wp-page'),(878,152,'_elementor_version','3.13.4'),(879,152,'_wp_page_template','elementor_canvas'),(880,152,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(881,152,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(882,152,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(883,153,'_elementor_edit_mode','builder'),(884,153,'_elementor_template_type','wp-page'),(885,153,'_elementor_version','3.13.4'),(886,153,'_wp_page_template','elementor_canvas'),(887,153,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(888,153,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(889,153,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(890,154,'_elementor_edit_mode','builder'),(891,154,'_elementor_template_type','wp-page'),(892,154,'_elementor_version','3.13.4'),(893,154,'_wp_page_template','elementor_canvas'),(894,154,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(895,154,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(896,154,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(897,155,'_elementor_edit_mode','builder'),(898,155,'_elementor_template_type','wp-page'),(899,155,'_elementor_version','3.13.4'),(900,155,'_wp_page_template','elementor_canvas'),(901,155,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(902,155,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(903,155,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(904,156,'_elementor_edit_mode','builder'),(905,156,'_elementor_template_type','wp-page'),(906,156,'_elementor_version','3.13.4'),(907,156,'_wp_page_template','elementor_canvas'),(908,156,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (909,156,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(910,156,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(911,157,'_elementor_edit_mode','builder'),(912,157,'_elementor_template_type','wp-page'),(913,157,'_elementor_version','3.13.4'),(914,157,'_wp_page_template','elementor_canvas'),(915,157,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(916,157,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(917,157,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(918,158,'_elementor_edit_mode','builder'),(919,158,'_elementor_template_type','wp-page'),(920,158,'_elementor_version','3.13.4'),(921,158,'_wp_page_template','elementor_canvas'),(922,158,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(923,158,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(924,158,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(925,159,'_elementor_edit_mode','builder'),(926,159,'_elementor_template_type','wp-page'),(927,159,'_elementor_version','3.13.4'),(928,159,'_wp_page_template','elementor_canvas'),(929,159,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(930,159,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(931,159,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(932,160,'_elementor_edit_mode','builder'),(933,160,'_elementor_template_type','wp-page'),(934,160,'_elementor_version','3.13.4'),(935,160,'_wp_page_template','elementor_canvas'),(936,160,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(937,160,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(938,160,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(939,161,'_elementor_edit_mode','builder'),(940,161,'_elementor_template_type','wp-page'),(941,161,'_elementor_version','3.13.4'),(942,161,'_wp_page_template','elementor_canvas'),(943,161,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(944,161,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(945,161,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(955,163,'_elementor_edit_mode','builder'),(956,163,'_elementor_template_type','wp-page'),(957,163,'_elementor_version','3.13.4'),(958,163,'_wp_page_template','elementor_canvas'),(959,163,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(960,163,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(961,163,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(962,164,'_elementor_edit_mode','builder'),(963,164,'_elementor_template_type','wp-page'),(964,164,'_elementor_version','3.13.4'),(965,164,'_wp_page_template','elementor_canvas'),(966,164,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(967,164,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d14fdd9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"6bbd2fb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"fcc46a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3d550c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"0d7fb00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"67669ec\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"elementskit-wp-forms\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2527555\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77be4ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with eyecare \",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":56.030999999999999}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":53,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(968,164,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(969,165,'_elementor_edit_mode','builder'),(970,165,'_elementor_template_type','wp-page'),(971,165,'_elementor_version','3.13.4'),(972,165,'_wp_page_template','elementor_canvas'),(973,165,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(974,165,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":57.759},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(975,165,'_elementor_page_assets','a:1:{s:6:\"styles\";a:18:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";}}'),(976,166,'_wp_attached_file','2023/05/sharp-sight-review-4.jpg'),(977,166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:130;s:4:\"file\";s:32:\"2023/05/sharp-sight-review-4.jpg\";s:8:\"filesize\";i:5439;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(978,167,'_wp_attached_file','2023/05/sharp-sight-review-1.jpg'),(979,167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:130;s:4:\"file\";s:32:\"2023/05/sharp-sight-review-1.jpg\";s:8:\"filesize\";i:3589;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(980,168,'_wp_attached_file','2023/05/sharp-sight-review-3.jpg'),(981,168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:130;s:4:\"file\";s:32:\"2023/05/sharp-sight-review-3.jpg\";s:8:\"filesize\";i:4547;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(982,169,'_elementor_edit_mode','builder'),(983,169,'_elementor_template_type','wp-page'),(984,169,'_elementor_version','3.13.4'),(985,169,'_wp_page_template','elementor_canvas'),(986,169,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(987,169,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":57.759},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(988,169,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(989,170,'_elementor_edit_mode','builder'),(990,170,'_elementor_template_type','wp-page'),(991,170,'_elementor_version','3.13.4'),(992,170,'_wp_page_template','elementor_canvas'),(993,170,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(994,170,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"eye care & clinic with better professionals\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.<\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"let\'s start\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":57.759},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Shams W.Pawel\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Rahul\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Shyam\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":95,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team_6.jpg\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Himanshi\",\"_id\":\"6d313e8\",\"designation\":\"\",\"review\":\"Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast\",\"client_photo\":{\"id\":28,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":102,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-20.png\"},\"client_logo_active\":{\"id\":103,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-21.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(995,170,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(996,171,'_elementor_edit_mode','builder'),(997,171,'_elementor_template_type','wp-page'),(998,171,'_elementor_version','3.13.4'),(999,171,'_wp_page_template','elementor_canvas'),(1000,171,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1001,171,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":57.759},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1002,171,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(1003,172,'_elementor_edit_mode','builder'),(1004,172,'_elementor_template_type','wp-page'),(1005,172,'_elementor_version','3.13.4'),(1006,172,'_wp_page_template','elementor_canvas'),(1007,172,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1008,172,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":57.759},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1009,172,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(1010,173,'_elementor_edit_mode','builder'),(1011,173,'_elementor_template_type','wp-page'),(1012,173,'_elementor_version','3.13.4'),(1013,173,'_wp_page_template','elementor_canvas'),(1014,173,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1015,173,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":57.759},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}]},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1016,173,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(1017,174,'_elementor_edit_mode','builder'),(1018,174,'_elementor_template_type','wp-page'),(1019,174,'_elementor_version','3.13.4'),(1020,174,'_wp_page_template','elementor_canvas'),(1021,174,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1022,174,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":57.759},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1023,174,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(1031,176,'_elementor_edit_mode','builder'),(1032,176,'_elementor_template_type','wp-page'),(1033,176,'_elementor_version','3.13.4'),(1034,176,'_wp_page_template','elementor_canvas'),(1035,176,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1036,176,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":57.759},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1037,176,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(1038,177,'_elementor_edit_mode','builder'),(1039,177,'_elementor_template_type','wp-page'),(1040,177,'_elementor_version','3.13.4'),(1041,177,'_wp_page_template','elementor_canvas'),(1042,177,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1043,177,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7c13f406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6a58f3b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Certified with NABH\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"auto\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"727c8a49\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Eye Health Checkups\",\"_id\":\"9ea46b9\"},{\"text\":\"Laser Eye Correction\",\"_id\":\"18916c1\"},{\"text\":\"Eye Examination\",\"_id\":\"bf12549\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#166836\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#166836\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":57.759},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye clinic\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4189213e\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"99137db\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"81f292d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5f47835\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f96b14d\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Success\",\"ekit_progressbar_percentage\":95,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"f194378\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_percentage\":85,\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#166836\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#FFFFFF\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#FFFFFF\",\"ekit_progressbar_percent_color\":\"#FFFFFF\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1044,177,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(1045,178,'_elementor_edit_mode','builder'),(1046,178,'_elementor_template_type','wp-page'),(1047,178,'_elementor_version','3.13.4'),(1048,178,'_wp_page_template','elementor_canvas'),(1049,178,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1050,178,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye Hospital\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1051,178,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(1059,180,'_wp_attached_file','2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg'),(1060,180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1023;s:6:\"height\";i:682;s:4:\"file\";s:96:\"2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\";s:8:\"filesize\";i:48028;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:96:\"depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11103;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:96:\"depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5473;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:96:\"depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43988;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1061,181,'_wp_attached_file','2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg'),(1062,181,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1201;s:4:\"file\";s:104:\"2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\";s:8:\"filesize\";i:185536;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:104:\"depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22318;}s:5:\"large\";a:5:{s:4:\"file\";s:105:\"depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142917;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:104:\"depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9719;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:104:\"depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92342;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:106:\"depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260015;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1063,182,'_wp_attached_file','2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp'),(1064,182,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:48:\"2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\";s:8:\"filesize\";i:16776;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"z-ImMR5A8IYb4uUpAy2q4-transformed-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4752;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1065,183,'_wp_attached_file','2023/05/placeholder-443.png'),(1066,183,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2023/05/placeholder-443.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-443-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-443-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-443-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-443-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1067,183,'_elementor_source_image_hash','5090d885000aebb8ab30dcafd3a2b67a44908394'),(1068,184,'_wp_attached_file','2023/05/funfacts-icon-1.png'),(1069,184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:27:\"2023/05/funfacts-icon-1.png\";s:8:\"filesize\";i:2156;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1070,184,'_elementor_source_image_hash','060863cf26f22760ca56d2c14df9cfe15e11b643'),(1071,185,'_elementor_edit_mode','builder'),(1072,185,'_elementor_template_type','wp-page'),(1073,185,'_elementor_version','3.13.4'),(1074,185,'_wp_page_template','elementor_canvas'),(1075,185,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1076,185,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye Hospital\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1077,185,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(1078,186,'_elementor_edit_mode','builder'),(1079,186,'_elementor_template_type','wp-page'),(1080,186,'_elementor_version','3.13.4'),(1081,186,'_wp_page_template','elementor_canvas'),(1082,186,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1083,186,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"20\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are the leading eye Hospital\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":46.332000000000001,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"74121d42\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"6284930d\",\"elType\":\"widget\",\"settings\":{\"text\":\"all services\",\"align\":\"right\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"left\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2c38ce0a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":26,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"10\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"CTA Section\",\"hide_mobile\":\"hidden-mobile\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1b0adb37\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\",\"space_between_widgets\":10},\"elements\":[{\"id\":\"4b8a69ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nSubscribe Our Newsletter\",\"align\":\"left\",\"align_tablet\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=6768f9c\"},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71cb0632\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"32025af1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"center\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1084,186,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(1085,187,'_elementor_edit_mode','builder'),(1086,187,'_elementor_template_type','wp-page'),(1087,187,'_elementor_version','3.13.4'),(1088,187,'_wp_page_template','elementor_canvas'),(1089,187,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1090,187,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1091,187,'_elementor_page_assets','a:1:{s:6:\"styles\";a:16:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";}}'),(1099,189,'_elementor_edit_mode','builder'),(1100,189,'_elementor_template_type','wp-page'),(1101,189,'_elementor_version','3.13.4'),(1102,189,'_wp_page_template','elementor_canvas'),(1103,189,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1104,189,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1105,189,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1106,190,'_elementor_edit_mode','builder'),(1107,190,'_elementor_template_type','wp-page'),(1108,190,'_elementor_version','3.13.4'),(1109,190,'_wp_page_template','elementor_canvas'),(1110,190,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1111,190,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1112,190,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1113,191,'_elementor_edit_mode','builder'),(1114,191,'_elementor_template_type','wp-page'),(1115,191,'_elementor_version','3.13.4'),(1116,191,'_wp_page_template','elementor_canvas'),(1117,191,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1118,191,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1119,191,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1121,192,'_elementor_edit_mode','builder'),(1122,192,'_elementor_template_type','wp-page'),(1123,192,'_elementor_version','3.13.4'),(1124,192,'_wp_page_template','elementor_canvas'),(1125,192,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1126,192,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1127,192,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1129,193,'_elementor_edit_mode','builder'),(1130,193,'_elementor_template_type','wp-page'),(1131,193,'_elementor_version','3.13.4'),(1132,193,'_wp_page_template','elementor_canvas'),(1133,193,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1134,193,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#54595F\",\"hover_secondary_color\":\"#54595F\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Roboto\",\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"globals\\/colors?id=secondary\",\"_background_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1135,193,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1137,194,'_elementor_edit_mode','builder'),(1138,194,'_elementor_template_type','wp-page'),(1139,194,'_elementor_version','3.13.4'),(1140,194,'_wp_page_template','elementor_canvas'),(1141,194,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1142,194,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1143,194,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1145,195,'_elementor_edit_mode','builder'),(1146,195,'_elementor_template_type','wp-page'),(1147,195,'_elementor_version','3.13.4'),(1148,195,'_wp_page_template','elementor_canvas'),(1149,195,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1150,195,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1151,195,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1152,196,'_elementor_edit_mode','builder'),(1153,196,'_elementor_template_type','wp-page'),(1154,196,'_elementor_version','3.13.4'),(1155,196,'_wp_page_template','elementor_canvas'),(1156,196,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1157,196,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_slidesToScroll\":6,\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1158,196,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1159,197,'_elementor_edit_mode','builder'),(1160,197,'_elementor_template_type','wp-page'),(1161,197,'_elementor_version','3.13.4'),(1162,197,'_wp_page_template','elementor_canvas'),(1163,197,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1164,197,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1165,197,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1166,198,'_elementor_edit_mode','builder'),(1167,198,'_elementor_template_type','wp-page'),(1168,198,'_elementor_version','3.13.4'),(1169,198,'_wp_page_template','elementor_canvas'),(1170,198,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1171,198,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1172,198,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1173,199,'_elementor_edit_mode','builder'),(1174,199,'_elementor_template_type','wp-page'),(1175,199,'_elementor_version','3.13.4'),(1176,199,'_wp_page_template','elementor_canvas'),(1177,199,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1178,199,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"grow\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1179,199,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1180,200,'_elementor_edit_mode','builder'),(1181,200,'_elementor_template_type','wp-page'),(1182,200,'_elementor_version','3.13.4'),(1183,200,'_wp_page_template','elementor_canvas'),(1184,200,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1185,200,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1186,200,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1187,201,'_elementor_edit_mode','builder'),(1188,201,'_elementor_template_type','wp-page'),(1189,201,'_elementor_version','3.13.4'),(1190,201,'_wp_page_template','elementor_canvas'),(1191,201,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1192,201,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1193,201,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1194,202,'_elementor_edit_mode','builder'),(1195,202,'_elementor_template_type','wp-page'),(1196,202,'_elementor_version','3.13.4'),(1197,202,'_wp_page_template','elementor_canvas'),(1198,202,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1199,202,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"globals\\/colors?id=ff587a1\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#01AA7C\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1200,202,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1201,203,'_elementor_edit_mode','builder'),(1202,203,'_elementor_template_type','wp-page'),(1203,203,'_elementor_version','3.13.4'),(1204,203,'_wp_page_template','elementor_canvas'),(1205,203,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1206,203,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1207,203,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1208,204,'_elementor_edit_mode','builder'),(1209,204,'_elementor_template_type','wp-page'),(1210,204,'_elementor_version','3.13.4'),(1211,204,'_wp_page_template','elementor_canvas'),(1212,204,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1213,204,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1214,204,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1215,205,'_elementor_edit_mode','builder'),(1216,205,'_elementor_template_type','wp-page'),(1217,205,'_elementor_version','3.13.4'),(1218,205,'_wp_page_template','elementor_canvas'),(1219,205,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1220,205,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-hand_shake\",\"library\":\"ekiticons\"},\"title_text\":\"Finish Payment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1221,205,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1222,206,'_elementor_edit_mode','builder'),(1223,206,'_elementor_template_type','wp-page'),(1224,206,'_elementor_version','3.13.4'),(1225,206,'_wp_page_template','elementor_canvas'),(1226,206,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1227,206,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1228,206,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1230,207,'_elementor_edit_mode','builder'),(1231,207,'_elementor_template_type','wp-page'),(1232,207,'_elementor_version','3.13.4'),(1233,207,'_wp_page_template','elementor_canvas'),(1234,207,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1235,207,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1236,207,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1238,208,'_elementor_edit_mode','builder'),(1239,208,'_elementor_template_type','wp-page'),(1240,208,'_elementor_version','3.13.4'),(1241,208,'_wp_page_template','elementor_canvas'),(1242,208,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1243,208,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1244,208,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1246,209,'_elementor_edit_mode','builder'),(1247,209,'_elementor_template_type','wp-page'),(1248,209,'_elementor_version','3.13.4'),(1249,209,'_wp_page_template','elementor_canvas'),(1250,209,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1251,209,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1252,209,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1255,210,'_wp_attached_file','2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp'),(1256,210,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1708;s:4:\"file\";s:100:\"2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\";s:8:\"filesize\";i:103950;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:100:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10894;}s:5:\"large\";a:5:{s:4:\"file\";s:101:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:100:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5714;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:100:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35934;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:102:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83506;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:102:\"adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1266,212,'_wp_attached_file','2023/05/healthcare-workers-prevent-virus-insurance-medicine-concept-smiling-attractive-female-doctor_1258-91720.webp'),(1267,212,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:826;s:6:\"height\";i:331;s:4:\"file\";s:116:\"2023/05/healthcare-workers-prevent-virus-insurance-medicine-concept-smiling-attractive-female-doctor_1258-91720.webp\";s:8:\"filesize\";i:6654;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:116:\"healthcare-workers-prevent-virus-insurance-medicine-concept-smiling-attractive-female-doctor_1258-91720-300x120.webp\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:116:\"healthcare-workers-prevent-virus-insurance-medicine-concept-smiling-attractive-female-doctor_1258-91720-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1382;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:116:\"healthcare-workers-prevent-virus-insurance-medicine-concept-smiling-attractive-female-doctor_1258-91720-768x308.webp\";s:5:\"width\";i:768;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7692;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1268,213,'_elementor_edit_mode','builder'),(1269,213,'_elementor_template_type','wp-page'),(1270,213,'_elementor_version','3.13.4'),(1271,213,'_wp_page_template','elementor_canvas'),(1272,213,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1273,213,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1274,213,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1275,214,'_elementor_edit_mode','builder'),(1276,214,'_elementor_template_type','wp-page'),(1277,214,'_elementor_version','3.13.4'),(1278,214,'_wp_page_template','elementor_canvas'),(1279,214,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1280,214,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"licensed doctor\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":22,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1281,214,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1282,215,'_elementor_edit_mode','builder'),(1283,215,'_elementor_template_type','wp-page'),(1284,215,'_elementor_version','3.13.4'),(1285,215,'_wp_page_template','elementor_canvas'),(1286,215,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1287,215,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1288,215,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1290,216,'_elementor_edit_mode','builder'),(1291,216,'_elementor_template_type','wp-page'),(1292,216,'_elementor_version','3.13.4'),(1293,216,'_wp_page_template','elementor_canvas'),(1294,216,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1295,216,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1296,216,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1298,217,'_elementor_edit_mode','builder'),(1299,217,'_elementor_template_type','wp-page'),(1300,217,'_elementor_version','3.13.4'),(1301,217,'_wp_page_template','elementor_canvas'),(1302,217,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1303,217,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1304,217,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1306,218,'_elementor_edit_mode','builder'),(1307,218,'_elementor_template_type','wp-page'),(1308,218,'_elementor_version','3.13.4'),(1309,218,'_wp_page_template','elementor_canvas'),(1310,218,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1311,218,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1312,218,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1323,220,'_elementor_edit_mode','builder'),(1324,220,'_elementor_template_type','wp-page'),(1325,220,'_elementor_version','3.13.4'),(1326,220,'_wp_page_template','elementor_canvas'),(1327,220,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1328,220,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1329,220,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1330,221,'_elementor_edit_mode','builder'),(1331,221,'_elementor_template_type','wp-page'),(1332,221,'_elementor_version','3.13.4'),(1333,221,'_wp_page_template','elementor_canvas'),(1334,221,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1335,221,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1336,221,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1337,222,'_elementor_edit_mode','builder'),(1338,222,'_elementor_template_type','wp-page'),(1339,222,'_elementor_version','3.13.4'),(1340,222,'_wp_page_template','elementor_canvas'),(1341,222,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1342,222,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"4f1394f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"44e52121\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1343,222,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1353,224,'_elementor_edit_mode','builder'),(1354,224,'_elementor_template_type','wp-page'),(1355,224,'_elementor_version','3.13.4'),(1356,224,'_wp_page_template','elementor_canvas'),(1357,224,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1358,224,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"4f1394f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"44e52121\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1359,224,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1360,225,'_elementor_edit_mode','builder'),(1361,225,'_elementor_template_type','wp-page'),(1362,225,'_elementor_version','3.13.4'),(1363,225,'_wp_page_template','elementor_canvas'),(1364,225,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1365,225,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"4f1394f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"44e52121\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#bfbfbf\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#000000\",\"tab_active_color\":\"#00ce1b\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#000000\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1366,225,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1367,226,'_elementor_edit_mode','builder'),(1368,226,'_elementor_template_type','wp-page'),(1369,226,'_elementor_version','3.13.4'),(1370,226,'_wp_page_template','elementor_canvas'),(1371,226,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1372,226,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.283999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"ec5dfa7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.716000000000001,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d7461a4\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"loop\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67b333c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.716000000000001,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"29fe21a\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"loop\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.283999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1b106fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eaad27\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1373,226,'_elementor_page_assets','a:1:{s:6:\"styles\";a:17:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";}}'),(1375,48,'_oembed_d2c146862570272f74c7624e4aba3123','{{unknown}}'),(1384,228,'_wp_attached_file','2023/06/sharpsight-lallantop.webp'),(1385,228,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:847;s:6:\"height\";i:422;s:4:\"file\";s:33:\"2023/06/sharpsight-lallantop.webp\";s:8:\"filesize\";i:23426;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"sharpsight-lallantop-300x149.webp\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8064;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"sharpsight-lallantop-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4826;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"sharpsight-lallantop-768x383.webp\";s:5:\"width\";i:768;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25746;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1386,228,'_wp_attachment_image_alt','sharpsight - lallantop'),(1387,229,'_wp_attached_file','2023/06/touchless-lasik.webp'),(1388,229,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:849;s:6:\"height\";i:422;s:4:\"file\";s:28:\"2023/06/touchless-lasik.webp\";s:8:\"filesize\";i:27524;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"touchless-lasik-300x149.webp\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"touchless-lasik-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5404;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"touchless-lasik-768x382.webp\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30452;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1389,229,'_wp_attachment_image_alt','touchless lasik'),(1390,230,'_elementor_edit_mode','builder'),(1391,230,'_elementor_template_type','wp-page'),(1392,230,'_elementor_version','3.13.4'),(1393,230,'_wp_page_template','elementor_canvas'),(1394,230,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1395,230,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.283999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"ec5dfa7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.716000000000001,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d7461a4\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"loop\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67b333c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.716000000000001,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"29fe21a\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"loop\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.283999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1b106fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eaad27\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1396,230,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1397,231,'_elementor_edit_mode','builder'),(1398,231,'_elementor_template_type','wp-page'),(1399,231,'_elementor_version','3.13.4'),(1400,231,'_wp_page_template','elementor_canvas'),(1401,231,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1402,231,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\"},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.283999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"ec5dfa7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.716000000000001,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"d7461a4\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"loop\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"67b333c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.716000000000001,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[{\"id\":\"29fe21a\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"loop\":\"yes\"},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.283999999999999,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1b106fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9eaad27\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#f7f9fb\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1403,231,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1404,232,'_elementor_edit_mode','builder'),(1405,232,'_elementor_template_type','wp-page'),(1406,232,'_elementor_version','3.13.4'),(1407,232,'_wp_page_template','elementor_canvas'),(1408,232,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1409,232,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1410,232,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1420,234,'_wp_attached_file','2023/06/Before-Lasik.webp'),(1421,234,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:25:\"2023/06/Before-Lasik.webp\";s:8:\"filesize\";i:17688;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Before-Lasik-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6620;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Before-Lasik-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4520;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Before-Lasik-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1422,234,'_wp_attachment_image_alt','Before Lasik - After Lasik'),(1423,235,'_elementor_edit_mode','builder'),(1424,235,'_elementor_template_type','wp-page'),(1425,235,'_elementor_version','3.13.4'),(1426,235,'_wp_page_template','elementor_canvas'),(1427,235,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1428,235,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1429,235,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1430,236,'_elementor_edit_mode','builder'),(1431,236,'_elementor_template_type','wp-page'),(1432,236,'_elementor_version','3.13.4'),(1433,236,'_wp_page_template','elementor_canvas'),(1434,236,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1435,236,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16d3e0ee\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"editor\":\"<p>Visiting Hours<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7b10925f\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"78b4b9a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday   \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4d1aea01\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday     \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0e4f2e2\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"74815120\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\"},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\"}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1436,236,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1437,237,'_elementor_edit_mode','builder'),(1438,237,'_elementor_template_type','wp-page'),(1439,237,'_elementor_version','3.13.4'),(1440,237,'_wp_page_template','elementor_canvas'),(1441,237,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1442,237,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1443,237,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1446,238,'_elementor_edit_mode','builder'),(1447,238,'_elementor_template_type','wp-page'),(1448,238,'_elementor_version','3.13.4'),(1449,238,'_wp_page_template','elementor_canvas'),(1450,238,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1451,238,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1452,238,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1454,239,'_elementor_edit_mode','builder'),(1455,239,'_elementor_template_type','wp-page'),(1456,239,'_elementor_version','3.13.4'),(1457,239,'_wp_page_template','elementor_canvas'),(1458,239,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1459,239,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1460,239,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1462,240,'_elementor_edit_mode','builder'),(1463,240,'_elementor_template_type','wp-page'),(1464,240,'_elementor_version','3.13.4'),(1465,240,'_wp_page_template','elementor_canvas'),(1466,240,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1467,240,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1468,240,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1472,241,'_elementor_edit_mode','builder'),(1473,241,'_elementor_template_type','wp-page'),(1474,241,'_elementor_version','3.13.4'),(1475,241,'_wp_page_template','elementor_canvas'),(1476,241,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1477,241,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1478,241,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1480,242,'_elementor_edit_mode','builder'),(1481,242,'_elementor_template_type','wp-page'),(1482,242,'_elementor_version','3.13.4'),(1483,242,'_wp_page_template','elementor_canvas'),(1484,242,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1485,242,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1486,242,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1488,243,'_elementor_edit_mode','builder'),(1489,243,'_elementor_template_type','wp-page'),(1490,243,'_elementor_version','3.13.4'),(1491,243,'_wp_page_template','elementor_canvas'),(1492,243,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1493,243,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1494,243,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1498,244,'_elementor_edit_mode','builder'),(1499,244,'_elementor_template_type','wp-page'),(1500,244,'_elementor_version','3.13.4'),(1501,244,'_wp_page_template','elementor_canvas'),(1502,244,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1503,244,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1504,244,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1506,245,'_elementor_edit_mode','builder'),(1507,245,'_elementor_template_type','wp-page'),(1508,245,'_elementor_version','3.13.4'),(1509,245,'_wp_page_template','elementor_canvas'),(1510,245,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1511,245,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1512,245,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1514,246,'_elementor_edit_mode','builder'),(1515,246,'_elementor_template_type','wp-page'),(1516,246,'_elementor_version','3.13.4'),(1517,246,'_wp_page_template','elementor_canvas'),(1518,246,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1519,246,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1520,246,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1529,248,'_elementor_edit_mode','builder'),(1530,248,'_elementor_template_type','wp-page'),(1531,248,'_elementor_version','3.13.4'),(1532,248,'_wp_page_template','elementor_canvas'),(1533,248,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1534,248,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1535,248,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1537,249,'_elementor_edit_mode','builder'),(1538,249,'_elementor_template_type','wp-page'),(1539,249,'_elementor_version','3.13.4'),(1540,249,'_wp_page_template','elementor_canvas'),(1541,249,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1542,249,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1543,249,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1545,250,'_elementor_edit_mode','builder'),(1546,250,'_elementor_template_type','wp-page'),(1547,250,'_elementor_version','3.13.4'),(1548,250,'_wp_page_template','elementor_canvas'),(1549,250,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1550,250,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1551,250,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1554,251,'_elementor_edit_mode','builder'),(1555,251,'_elementor_template_type','wp-page'),(1556,251,'_elementor_version','3.13.4'),(1557,251,'_wp_page_template','elementor_canvas'),(1558,251,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1559,251,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1560,251,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1561,252,'_elementor_edit_mode','builder'),(1562,252,'_elementor_template_type','wp-page'),(1563,252,'_elementor_version','3.13.4'),(1564,252,'_wp_page_template','elementor_canvas'),(1565,252,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1566,252,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"36c2215e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Speciality Clinic\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_title_align\":\"center\",\"ekit_heading_use_focused_title_bg\":\"yes\",\"ekit_heading_use_focused_title_text_fill\":\"yes\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ce144d4\"}],\"ekit_heading_seperator_image\":{\"id\":183,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-443.png\"},\"ekit_heading_seperator_color\":\"#166836\",\"ekit_heading_seperator_color_mobile\":\"#166836\",\"ekit_heading_focused_title_typography_typography\":\"custom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1567,252,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1568,253,'_elementor_edit_mode','builder'),(1569,253,'_elementor_template_type','wp-page'),(1570,253,'_elementor_version','3.13.4'),(1571,253,'_wp_page_template','elementor_canvas'),(1572,253,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1573,253,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1574,253,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1584,255,'_wp_attached_file','2023/06/Sharp-Sight-Best-Eye-Hospital.webp'),(1585,255,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:42:\"2023/06/Sharp-Sight-Best-Eye-Hospital.webp\";s:8:\"filesize\";i:59078;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Sharp-Sight-Best-Eye-Hospital-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7462;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Sharp-Sight-Best-Eye-Hospital-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Sharp-Sight-Best-Eye-Hospital-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4422;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Sharp-Sight-Best-Eye-Hospital-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25594;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"Sharp-Sight-Best-Eye-Hospital-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61650;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1586,255,'_wp_attachment_image_alt','Sharp Sight - Best Eye Hospital'),(1597,257,'_wp_attached_file','2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp'),(1598,257,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1708;s:4:\"file\";s:51:\"2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\";s:8:\"filesize\";i:93820;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10888;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49568;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Sharp-Sight-A-Leading-Eyecare-Hospital-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5546;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34702;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79900;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:53:\"Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1599,257,'_wp_attachment_image_alt','Sharp Sight - A Leading Eyecare Hospital'),(1600,258,'_wp_attached_file','2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp'),(1601,258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1023;s:6:\"height\";i:682;s:4:\"file\";s:54:\"2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\";s:8:\"filesize\";i:30038;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"Sharp-Sight-Best-Leading-Eyecare-Hospital-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4460;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27732;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1602,258,'_wp_attachment_image_alt','Sharp Sight - Best Leading Eyecare Hospital'),(1603,259,'_elementor_edit_mode','builder'),(1604,259,'_elementor_template_type','wp-page'),(1605,259,'_elementor_version','3.13.4'),(1606,259,'_wp_page_template','elementor_canvas'),(1607,259,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1608,259,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1609,259,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1610,260,'_elementor_edit_mode','builder'),(1611,260,'_elementor_template_type','wp-page'),(1612,260,'_elementor_version','3.13.4'),(1613,260,'_wp_page_template','elementor_canvas'),(1614,260,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1615,260,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"18\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":210,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":180,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1616,260,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1617,261,'_elementor_edit_mode','builder'),(1618,261,'_elementor_template_type','wp-page'),(1619,261,'_elementor_version','3.13.4'),(1620,261,'_wp_page_template','elementor_canvas'),(1621,261,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1622,261,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1623,261,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1626,262,'_wp_attached_file','2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp'),(1627,262,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:69:\"2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\";s:8:\"filesize\";i:64522;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5758;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3498;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21994;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:71:\"Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62302;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1628,262,'_wp_attachment_image_alt','Sharp Sight - Better Vision Deserves The Latest Technology'),(1629,263,'_elementor_edit_mode','builder'),(1630,263,'_elementor_template_type','wp-page'),(1631,263,'_elementor_version','3.13.4'),(1632,263,'_wp_page_template','elementor_canvas'),(1633,263,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1634,263,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1635,263,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1637,264,'_elementor_edit_mode','builder'),(1638,264,'_elementor_template_type','wp-page'),(1639,264,'_elementor_version','3.13.4'),(1640,264,'_wp_page_template','elementor_canvas'),(1641,264,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1642,264,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1643,264,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1645,265,'_elementor_edit_mode','builder'),(1646,265,'_elementor_template_type','wp-page'),(1647,265,'_elementor_version','3.13.4'),(1648,265,'_wp_page_template','elementor_canvas'),(1649,265,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1650,265,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1651,265,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1654,266,'_elementor_edit_mode','builder'),(1655,266,'_elementor_template_type','wp-page'),(1656,266,'_elementor_version','3.13.4'),(1657,266,'_wp_page_template','elementor_canvas'),(1658,266,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1659,266,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1660,266,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1661,267,'_elementor_edit_mode','builder'),(1662,267,'_elementor_template_type','wp-page'),(1663,267,'_elementor_version','3.13.4'),(1664,267,'_wp_page_template','elementor_canvas'),(1665,267,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1666,267,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1667,267,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1668,268,'_elementor_edit_mode','builder'),(1669,268,'_elementor_template_type','wp-page'),(1670,268,'_elementor_version','3.13.4'),(1671,268,'_wp_page_template','elementor_canvas'),(1672,268,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1673,268,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1674,268,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1676,269,'_wp_attached_file','2023/06/Sharp-Sight-Testimonial.webp'),(1677,269,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1201;s:4:\"file\";s:36:\"2023/06/Sharp-Sight-Testimonial.webp\";s:8:\"filesize\";i:86354;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Sharp-Sight-Testimonial-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15252;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Sharp-Sight-Testimonial-1024x769.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72132;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Sharp-Sight-Testimonial-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7368;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Sharp-Sight-Testimonial-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:50844;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"Sharp-Sight-Testimonial-1536x1153.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115156;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1678,269,'_wp_attachment_image_alt','Sharp Sight - Testimonial'),(1679,270,'_elementor_edit_mode','builder'),(1680,270,'_elementor_template_type','wp-page'),(1681,270,'_elementor_version','3.13.4'),(1682,270,'_wp_page_template','elementor_canvas'),(1683,270,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1684,270,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1685,270,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1686,271,'_elementor_edit_mode','builder'),(1687,271,'_elementor_template_type','wp-page'),(1688,271,'_elementor_version','3.13.4'),(1689,271,'_wp_page_template','elementor_canvas'),(1690,271,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1691,271,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":181,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1692,271,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1693,272,'_elementor_edit_mode','builder'),(1694,272,'_elementor_template_type','wp-page'),(1695,272,'_elementor_version','3.13.4'),(1696,272,'_wp_page_template','elementor_canvas'),(1697,272,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1698,272,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1699,272,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1721,277,'_wp_attached_file','2023/06/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg'),(1722,277,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:85:\"2023/06/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\";s:8:\"filesize\";i:225084;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13219;}s:5:\"large\";a:5:{s:4:\"file\";s:86:\"ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82725;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7562;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53145;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:87:\"ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153700;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1723,277,'_elementor_source_image_hash','640140b9e433f28567328d2989f81db57319b17d'),(1724,278,'_elementor_edit_mode','builder'),(1725,278,'_elementor_template_type','page'),(1726,278,'_elementor_version','3.13.4'),(1727,279,'_elementor_edit_mode','builder'),(1728,279,'_elementor_template_type','page'),(1729,279,'_elementor_version','3.13.4'),(1730,278,'_wp_page_template','elementor_header_footer'),(1731,278,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1732,278,'_elementor_data','[{\"id\":\"7769035b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Header Heading Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f37a960\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d10deb9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bacc33d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Home<\\/a> &gt; Services<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=efb4e47\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"591a21a2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ad03106\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e9cd6d5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"556ec538\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4cecb3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"159e7b80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a63393e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d8924ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33ce3a93\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3cede30\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66f8c3f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b50e7c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aa0c429\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ded50ef\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5f6d92fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f9491df\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"59f21482\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"722fd5a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20895092\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bc6dad3\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"79885d09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6dc2a4e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"72d2038f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"17c7f1ce\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"facd364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1681dec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e4b427d\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"463ea189\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b8ff51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d49f46d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50,\"animation_delay\":300,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7eb3f050\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-management\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"252243c3\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55a97660\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32fa6819\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cornea Transplant\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73d25743\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"24b8fbdc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4abd98a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b41060c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-react\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"271f37f6\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d29ac80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"171fd7b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laser Surgery\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"362731ae\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ea0926b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"749b031f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"461e335\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4ee26328\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d76e5e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"264b9693\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dry Eye Surgery\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224d0cde\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bae74f6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"452feef6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b179c6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"6d51a31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b6e77bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5adac0af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3eee023f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e5535a2\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"267d9d4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"693032c4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"58fbfe80\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12c5fb98\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6eb763b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b8129da\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c90c2ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d06c79b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d9a3390\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b94bccc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c82f62\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b30f805\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style5\",\"ekit_testimonial_data\":[{\"client_name\":\"Elsa Verina\",\"_id\":\"7286aab\",\"designation\":\"Designation\",\"review\":\"Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.\",\"client_photo\":{\"id\":\"25\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/team2.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"client_logo_active\":{\"id\":\"26\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/placeholder.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"},{\"client_name\":\"Dyas Kardinal\",\"_id\":\"dd96b4c\",\"designation\":\"Designation\",\"review\":\"Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.\",\"client_photo\":{\"id\":\"27\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/team3.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"client_logo_active\":{\"id\":\"26\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/placeholder.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"},{\"client_name\":\"Puri Maha\",\"_id\":\"682a8b8\",\"designation\":\"Designation\",\"review\":\"Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.\",\"client_photo\":{\"id\":\"28\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"client_logo_active\":{\"id\":\"26\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/placeholder.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"},{\"client_name\":\"Kumto Warming\",\"designation\":\"Designation\",\"review\":\"Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.\",\"client_photo\":{\"id\":\"29\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/team5.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"55a7df6\",\"client_logo_active\":{\"id\":\"26\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/placeholder.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"}],\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_testimonial_layout_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_layout_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"ekit_testimonial_description_color\":\"#272727\",\"__globals__\":{\"ekit_testimonial_description_typography_typography\":\"globals\\/typography?id=2eb899c\",\"ekit_testimonial_description_color\":\"globals\\/colors?id=text\",\"ekit_testimonial_section_wathermark_color\":\"globals\\/colors?id=4b2d203\",\"ekit_testimonial_client_name_typography_typography\":\"globals\\/typography?id=2eb899c\",\"ekit_testimonial_designation_typography_typography\":\"globals\\/typography?id=text\",\"ekit_testimonial_designation_normal_color\":\"globals\\/colors?id=text\",\"ekit_testimonial_client_name_normal_color\":\"globals\\/colors?id=4b2d203\",\"ekit_testimonial_layout_background_color\":\"\"},\"ekit_testimonial_layout_background_background\":\"classic\",\"ekit_testimonial_section_wraper_horizontal_alignment\":\"left\",\"ekit_testimonial_slidetoshow_tablet\":1,\"ekit_testimonial_slidesToScroll_tablet\":1,\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_testimonial_client_image_margin_\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_testimonial_client_image_margin__tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_testimonial_client_image_margin__mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_testimonial_section_wraper_horizontal_alignment_tablet\":\"left\",\"ekit_testimonial_client_area_alignment\":\"client_left\",\"ekit_testimonial_wartermarks\":{\"value\":\"icon icon-quote\",\"library\":\"ekiticons\"},\"ekit_testimonial_left_arrows\":{\"value\":\"icon icon-left-arrow2\",\"library\":\"ekiticons\"},\"ekit_testimonial_right_arrows\":{\"value\":\"icon icon-right-arrow2\",\"library\":\"ekiticons\"},\"ekit_testimonial_layout_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_background_slideshow_gallery\":[],\"ekit_testimonial_layout_active_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_active_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_active_background_slideshow_gallery\":[],\"ekit_testimonial_active_layout_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_active_layout_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_active_layout_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_icon_badge_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_icon_badge_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_hover_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_icon_badge_active_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_active_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_active_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_badge_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_badge_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_badge_background_slideshow_gallery\":[],\"ekit_testimonial_client_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_image_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_image_background_slideshow_gallery\":[],\"ekit_testimonial_client_dot_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_background_slideshow_gallery\":[],\"ekit_testimonial_client_dot_active_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_active_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_active_background_slideshow_gallery\":[],\"ekit_testimonial_nav_background_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_normal_slideshow_gallery\":[],\"ekit_testimonial_nav_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":false}],\"isInner\":false}]'),(1733,280,'_elementor_edit_mode','builder'),(1734,280,'_elementor_template_type','page'),(1735,280,'_elementor_version','3.13.4'),(1736,280,'_wp_page_template','elementor_header_footer'),(1737,280,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1738,280,'_elementor_data','[{\"id\":\"7769035b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Header Heading Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f37a960\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d10deb9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"header_size\":\"h1\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bacc33d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"#\\\">Home<\\/a> &gt; Services<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=efb4e47\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"591a21a2\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ad03106\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e9cd6d5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"556ec538\",\"elType\":\"widget\",\"settings\":{\"title\":\"we gave the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"align_tablet\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"4cecb3b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"159e7b80\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.<\\/p>\",\"align_tablet\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a63393e\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d8924ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"33ce3a93\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3cede30\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66f8c3f9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b50e7c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Eye Care\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aa0c429\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2ded50ef\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5f6d92fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f9491df\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"59f21482\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"722fd5a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20895092\",\"elType\":\"widget\",\"settings\":{\"title\":\"Retina Repair\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bc6dad3\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"79885d09\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6dc2a4e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"72d2038f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"17c7f1ce\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"facd364\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1681dec0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Vision Check\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e4b427d\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"463ea189\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2b8ff51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d49f46d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50,\"animation_delay\":300,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7eb3f050\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-management\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"252243c3\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55a97660\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"32fa6819\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cornea Transplant\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73d25743\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"24b8fbdc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4abd98a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":400,\"_inline_size_tablet\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b41060c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-react\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"271f37f6\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d29ac80\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"171fd7b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Laser Surgery\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"362731ae\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ea0926b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"749b031f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":500,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"461e335\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4ee26328\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d76e5e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"264b9693\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dry Eye Surgery\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"224d0cde\",\"elType\":\"widget\",\"settings\":{\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5bae74f6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Read More\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"grow\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=f858cdc\",\"button_text_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"452feef6\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b179c6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"6d51a31c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b6e77bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5adac0af\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3eee023f\",\"elType\":\"widget\",\"settings\":{\"title\":\"+123-456-789\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e5535a2\",\"elType\":\"widget\",\"settings\":{\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-2\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"267d9d4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Monday - Thursday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 21.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"693032c4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Friday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":142,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"58fbfe80\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Saturday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":123,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"12c5fb98\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Sunday\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1fcad36\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"08.00 AM - 17.00 PM\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"31a94e9\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":133,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=2eb899c\",\"icon_color\":\"globals\\/colors?id=60059fd\",\"icon_color_hover\":\"globals\\/colors?id=60059fd\",\"text_color\":\"globals\\/colors?id=60059fd\",\"text_color_hover\":\"globals\\/colors?id=60059fd\",\"_border_color\":\"globals\\/colors?id=60059fd\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6eb763b0\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b8129da\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c90c2ef\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d06c79b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1d9a3390\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b94bccc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=4b2d203\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":34,\"sizes\":[]},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7c82f62\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about our clinic\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b30f805\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style5\",\"ekit_testimonial_data\":[{\"client_name\":\"Elsa Verina\",\"_id\":\"7286aab\",\"designation\":\"Designation\",\"review\":\"Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.\",\"client_photo\":{\"id\":\"25\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/team2.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"client_logo_active\":{\"id\":\"26\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/placeholder.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"},{\"client_name\":\"Dyas Kardinal\",\"_id\":\"dd96b4c\",\"designation\":\"Designation\",\"review\":\"Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.\",\"client_photo\":{\"id\":\"27\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/team3.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"client_logo_active\":{\"id\":\"26\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/placeholder.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"},{\"client_name\":\"Puri Maha\",\"_id\":\"682a8b8\",\"designation\":\"Designation\",\"review\":\"Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.\",\"client_photo\":{\"id\":\"28\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/team6.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"client_logo_active\":{\"id\":\"26\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/placeholder.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"},{\"client_name\":\"Kumto Warming\",\"designation\":\"Designation\",\"review\":\"Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.\",\"client_photo\":{\"id\":\"29\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/team5.jpg\"},\"client_logo\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_id\":\"55a7df6\",\"client_logo_active\":{\"id\":\"26\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/05\\/placeholder.png\"},\"rating\":\"5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"use_hover_logo\":\"no\",\"ekit_testimonial_active\":\"\",\"ekit_testimonial_background_group_background\":\"\",\"ekit_testimonial_background_group_color\":\"\",\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_color_b\":\"#f2295b\",\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_type\":\"linear\",\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":180,\"sizes\":[]},\"ekit_testimonial_background_group_gradient_position\":\"center center\",\"ekit_testimonial_background_group_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_position\":\"\",\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_testimonial_background_group_attachment\":\"\",\"ekit_testimonial_background_group_repeat\":\"\",\"ekit_testimonial_background_group_size\":\"\",\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_background_group_video_link\":\"\",\"ekit_testimonial_background_group_video_start\":\"\",\"ekit_testimonial_background_group_video_end\":\"\",\"ekit_testimonial_background_group_play_once\":\"\",\"ekit_testimonial_background_group_play_on_mobile\":\"\",\"ekit_testimonial_background_group_privacy_mode\":\"\",\"ekit_testimonial_background_group_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_background_group_slideshow_gallery\":[],\"ekit_testimonial_background_group_slideshow_loop\":\"yes\",\"ekit_testimonial_background_group_slideshow_slide_duration\":5000,\"ekit_testimonial_background_group_slideshow_slide_transition\":\"fade\",\"ekit_testimonial_background_group_slideshow_transition_duration\":500,\"ekit_testimonial_background_group_slideshow_background_size\":\"\",\"ekit_testimonial_background_group_slideshow_background_position\":\"\",\"ekit_testimonial_background_group_slideshow_lazyload\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns\":\"\",\"ekit_testimonial_background_group_slideshow_ken_burns_zoom_direction\":\"in\"}],\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_testimonial_layout_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_layout_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"ekit_testimonial_description_color\":\"#272727\",\"__globals__\":{\"ekit_testimonial_description_typography_typography\":\"globals\\/typography?id=2eb899c\",\"ekit_testimonial_description_color\":\"globals\\/colors?id=text\",\"ekit_testimonial_section_wathermark_color\":\"globals\\/colors?id=4b2d203\",\"ekit_testimonial_client_name_typography_typography\":\"globals\\/typography?id=2eb899c\",\"ekit_testimonial_designation_typography_typography\":\"globals\\/typography?id=text\",\"ekit_testimonial_designation_normal_color\":\"globals\\/colors?id=text\",\"ekit_testimonial_client_name_normal_color\":\"globals\\/colors?id=4b2d203\",\"ekit_testimonial_layout_background_color\":\"\"},\"ekit_testimonial_layout_background_background\":\"classic\",\"ekit_testimonial_section_wraper_horizontal_alignment\":\"left\",\"ekit_testimonial_slidetoshow_tablet\":1,\"ekit_testimonial_slidesToScroll_tablet\":1,\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_testimonial_client_image_margin_\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_testimonial_client_image_margin__tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_testimonial_client_image_margin__mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_testimonial_section_wraper_horizontal_alignment_tablet\":\"left\",\"ekit_testimonial_client_area_alignment\":\"client_left\",\"ekit_testimonial_wartermarks\":{\"value\":\"icon icon-quote\",\"library\":\"ekiticons\"},\"ekit_testimonial_left_arrows\":{\"value\":\"icon icon-left-arrow2\",\"library\":\"ekiticons\"},\"ekit_testimonial_right_arrows\":{\"value\":\"icon icon-right-arrow2\",\"library\":\"ekiticons\"},\"ekit_testimonial_layout_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_background_slideshow_gallery\":[],\"ekit_testimonial_layout_active_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_active_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_layout_active_background_slideshow_gallery\":[],\"ekit_testimonial_active_layout_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_active_layout_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_active_layout_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_icon_badge_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_icon_badge_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_hover_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_icon_badge_active_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_active_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_icon_badge_active_background_slideshow_gallery\":[],\"ekit_testimonial_section_wathermark_badge_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_badge_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_section_wathermark_badge_background_slideshow_gallery\":[],\"ekit_testimonial_client_image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_image_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_image_background_slideshow_gallery\":[],\"ekit_testimonial_client_dot_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_background_slideshow_gallery\":[],\"ekit_testimonial_client_dot_active_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_active_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_client_dot_active_background_slideshow_gallery\":[],\"ekit_testimonial_nav_background_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_normal_slideshow_gallery\":[],\"ekit_testimonial_nav_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_testimonial_nav_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":false}],\"isInner\":false}]'),(1739,278,'_elementor_page_assets','a:1:{s:6:\"styles\";a:15:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";}}'),(1740,278,'_elementor_controls_usage','a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:11;s:11:\"header_size\";i:7;s:5:\"align\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:19;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:19;s:21:\"space_between_widgets\";i:7;s:16:\"content_position\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:18;s:6:\"margin\";i:6;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:7;s:15:\"animation_delay\";i:6;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:7;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:7;s:26:\"box_shadow_box_shadow_type\";i:6;s:21:\"box_shadow_box_shadow\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;s:6:\"_title\";i:6;s:8:\"overflow\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:2;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:5;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:4:{s:5:\"width\";i:3;s:5:\"align\";i:3;s:4:\"look\";i:3;s:4:\"text\";i:3;}}s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:3;s:3:\"gap\";i:3;}s:18:\"section_text_style\";a:2:{s:10:\"text_align\";i:3;s:12:\"text_spacing\";i:3;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:6;s:4:\"view\";i:6;s:5:\"shape\";i:6;s:5:\"align\";i:6;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:4:\"size\";i:6;s:13:\"border_radius\";i:6;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:6;s:8:\"_z_index\";i:6;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:4:{s:4:\"text\";i:6;s:13:\"selected_icon\";i:6;s:10:\"icon_align\";i:6;s:11:\"icon_indent\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:15:\"hover_animation\";i:6;s:12:\"text_padding\";i:6;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:4;s:9:\"icon_list\";i:4;}}s:5:\"style\";a:1:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:4;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:2;s:6:\"height\";i:2;s:10:\"object-fit\";i:2;s:19:\"image_border_radius\";i:2;s:32:\"image_box_shadow_box_shadow_type\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:16:\"_animation_delay\";i:1;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_z_index\";i:1;}}}}}'),(1741,278,'envato_tk_source_kit','8'),(1742,278,'envato_tk_source_index','3'),(1776,13,'ekit_post_views_count','1'),(1778,12,'ekit_post_views_count','1'),(1779,33,'_wp_trash_meta_status','publish'),(1780,33,'_wp_trash_meta_time','1686058278'),(1781,33,'_wp_desired_post_slug','header'),(1782,42,'_wp_trash_meta_status','publish'),(1783,42,'_wp_trash_meta_time','1686058298'),(1784,42,'_wp_desired_post_slug','footer'),(1795,288,'_edit_lock','1686059077:1'),(1799,289,'_edit_lock','1686727923:1'),(1800,289,'_edit_last','1'),(1802,289,'_elementor_template_type','wp-page'),(1803,289,'_elementor_version','3.13.4'),(1811,289,'_wp_page_template','elementor_canvas'),(1819,289,'_elementor_edit_mode','builder'),(1827,294,'_elementor_template_type','wp-page'),(1828,294,'_elementor_version','3.13.4'),(1829,294,'_wp_page_template','elementor_header_footer'),(1830,294,'_elementor_edit_mode','builder'),(1831,295,'_elementor_template_type','wp-page'),(1832,295,'_elementor_version','3.13.4'),(1833,295,'_wp_page_template','elementor_header_footer'),(1834,295,'_elementor_edit_mode','builder'),(1835,289,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1836,289,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: +91 - 9641-919191\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":4.2999999999999998,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <a href=\\\"tel: 9641919191\\\" data-wplink-edit=\\\"true\\\"><strong>+91 - 9641-919191<\\/strong><\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: +91 - 9641-919191\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1837,296,'_elementor_template_type','wp-page'),(1838,296,'_elementor_version','3.13.4'),(1839,296,'_wp_page_template','elementor_canvas'),(1840,296,'_elementor_edit_mode','builder'),(1841,296,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1842,296,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"+91 9641-919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"+91 9641-919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1843,289,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(1846,297,'_elementor_template_type','wp-page'),(1847,297,'_elementor_version','3.13.4'),(1848,297,'_wp_page_template','elementor_canvas'),(1849,297,'_elementor_edit_mode','builder'),(1850,297,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1851,297,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"+91 9641-919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"+91 9641-919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1852,297,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1854,298,'_elementor_template_type','wp-page'),(1855,298,'_elementor_version','3.13.4'),(1856,298,'_wp_page_template','elementor_canvas'),(1857,298,'_elementor_edit_mode','builder'),(1858,298,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1859,298,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"+91 9641-919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"+91 9641-919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1860,298,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1862,299,'_elementor_template_type','wp-page'),(1863,299,'_elementor_version','3.13.4'),(1864,299,'_wp_page_template','elementor_canvas'),(1865,299,'_elementor_edit_mode','builder'),(1866,299,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (1867,299,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1868,299,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1900,304,'_elementor_template_type','wp-page'),(1901,304,'_elementor_version','3.13.4'),(1902,304,'_wp_page_template','elementor_canvas'),(1903,304,'_elementor_edit_mode','builder'),(1904,304,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1905,304,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1906,304,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1908,305,'_elementor_template_type','wp-page'),(1909,305,'_elementor_version','3.13.4'),(1910,305,'_wp_page_template','elementor_canvas'),(1911,305,'_elementor_edit_mode','builder'),(1912,305,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1913,305,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1914,305,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1916,306,'_elementor_template_type','wp-page'),(1917,306,'_elementor_version','3.13.4'),(1918,306,'_wp_page_template','elementor_canvas'),(1919,306,'_elementor_edit_mode','builder'),(1920,306,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1921,306,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1922,306,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1925,307,'_elementor_template_type','wp-page'),(1926,307,'_elementor_version','3.13.4'),(1927,307,'_wp_page_template','elementor_canvas'),(1928,307,'_elementor_edit_mode','builder'),(1929,307,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1930,307,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1931,307,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1932,308,'_elementor_template_type','wp-page'),(1933,308,'_elementor_version','3.13.4'),(1934,308,'_wp_page_template','elementor_canvas'),(1935,308,'_elementor_edit_mode','builder'),(1936,308,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1937,308,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1938,308,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1939,309,'_elementor_template_type','wp-page'),(1940,309,'_elementor_version','3.13.4'),(1941,309,'_wp_page_template','elementor_canvas'),(1942,309,'_elementor_edit_mode','builder'),(1943,309,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1944,309,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1945,309,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1962,312,'_elementor_edit_mode','builder'),(1963,312,'_elementor_template_type','wp-page'),(1964,312,'_elementor_version','3.13.4'),(1965,312,'_wp_page_template','elementor_canvas'),(1966,312,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1967,312,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1968,312,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1970,313,'_elementor_edit_mode','builder'),(1971,313,'_elementor_template_type','wp-page'),(1972,313,'_elementor_version','3.13.4'),(1973,313,'_wp_page_template','elementor_canvas'),(1974,313,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1975,313,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1976,313,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1978,314,'_elementor_edit_mode','builder'),(1979,314,'_elementor_template_type','wp-page'),(1980,314,'_elementor_version','3.13.4'),(1981,314,'_wp_page_template','elementor_canvas'),(1982,314,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1983,314,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1984,314,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1987,315,'_elementor_edit_mode','builder'),(1988,315,'_elementor_template_type','wp-page'),(1989,315,'_elementor_version','3.13.4'),(1990,315,'_wp_page_template','elementor_canvas'),(1991,315,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1992,315,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1993,315,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(1994,316,'_elementor_edit_mode','builder'),(1995,316,'_elementor_template_type','wp-page'),(1996,316,'_elementor_version','3.13.4'),(1997,316,'_wp_page_template','elementor_canvas'),(1998,316,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1999,316,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2000,316,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(2001,317,'_elementor_edit_mode','builder'),(2002,317,'_elementor_template_type','wp-page'),(2003,317,'_elementor_version','3.13.4'),(2004,317,'_wp_page_template','elementor_canvas'),(2005,317,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2006,317,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2007,317,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(2009,318,'_elementor_template_type','wp-page'),(2010,318,'_elementor_version','3.13.4'),(2011,318,'_wp_page_template','elementor_canvas'),(2012,318,'_elementor_edit_mode','builder'),(2013,318,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2014,318,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2015,318,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(2017,319,'_elementor_template_type','wp-page'),(2018,319,'_elementor_version','3.13.4'),(2019,319,'_wp_page_template','elementor_canvas'),(2020,319,'_elementor_edit_mode','builder'),(2021,319,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2022,319,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2023,319,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(2025,320,'_elementor_template_type','wp-page'),(2026,320,'_elementor_version','3.13.4'),(2027,320,'_wp_page_template','elementor_canvas'),(2028,320,'_elementor_edit_mode','builder'),(2029,320,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2030,320,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2031,320,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(2034,321,'_elementor_template_type','wp-page'),(2035,321,'_elementor_version','3.13.4'),(2036,321,'_wp_page_template','elementor_canvas'),(2037,321,'_elementor_edit_mode','builder'),(2038,321,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2039,321,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2040,321,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(2041,322,'_elementor_template_type','wp-page'),(2042,322,'_elementor_version','3.13.4'),(2043,322,'_wp_page_template','elementor_canvas'),(2044,322,'_elementor_edit_mode','builder'),(2045,322,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2046,322,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2047,322,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(2048,323,'_elementor_template_type','wp-page'),(2049,323,'_elementor_version','3.13.4'),(2050,323,'_wp_page_template','elementor_canvas'),(2051,323,'_elementor_edit_mode','builder'),(2052,323,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2053,323,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2054,323,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(2159,339,'_elementor_template_type','wp-page'),(2160,339,'_elementor_version','3.13.4'),(2161,339,'_wp_page_template','elementor_canvas'),(2162,339,'_elementor_edit_mode','builder'),(2163,339,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2164,339,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2165,339,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(2167,340,'_elementor_template_type','wp-page'),(2168,340,'_elementor_version','3.13.4'),(2169,340,'_wp_page_template','elementor_canvas'),(2170,340,'_elementor_edit_mode','builder'),(2171,340,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2172,340,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>One of our expert will be in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2173,340,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(2175,341,'_elementor_template_type','wp-page'),(2176,341,'_elementor_version','3.13.4'),(2177,341,'_wp_page_template','elementor_canvas'),(2178,341,'_elementor_edit_mode','builder'),(2179,341,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2180,341,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2181,341,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(2184,342,'_elementor_template_type','wp-page'),(2185,342,'_elementor_version','3.13.4'),(2186,342,'_wp_page_template','elementor_canvas'),(2187,342,'_elementor_edit_mode','builder'),(2188,342,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2189,342,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2190,342,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2191,343,'_elementor_template_type','wp-page'),(2192,343,'_elementor_version','3.13.4'),(2193,343,'_wp_page_template','elementor_canvas'),(2194,343,'_elementor_edit_mode','builder'),(2195,343,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}');
INSERT INTO `wp_postmeta` VALUES (2196,343,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2197,343,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2198,344,'_elementor_template_type','wp-page'),(2199,344,'_elementor_version','3.13.4'),(2200,344,'_wp_page_template','elementor_canvas'),(2201,344,'_elementor_edit_mode','builder'),(2202,344,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2203,344,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2204,344,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2206,345,'_elementor_template_type','wp-page'),(2207,345,'_elementor_version','3.13.4'),(2208,345,'_wp_page_template','elementor_canvas'),(2209,345,'_elementor_edit_mode','builder'),(2210,345,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2211,345,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2212,345,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2213,346,'_elementor_template_type','wp-page'),(2214,346,'_elementor_version','3.13.4'),(2215,346,'_wp_page_template','elementor_canvas'),(2216,346,'_elementor_edit_mode','builder'),(2217,346,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2218,346,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2219,346,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2220,347,'_elementor_template_type','wp-page'),(2221,347,'_elementor_version','3.13.4'),(2222,347,'_wp_page_template','elementor_canvas'),(2223,347,'_elementor_edit_mode','builder'),(2224,347,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2225,347,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2226,347,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2236,349,'_elementor_template_type','wp-page'),(2237,349,'_elementor_version','3.13.4'),(2238,349,'_wp_page_template','elementor_canvas'),(2239,349,'_elementor_edit_mode','builder'),(2240,349,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2241,349,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2242,349,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2244,350,'_elementor_template_type','wp-page'),(2245,350,'_elementor_version','3.13.4'),(2246,350,'_wp_page_template','elementor_canvas'),(2247,350,'_elementor_edit_mode','builder'),(2248,350,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2249,350,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2250,350,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2252,351,'_elementor_template_type','wp-page'),(2253,351,'_elementor_version','3.13.4'),(2254,351,'_wp_page_template','elementor_canvas'),(2255,351,'_elementor_edit_mode','builder'),(2256,351,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2257,351,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2258,351,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2287,77,'_edit_lock','1686652564:1'),(2296,357,'_elementor_edit_mode','builder'),(2297,357,'_elementor_template_type','kit'),(2298,357,'_elementor_version','3.13.4'),(2299,357,'_wp_page_template','default'),(2300,357,'_elementor_page_settings','a:82:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#05C18E\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#05C18E\";}}s:13:\"custom_colors\";a:10:{i:0;a:3:{s:3:\"_id\";s:7:\"4306e2b\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:5:\"title\";s:5:\"White\";s:3:\"_id\";s:7:\"60059fd\";s:5:\"color\";s:7:\"#FFFFFF\";}i:2;a:3:{s:3:\"_id\";s:7:\"2fbc1db\";s:5:\"title\";s:7:\"White 2\";s:5:\"color\";s:7:\"#FDFDFD\";}i:3;a:3:{s:3:\"_id\";s:7:\"5d7f0ff\";s:5:\"title\";s:4:\"Grey\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"4a63539\";s:5:\"title\";s:10:\"Soft Grey \";s:5:\"color\";s:7:\"#FBF9F9\";}i:5;a:3:{s:3:\"_id\";s:7:\"4b2d203\";s:5:\"title\";s:5:\"Green\";s:5:\"color\";s:7:\"#05C18E\";}i:6;a:3:{s:3:\"_id\";s:7:\"a88c9ff\";s:5:\"title\";s:10:\"Soft Green\";s:5:\"color\";s:7:\"#0DFFBD\";}i:7;a:3:{s:3:\"_id\";s:7:\"ff587a1\";s:5:\"title\";s:10:\"Dark Green\";s:5:\"color\";s:7:\"#01AA7C\";}i:8;a:3:{s:3:\"_id\";s:7:\"27f2275\";s:5:\"title\";s:12:\"Dark Green 2\";s:5:\"color\";s:7:\"#003627\";}i:9;a:3:{s:3:\"_id\";s:7:\"f858cdc\";s:5:\"title\";s:12:\"Transparency\";s:5:\"color\";s:9:\"#1E1E1E00\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:8:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:12:{i:0;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3af3b50\";s:5:\"title\";s:2:\"H1\";s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:1;a:11:{s:5:\"title\";s:2:\"H2\";s:3:\"_id\";s:7:\"47ac70f\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:2;a:11:{s:5:\"title\";s:2:\"H3\";s:3:\"_id\";s:7:\"62db41b\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:3;a:11:{s:5:\"title\";s:2:\"H4\";s:3:\"_id\";s:7:\"6768f9c\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:4;a:11:{s:5:\"title\";s:2:\"H5\";s:3:\"_id\";s:7:\"09db86e\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:5;a:11:{s:5:\"title\";s:2:\"H6\";s:3:\"_id\";s:7:\"478f8d2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:6;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:3:\"_id\";s:7:\"0fe8c09\";s:5:\"title\";s:9:\"Sub title\";}i:7;a:11:{s:5:\"title\";s:6:\"Button\";s:3:\"_id\";s:7:\"efb4e47\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1499999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"2eb899c\";s:5:\"title\";s:9:\"Bold Text\";}i:9;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.05;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2776fd9\";s:5:\"title\";s:11:\"Header menu\";}i:10;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.84999999999999998;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"f61a7ca\";s:5:\"title\";s:17:\"Pricing Plan List\";}i:11;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3c4d511\";s:5:\"title\";s:3:\"404\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1350;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_background_background\";s:7:\"classic\";s:11:\"__globals__\";a:22:{s:21:\"body_background_color\";s:25:\"globals/colors?id=60059fd\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=3af3b50\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:8:\"h1_color\";s:25:\"globals/colors?id=primary\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=47ac70f\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=62db41b\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=6768f9c\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=09db86e\";s:8:\"h5_color\";s:25:\"globals/colors?id=primary\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=478f8d2\";s:8:\"h6_color\";s:25:\"globals/colors?id=primary\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=efb4e47\";s:17:\"button_text_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=a88c9ff\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=60059fd\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=ff587a1\";}s:15:\"activeItemIndex\";i:1;s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:5:\"Heebo\";s:27:\"body_typography_font_weight\";s:3:\"400\";s:8:\"h1_color\";s:7:\"#1E1E1E\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:5:\"Inter\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"700\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#1E1E1E\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:5:\"Inter\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"700\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#1E1E1E\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:5:\"Inter\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"700\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:21:\"body_background_color\";s:7:\"#FFFFFF\";s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#1E1E1E\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:5:\"Inter\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"700\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#1E1E1E\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:5:\"Inter\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"700\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_text_transform\";s:10:\"capitalize\";s:28:\"h2_typography_text_transform\";s:10:\"capitalize\";s:28:\"h3_typography_text_transform\";s:10:\"capitalize\";s:28:\"h4_typography_text_transform\";s:10:\"capitalize\";s:28:\"h5_typography_text_transform\";s:10:\"capitalize\";s:8:\"h6_color\";s:7:\"#1E1E1E\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:5:\"Inter\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"700\";s:28:\"h6_typography_text_transform\";s:10:\"capitalize\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:9:\"site_name\";s:11:\"Sharp Sight\";s:16:\"site_description\";s:21:\"The Best Eye Hospital\";}'),(2301,357,'_elementor_data','[]'),(2302,357,'_elementor_page_assets','a:0:{}'),(2309,359,'_elementor_edit_mode','builder'),(2310,359,'_elementor_template_type','kit'),(2311,359,'_elementor_version','3.13.4'),(2312,359,'_wp_page_template','default'),(2313,359,'_elementor_page_settings','a:82:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#166836\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#166836\";}}s:13:\"custom_colors\";a:11:{i:0;a:3:{s:3:\"_id\";s:7:\"4306e2b\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:5:\"title\";s:5:\"White\";s:3:\"_id\";s:7:\"60059fd\";s:5:\"color\";s:7:\"#FFFFFF\";}i:2;a:3:{s:3:\"_id\";s:7:\"2fbc1db\";s:5:\"title\";s:7:\"White 2\";s:5:\"color\";s:7:\"#FDFDFD\";}i:3;a:3:{s:3:\"_id\";s:7:\"5d7f0ff\";s:5:\"title\";s:4:\"Grey\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"4a63539\";s:5:\"title\";s:10:\"Soft Grey \";s:5:\"color\";s:7:\"#FBF9F9\";}i:5;a:3:{s:3:\"_id\";s:7:\"4b2d203\";s:5:\"title\";s:5:\"Green\";s:5:\"color\";s:7:\"#05C18E\";}i:6;a:3:{s:3:\"_id\";s:7:\"a88c9ff\";s:5:\"title\";s:10:\"Soft Green\";s:5:\"color\";s:7:\"#166836\";}i:7;a:3:{s:3:\"_id\";s:7:\"ff587a1\";s:5:\"title\";s:10:\"Dark Green\";s:5:\"color\";s:7:\"#01AA7C\";}i:8;a:3:{s:3:\"_id\";s:7:\"27f2275\";s:5:\"title\";s:12:\"Dark Green 2\";s:5:\"color\";s:7:\"#003627\";}i:9;a:3:{s:3:\"_id\";s:7:\"f858cdc\";s:5:\"title\";s:12:\"Transparency\";s:5:\"color\";s:9:\"#1E1E1E00\";}i:10;a:2:{s:3:\"_id\";s:7:\"02b0941\";s:5:\"title\";s:12:\"New Item #11\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:8:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:12:{i:0;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3af3b50\";s:5:\"title\";s:2:\"H1\";s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:1;a:11:{s:5:\"title\";s:2:\"H2\";s:3:\"_id\";s:7:\"47ac70f\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:2;a:11:{s:5:\"title\";s:2:\"H3\";s:3:\"_id\";s:7:\"62db41b\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:3;a:11:{s:5:\"title\";s:2:\"H4\";s:3:\"_id\";s:7:\"6768f9c\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:4;a:11:{s:5:\"title\";s:2:\"H5\";s:3:\"_id\";s:7:\"09db86e\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:5;a:11:{s:5:\"title\";s:2:\"H6\";s:3:\"_id\";s:7:\"478f8d2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:6;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:3:\"_id\";s:7:\"0fe8c09\";s:5:\"title\";s:9:\"Sub title\";}i:7;a:11:{s:5:\"title\";s:6:\"Button\";s:3:\"_id\";s:7:\"efb4e47\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1499999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"2eb899c\";s:5:\"title\";s:9:\"Bold Text\";}i:9;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.05;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2776fd9\";s:5:\"title\";s:11:\"Header menu\";}i:10;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.84999999999999998;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"f61a7ca\";s:5:\"title\";s:17:\"Pricing Plan List\";}i:11;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3c4d511\";s:5:\"title\";s:3:\"404\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1350;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_background_background\";s:7:\"classic\";s:11:\"__globals__\";a:22:{s:21:\"body_background_color\";s:25:\"globals/colors?id=60059fd\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=3af3b50\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:8:\"h1_color\";s:25:\"globals/colors?id=primary\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=47ac70f\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=62db41b\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=6768f9c\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=09db86e\";s:8:\"h5_color\";s:25:\"globals/colors?id=primary\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=478f8d2\";s:8:\"h6_color\";s:25:\"globals/colors?id=primary\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=efb4e47\";s:17:\"button_text_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=a88c9ff\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=60059fd\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=ff587a1\";}s:15:\"activeItemIndex\";i:11;s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:5:\"Heebo\";s:27:\"body_typography_font_weight\";s:3:\"400\";s:8:\"h1_color\";s:7:\"#1E1E1E\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:5:\"Inter\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"700\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#1E1E1E\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:5:\"Inter\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"700\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#1E1E1E\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:5:\"Inter\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"700\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:21:\"body_background_color\";s:7:\"#FFFFFF\";s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#1E1E1E\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:5:\"Inter\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"700\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#1E1E1E\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:5:\"Inter\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"700\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_text_transform\";s:10:\"capitalize\";s:28:\"h2_typography_text_transform\";s:10:\"capitalize\";s:28:\"h3_typography_text_transform\";s:10:\"capitalize\";s:28:\"h4_typography_text_transform\";s:10:\"capitalize\";s:28:\"h5_typography_text_transform\";s:10:\"capitalize\";s:8:\"h6_color\";s:7:\"#1E1E1E\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:5:\"Inter\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"700\";s:28:\"h6_typography_text_transform\";s:10:\"capitalize\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:9:\"site_name\";s:11:\"Sharp Sight\";s:16:\"site_description\";s:21:\"The Best Eye Hospital\";}'),(2314,359,'_elementor_data','[]'),(2315,359,'_elementor_page_assets','a:0:{}'),(2322,361,'_elementor_template_type','wp-page'),(2323,361,'_elementor_version','3.13.4'),(2324,361,'_wp_page_template','elementor_canvas'),(2325,361,'_elementor_edit_mode','builder'),(2326,361,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2327,361,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2328,361,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2329,362,'_elementor_template_type','wp-page'),(2330,362,'_elementor_version','3.13.4'),(2331,362,'_wp_page_template','elementor_canvas'),(2332,362,'_elementor_edit_mode','builder'),(2333,362,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2334,362,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <strong>+91 - 9641-919191<\\/strong><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2335,362,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2336,363,'_elementor_template_type','wp-page'),(2337,363,'_elementor_version','3.13.4'),(2338,363,'_wp_page_template','elementor_canvas'),(2339,363,'_elementor_edit_mode','builder'),(2340,363,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2341,363,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <a href=\\\"tel: 9641919191\\\"><strong>+91 - 9641-919191<\\/strong><\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2342,363,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2344,364,'_elementor_edit_mode','builder'),(2345,364,'_elementor_template_type','kit'),(2346,364,'_elementor_version','3.13.4'),(2347,364,'_wp_page_template','default'),(2348,364,'_elementor_page_settings','a:82:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#166836\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#166836\";}}s:13:\"custom_colors\";a:11:{i:0;a:3:{s:3:\"_id\";s:7:\"4306e2b\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#1E1E1E\";}i:1;a:3:{s:5:\"title\";s:5:\"White\";s:3:\"_id\";s:7:\"60059fd\";s:5:\"color\";s:7:\"#FFFFFF\";}i:2;a:3:{s:3:\"_id\";s:7:\"2fbc1db\";s:5:\"title\";s:7:\"White 2\";s:5:\"color\";s:7:\"#FDFDFD\";}i:3;a:3:{s:3:\"_id\";s:7:\"5d7f0ff\";s:5:\"title\";s:4:\"Grey\";s:5:\"color\";s:7:\"#EAEAEA\";}i:4;a:3:{s:3:\"_id\";s:7:\"4a63539\";s:5:\"title\";s:10:\"Soft Grey \";s:5:\"color\";s:7:\"#FBF9F9\";}i:5;a:3:{s:3:\"_id\";s:7:\"4b2d203\";s:5:\"title\";s:5:\"Green\";s:5:\"color\";s:7:\"#05C18E\";}i:6;a:3:{s:3:\"_id\";s:7:\"a88c9ff\";s:5:\"title\";s:10:\"Soft Green\";s:5:\"color\";s:7:\"#166836\";}i:7;a:3:{s:3:\"_id\";s:7:\"ff587a1\";s:5:\"title\";s:10:\"Dark Green\";s:5:\"color\";s:7:\"#01AA7C\";}i:8;a:3:{s:3:\"_id\";s:7:\"27f2275\";s:5:\"title\";s:12:\"Dark Green 2\";s:5:\"color\";s:7:\"#003627\";}i:9;a:3:{s:3:\"_id\";s:7:\"f858cdc\";s:5:\"title\";s:12:\"Transparency\";s:5:\"color\";s:9:\"#1E1E1E00\";}i:10;a:2:{s:3:\"_id\";s:7:\"02b0941\";s:5:\"title\";s:12:\"New Item #11\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:8:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:12:{i:0;a:10:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:3.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3af3b50\";s:5:\"title\";s:2:\"H1\";s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:1;a:11:{s:5:\"title\";s:2:\"H2\";s:3:\"_id\";s:7:\"47ac70f\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:2;a:11:{s:5:\"title\";s:2:\"H3\";s:3:\"_id\";s:7:\"62db41b\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:3;a:11:{s:5:\"title\";s:2:\"H4\";s:3:\"_id\";s:7:\"6768f9c\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:4;a:11:{s:5:\"title\";s:2:\"H5\";s:3:\"_id\";s:7:\"09db86e\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:5;a:11:{s:5:\"title\";s:2:\"H6\";s:3:\"_id\";s:7:\"478f8d2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:10:\"capitalize\";}i:6;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.125;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:3:\"_id\";s:7:\"0fe8c09\";s:5:\"title\";s:9:\"Sub title\";}i:7;a:11:{s:5:\"title\";s:6:\"Button\";s:3:\"_id\";s:7:\"efb4e47\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1499999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.75;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";s:3:\"_id\";s:7:\"2eb899c\";s:5:\"title\";s:9:\"Bold Text\";}i:9;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.05;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.0629999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"2776fd9\";s:5:\"title\";s:11:\"Header menu\";}i:10;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Heebo\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.84999999999999998;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"f61a7ca\";s:5:\"title\";s:17:\"Pricing Plan List\";}i:11;a:11:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:5:\"Inter\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:6;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:10:\"capitalize\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:23:\"typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"3c4d511\";s:5:\"title\";s:3:\"404\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1350;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:26:\"body_background_background\";s:7:\"classic\";s:11:\"__globals__\";a:22:{s:21:\"body_background_color\";s:25:\"globals/colors?id=60059fd\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=3af3b50\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:8:\"h1_color\";s:25:\"globals/colors?id=primary\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=47ac70f\";s:8:\"h2_color\";s:25:\"globals/colors?id=primary\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=62db41b\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=6768f9c\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=09db86e\";s:8:\"h5_color\";s:25:\"globals/colors?id=primary\";s:24:\"h6_typography_typography\";s:29:\"globals/typography?id=478f8d2\";s:8:\"h6_color\";s:25:\"globals/colors?id=primary\";s:28:\"button_typography_typography\";s:29:\"globals/typography?id=efb4e47\";s:17:\"button_text_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=a88c9ff\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=60059fd\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=60059fd\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=ff587a1\";}s:15:\"activeItemIndex\";i:1;s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:5:\"Heebo\";s:27:\"body_typography_font_weight\";s:3:\"400\";s:8:\"h1_color\";s:7:\"#1E1E1E\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:5:\"Inter\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:4.2999999999999998;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"700\";s:25:\"h1_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h1_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h2_color\";s:7:\"#1E1E1E\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:5:\"Inter\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"700\";s:25:\"h2_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h2_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h3_color\";s:7:\"#1E1E1E\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:5:\"Inter\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"700\";s:25:\"h3_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h3_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:21:\"body_background_color\";s:7:\"#FFFFFF\";s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h4_color\";s:7:\"#1E1E1E\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:5:\"Inter\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.5629999999999999;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"700\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h4_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#1E1E1E\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:5:\"Inter\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.375;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"700\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h5_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h4_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:28:\"h1_typography_text_transform\";s:10:\"capitalize\";s:28:\"h2_typography_text_transform\";s:10:\"capitalize\";s:28:\"h3_typography_text_transform\";s:10:\"capitalize\";s:28:\"h4_typography_text_transform\";s:10:\"capitalize\";s:28:\"h5_typography_text_transform\";s:10:\"capitalize\";s:8:\"h6_color\";s:7:\"#1E1E1E\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:5:\"Inter\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"700\";s:28:\"h6_typography_text_transform\";s:10:\"capitalize\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:26:\"h6_typography_word_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"8\";s:5:\"right\";s:1:\"8\";s:6:\"bottom\";s:1:\"8\";s:4:\"left\";s:1:\"8\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:30:\"h6_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:30:\"h6_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:9:\"site_name\";s:11:\"Sharp Sight\";s:16:\"site_description\";s:21:\"The Best Eye Hospital\";}'),(2349,364,'_elementor_data','[]'),(2350,364,'_elementor_page_assets','a:0:{}'),(2351,365,'_elementor_template_type','wp-page'),(2352,365,'_elementor_version','3.13.4'),(2353,365,'_wp_page_template','elementor_canvas'),(2354,365,'_elementor_edit_mode','builder'),(2355,365,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2356,365,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <a href=\\\"tel: 9641919191\\\"><strong>+91 - 9641-919191<\\/strong><\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2357,365,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2358,366,'_elementor_template_type','wp-page'),(2359,366,'_elementor_version','3.13.4'),(2360,366,'_wp_page_template','elementor_canvas'),(2361,366,'_elementor_edit_mode','builder'),(2362,366,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2363,366,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <a href=\\\"tel: 9641919191\\\"><strong>+91 - 9641-919191<\\/strong><\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2364,366,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2365,367,'_elementor_template_type','wp-page'),(2366,367,'_elementor_version','3.13.4'),(2367,367,'_wp_page_template','elementor_canvas'),(2368,367,'_elementor_edit_mode','builder'),(2369,367,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2370,367,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":4.2999999999999998,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <a href=\\\"tel: 9641919191\\\"><strong>+91 - 9641-919191<\\/strong><\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2371,367,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2396,372,'_elementor_template_type','wp-page'),(2397,372,'_elementor_version','3.13.4'),(2398,372,'_wp_page_template','elementor_canvas'),(2399,372,'_elementor_edit_mode','builder'),(2400,372,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2401,372,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":4.2999999999999998,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <a href=\\\"tel: 9641919191\\\"><strong>+91 - 9641-919191<\\/strong><\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2402,372,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2404,373,'_elementor_template_type','wp-page'),(2405,373,'_elementor_version','3.13.4'),(2406,373,'_wp_page_template','elementor_canvas'),(2407,373,'_elementor_edit_mode','builder'),(2408,373,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2409,373,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":4.2999999999999998,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <a href=\\\"tel: 9641919191\\\"><strong>+91 - 9641-919191<\\/strong><\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: 9641919191\\u200b\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2410,373,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2412,374,'_elementor_template_type','wp-page'),(2413,374,'_elementor_version','3.13.4'),(2414,374,'_wp_page_template','elementor_canvas'),(2415,374,'_elementor_edit_mode','builder'),(2416,374,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2417,374,'_elementor_data','[{\"id\":\"0703748\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"f89f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"cfb6726\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"edc965b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"8c78eb5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false}},\"elements\":[{\"id\":\"177654e\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: +91 - 9641-919191\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":78}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8b3971\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":40,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"277\",\"url\":\"https:\\/\\/lead.sharpsight.in\\/wp-content\\/uploads\\/2023\\/06\\/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg\"},\"background_overlay_position\":\"center center\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"__globals__\":{\"background_color\":\"\"},\"_title\":\"Header Heading Section\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"1cb70f4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0},\"elements\":[{\"id\":\"4c8c8ea1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Thank You\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=3af3b50\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":4.2999999999999998,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":3.5,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":2,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e797530\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"46df5aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"93ccd3c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your appointment has been successfully booked.\",\"header_size\":\"h6\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4467018\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please allow us sometime, and one of our representatives will soon get in touch with you.<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2bacc2c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>You can also reach us on: <a href=\\\"tel: 9641919191\\\" data-wplink-edit=\\\"true\\\"><strong>+91 - 9641-919191<\\/strong><\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"_margin\":{\"unit\":\"px\",\"top\":\"-27\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_shadow_text_shadow_type\":\"yes\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1da6c53\",\"elType\":\"widget\",\"settings\":{\"text\":\"Back to Home\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#166836\",\"button_background_hover_color\":\"#FFFFFF\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#166836\",\"border_border\":\"solid\",\"border_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41bd286\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"b4fcd9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7d52bc6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nBetter Vision Deserves the Latest Technology\",\"header_size\":\"h3\",\"title_color\":\"#FFFBFB\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"8abebc7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#FFFFFF00\"},\"elements\":[{\"id\":\"80e98dd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Know More\",\"align\":\"center\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#166836\",\"background_color\":\"#FDFDFD\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"https:\\/\\/sharpsight.in\\/cataract-eye-surgery\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"button_hover_border_color\":\"#FFFFFF\",\"border_border\":\"solid\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"71b00ce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"19cb9cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"ddc8a56\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"ac9176d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"29bbe6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"a4690cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"9641919191\\u200b\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"tel: +91 - 9641-919191\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3c932c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"b64198a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ab362\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"\"},\"align_mobile\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2418,374,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(2420,289,'_elementor_controls_usage','a:6:{s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:5:\"align\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:11;s:21:\"space_between_widgets\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:9;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:2:{s:21:\"box_shadow_box_shadow\";i:2;s:13:\"border_radius\";i:1;}s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:7:{s:4:\"text\";i:4;s:5:\"align\";i:4;s:12:\"align_mobile\";i:2;s:4:\"link\";i:4;s:13:\"selected_icon\";i:1;s:10:\"icon_align\";i:1;s:11:\"icon_indent\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:18:{s:12:\"text_padding\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:25:\"typography_text_transform\";i:4;s:22:\"typography_line_height\";i:4;s:23:\"typography_word_spacing\";i:4;s:17:\"button_text_color\";i:4;s:16:\"background_color\";i:4;s:11:\"hover_color\";i:4;s:29:\"button_background_hover_color\";i:4;s:15:\"hover_animation\";i:4;s:25:\"button_hover_border_color\";i:2;s:13:\"border_border\";i:2;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:33:\"button_box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}s:14:\"_section_style\";a:2:{s:21:\"_element_width_mobile\";i:1;s:7:\"_margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:3;s:13:\"custom_height\";i:3;s:6:\"_title\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"z_index\";i:2;s:7:\"padding\";i:2;}s:19:\"_section_responsive\";a:1:{s:20:\"reverse_order_tablet\";i:1;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_color\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:11:\"header_size\";i:4;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:2;s:28:\"text_shadow_text_shadow_type\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(2422,375,'_elementor_edit_mode','builder'),(2423,375,'_elementor_template_type','wp-page'),(2424,375,'_elementor_version','3.13.4'),(2425,375,'_wp_page_template','elementor_canvas'),(2426,375,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2427,375,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2428,375,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(2430,376,'_elementor_edit_mode','builder'),(2431,376,'_elementor_template_type','wp-page'),(2432,376,'_elementor_version','3.13.4'),(2433,376,'_wp_page_template','elementor_canvas'),(2434,376,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2435,376,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2436,376,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(2438,377,'_elementor_edit_mode','builder'),(2439,377,'_elementor_template_type','wp-page'),(2440,377,'_elementor_version','3.13.4'),(2441,377,'_wp_page_template','elementor_canvas'),(2442,377,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2443,377,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2444,377,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(2446,48,'_elementor_controls_usage','a:12:{s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:8;s:10:\"image_size\";i:7;s:5:\"align\";i:6;s:7:\"link_to\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:6;s:6:\"height\";i:4;s:10:\"object-fit\";i:4;s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:16:\"_animation_delay\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_z_index\";i:2;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:52;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:46;s:16:\"content_position\";i:9;s:21:\"space_between_widgets\";i:4;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:38;s:6:\"margin\";i:13;s:11:\"_element_id\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:12;s:15:\"animation_delay\";i:9;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:6:{s:21:\"box_shadow_box_shadow\";i:6;s:13:\"border_radius\";i:9;s:26:\"box_shadow_box_shadow_type\";i:4;s:32:\"box_shadow_hover_box_shadow_type\";i:6;s:27:\"box_shadow_hover_box_shadow\";i:6;s:23:\"border_hover_transition\";i:6;}s:13:\"section_style\";a:3:{s:21:\"background_background\";i:8;s:16:\"background_color\";i:4;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:2:{s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:8:{s:4:\"text\";i:5;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;s:4:\"link\";i:5;s:13:\"selected_icon\";i:1;s:10:\"icon_align\";i:3;s:11:\"icon_indent\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:12:\"text_padding\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:22:\"typography_line_height\";i:2;s:23:\"typography_word_spacing\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:5;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:15:\"hover_animation\";i:5;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:6:\"height\";i:4;s:13:\"custom_height\";i:5;s:6:\"_title\";i:9;s:8:\"overflow\";i:5;s:6:\"layout\";i:1;s:15:\"column_position\";i:1;s:16:\"content_position\";i:4;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:16;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:7:\"z_index\";i:4;s:6:\"margin\";i:3;s:7:\"padding\";i:16;s:11:\"_element_id\";i:1;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:10;s:16:\"background_image\";i:4;s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:6;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_opacity\";i:4;s:24:\"background_overlay_color\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:22:\"typography_font_family\";i:2;s:10:\"text_color\";i:3;s:5:\"align\";i:5;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:20;s:11:\"header_size\";i:11;s:5:\"align\";i:13;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:10;s:8:\"_padding\";i:3;s:8:\"_z_index\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:5:{s:5:\"width\";i:7;s:5:\"align\";i:7;s:4:\"look\";i:7;s:4:\"text\";i:7;s:5:\"style\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:3:\"gap\";i:7;s:5:\"color\";i:5;}s:18:\"section_text_style\";a:10:{s:10:\"text_align\";i:6;s:12:\"text_spacing\";i:7;s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:6;s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:10:\"title_size\";i:6;s:4:\"view\";i:3;s:5:\"shape\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:3:{s:8:\"position\";i:3;s:26:\"content_vertical_alignment\";i:3;s:15:\"position_mobile\";i:3;}s:18:\"section_style_icon\";a:6:{s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:6;s:13:\"border_radius\";i:3;s:13:\"primary_color\";i:6;s:15:\"secondary_color\";i:3;s:21:\"hover_secondary_color\";i:3;}s:21:\"section_style_content\";a:14:{s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:6;s:17:\"description_color\";i:6;s:33:\"description_typography_typography\";i:6;s:34:\"description_typography_font_family\";i:6;s:32:\"description_typography_font_size\";i:6;s:34:\"description_typography_font_weight\";i:6;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:31:\"title_typography_text_transform\";i:3;s:28:\"title_typography_line_height\";i:3;s:29:\"title_typography_word_spacing\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:21:\"_element_width_mobile\";i:1;s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:3;s:17:\"_background_color\";i:3;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:3;s:27:\"_box_shadow_box_shadow_type\";i:3;s:22:\"_box_shadow_box_shadow\";i:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:2:{s:11:\"text_indent\";i:1;s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:5:{s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:7:\"_margin\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:5:\"shape\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:4:\"size\";i:3;s:13:\"border_radius\";i:3;s:13:\"primary_color\";i:3;s:15:\"secondary_color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_z_index\";i:3;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:2;}s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:2;s:13:\"image_overlay\";i:2;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:4:\"tabs\";i:6;s:13:\"selected_icon\";i:6;s:20:\"selected_active_icon\";i:6;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:6;}s:26:\"section_toggle_style_title\";a:7:{s:11:\"title_color\";i:6;s:16:\"tab_active_color\";i:6;s:27:\"title_typography_typography\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:31:\"title_typography_text_transform\";i:6;s:16:\"title_background\";i:6;}s:25:\"section_toggle_style_icon\";a:4:{s:10:\"icon_align\";i:6;s:10:\"icon_color\";i:6;s:17:\"icon_active_color\";i:6;s:10:\"icon_space\";i:6;}s:28:\"section_toggle_style_content\";a:5:{s:13:\"content_color\";i:6;s:29:\"content_typography_typography\";i:6;s:28:\"content_typography_font_size\";i:6;s:30:\"content_typography_font_weight\";i:6;s:24:\"content_background_color\";i:6;}}}}}'),(2448,378,'_wpcode_auto_insert','1'),(2449,378,'_wpcode_auto_insert_number','1'),(2450,379,'_wpcode_auto_insert','1'),(2451,379,'_wpcode_library_id','12'),(2492,388,'_elementor_edit_mode','builder'),(2493,388,'_elementor_template_type','wp-page'),(2494,388,'_elementor_version','3.13.4'),(2495,388,'_wp_page_template','elementor_canvas'),(2496,388,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(2497,388,'_elementor_data','[{\"id\":\"1b944bb8\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"1a66731a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"2d832b45\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1b0a5d0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"145e2249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"31110dd9\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"align_mobile\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\",\"_animation\":\"none\",\"animation_duration\":\"fast\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b9c48a\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":90,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Eye-Hospital.webp\",\"alt\":\"Sharp Sight - Best Eye Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=4306e2b\"},\"_title\":\"Home Hero Section\",\"overflow\":\"hidden\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.25,\"sizes\":[]}},\"elements\":[{\"id\":\"597192e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"5b3aae12\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>YOUR VISION, OUR PRIORITY<\\/strong><\\/p>\",\"typography_font_family\":\"Heebo\",\"__globals__\":{\"text_color\":\"\"},\"align_tablet\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c69f3b9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Book An Appointment For Lasik \",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1309bbd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"selected_icon\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hover_animation\":\"pulse\",\"align_tablet\":\"center\",\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ba34bed\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"-4\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":1,\"_title\":\"Benefit Section\",\"background_background\":\"classic\",\"background_color\":\"#16683600\"},\"elements\":[{\"id\":\"4ae2eeac\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"cc42e20\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"3a3c1474\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.404000000000003,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"121abb91\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"Benefit\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"7d1837b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"benefits with Sharp Sight\",\"header_size\":\"h3\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"ed9caf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.546999999999997,\"content_position\":\"bottom\",\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2fb1af0c\",\"elType\":\"widget\",\"settings\":{\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#FFFFFF\",\"editor\":\"<p>Over the years we have achieved a global reputation of being the best hospital for\\u00a0<em>LASIK laser eye surgery in Delhi-NCR<\\/em>.<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"73cc8490\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"%\",\"top\":\"1\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f50403e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"96c05a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-doctor\",\"library\":\"ekiticons\"},\"title_text\":\"Experienced Lasik Surgeons\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FCFCFC\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"rotate_mobile\":{\"unit\":\"deg\",\"size\":0},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"text_align_mobile\":\"left\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":445},\"_element_vertical_align_mobile\":\"flex-end\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"82c3cd9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ee2b2ab\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"Quality Service\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"676eefac\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2329b5a7\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-microscope\",\"library\":\"ekiticons\"},\"title_text\":\"Modern Technology\",\"description_text\":\"\",\"position\":\"left\",\"title_size\":\"h5\",\"icon_space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"primary_color\":\"\",\"hover_primary_color\":\"\",\"title_typography_typography\":\"\",\"title_color\":\"\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"\",\"secondary_color\":\"\",\"hover_secondary_color\":\"globals\\/colors?id=secondary\"},\"view\":\"stacked\",\"shape\":\"square\",\"icon_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"content_vertical_alignment\":\"middle\",\"position_mobile\":\"left\",\"icon_size_mobile\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"primary_color\":\"#FFFFFF\",\"secondary_color\":\"#166836\",\"hover_secondary_color\":\"#05C18E\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_weight\":\"400\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_space_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c8f993d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"About Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"323ccfb4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7e336572\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":333,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"24c0c73a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":258,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - Best Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":144,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4de731b3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"253383ab\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"about us\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4690bcaa\",\"elType\":\"widget\",\"settings\":{\"title\":\"we are a leading eye care hospital\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4fb9a98\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Customer Satisfaction\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\"},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"be4c87e\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Surgery Successs\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":95},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"88a84f3\",\"elType\":\"widget\",\"settings\":{\"ekit_progressbar_title\":\"Doctor Rating\",\"ekit_progressbar_background_background\":\"gradient\",\"ekit_progressbar_background_color\":\"#FFFFFF\",\"ekit_progressbar_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_track_color_background\":\"gradient\",\"ekit_progressbar_track_color_color\":\"#166836\",\"ekit_progressbar_track_color_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_progressbar_title_color\":\"#166836\",\"ekit_progressbar_percent_color\":\"#166836\",\"ekit_progressbar_percent_typography_typography\":\"custom\",\"ekit_progressbar_percent_typography_font_weight\":\"800\",\"ekit_progressbar_percentage\":85},\"elements\":[],\"widgetType\":\"elementskit-progressbar\"},{\"id\":\"7d23f368\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3331fe7c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Why Us Section\"},\"elements\":[{\"id\":\"4b7307a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"2\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_inline_size_tablet\":100,\"background_color\":\"#166836\",\"background_overlay_color\":\"#54595F\"},\"elements\":[{\"id\":\"4283caca\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"why choose us ?\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_mobile\":{\"unit\":\"%\",\"size\":75,\"sizes\":[]},\"color\":\"#FFFFFF\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto Slab\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"687efb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Better Vision Deserves the Latest Technology\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a2b7700\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"NABH Certified\",\"_id\":\"9ea46b9\"},{\"text\":\"14 World Class Eye Hospitals in India \",\"_id\":\"18916c1\"},{\"text\":\"World Class Infrastructure\",\"_id\":\"bf12549\"},{\"text\":\"Latest Technologies\",\"_id\":\"7598473\"},{\"text\":\"Highly Experienced and Trained Eye Specialists\",\"_id\":\"95ce2f1\"},{\"text\":\"More than 2 Decades of experience in Eye Care\",\"_id\":\"9f839f6\"},{\"text\":\"Treated more than 10 Lac delighted patients\",\"_id\":\"699b1bf\"},{\"text\":\"Delivering the high-quality eye treatment\",\"_id\":\"b9fb432\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_element_width\":\"initial\",\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=text\",\"icon_color\":\"\"},\"icon_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Heebo\",\"icon_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width_mobile\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":94.972999999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":306.51600000000002}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":false},{\"id\":\"72a0b5c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"space_between_widgets\":0,\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1563f41d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":262,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\",\"alt\":\"Sharp Sight - Better Vision Deserves The Latest Technology\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"134d667\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Heading Section\"},\"elements\":[{\"id\":\"5bc47b51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"18f0a80\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"services\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"\",\"text_color\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"77ced60f\",\"elType\":\"widget\",\"settings\":{\"title\":\"we provide the best for you\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"align_tablet\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"3dccd046\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"2537f49f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the\\u00a0<strong>best LASIK surgery in Delhi NCR<\\/strong>\\u00a0at an affordable cost.<\\/p>\",\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6d81c292\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Service Section\",\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"6354e77f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"10b88794\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"539aeab3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"55009c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5d60df2a\",\"elType\":\"widget\",\"settings\":{\"title\":\"LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6ffba74e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.\\u00a0<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"54f2214\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"11c34132\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"601ea46a\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"3c9ef24c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"5b6435ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"FEMTO LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f855a00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"296d6d9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"7314d623\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-medical\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"square\",\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-16\",\"left\":\"8\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-8\",\"left\":\"8\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"__globals__\":{\"primary_color\":\"\",\"secondary_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"secondary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e84be5d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"50bbeeb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":10,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=2fbc1db\"}},\"elements\":[{\"id\":\"ccec9d3\",\"elType\":\"widget\",\"settings\":{\"title\":\"TOUCHLESS LASIK\",\"header_size\":\"h4\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"739548c9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.<\\/p>\",\"align\":\"justify\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"25287883\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":257,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\",\"alt\":\"Sharp Sight - A Leading Eyecare Hospital\",\"source\":\"library\",\"size\":\"\"},\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"\"},\"_title\":\"Appointment Section\",\"background_position\":\"center center\",\"background_size\":\"cover\",\"reverse_order_tablet\":\"reverse-tablet\",\"reverse_order_mobile\":\"reverse-mobile\",\"background_overlay_color\":\"#166836\"},\"elements\":[{\"id\":\"722e25c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"4\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"3\",\"left\":\"2\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=60059fd\"},\"_inline_size_tablet\":100,\"_element_id\":\"form\"},\"elements\":[{\"id\":\"bb86e07\",\"elType\":\"widget\",\"settings\":{\"title\":\"At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"736be5d\",\"elType\":\"widget\",\"settings\":{\"ekit_ninja_form_id\":\"1\"},\"elements\":[],\"widgetType\":\"elementskit-ninja-forms\"}],\"isInner\":false},{\"id\":\"32a7f395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"4\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"1c7336b5\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"book now\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_mobile\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"71ad8d22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an appointment\",\"align\":\"left\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"title_color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=47ac70f\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"99d8f39\",\"elType\":\"widget\",\"settings\":{\"title\":\"+91 9641-919191\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"655e1c1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Before-Lasik.webp\",\"id\":234,\"size\":\"\",\"alt\":\"Before Lasik - After Lasik\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16372595\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Testimonial Section\"},\"elements\":[{\"id\":\"3cbe104f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"67f03b36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":269,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Sharp-Sight-Testimonial.webp\",\"alt\":\"Sharp Sight - Testimonial\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"right\",\"width\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_animation\":\"fadeInUp\",\"height_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"563b7de8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":182,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"object-fit\":\"cover\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"-39\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"_animation_delay\":100,\"height_mobile\":{\"unit\":\"px\",\"size\":110,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"583e3e8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"653432ed\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"align\":\"left\",\"look\":\"line_text\",\"text\":\"testimonial\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_align\":\"right\",\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=4b2d203\"},\"align_tablet\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":36,\"sizes\":[]},\"color\":\"#166836\",\"text_color\":\"#05C18E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.25,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"130df336\",\"elType\":\"widget\",\"settings\":{\"title\":\"what they say about Sharp Sight\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align_tablet\":\"left\",\"align\":\"left\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d92e612\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d121751\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"ekit_all_conditions_list\":[{\"_id\":\"3430a2a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"937f30f\",\"elType\":\"widget\",\"settings\":{\"ekit_testimonial_style\":\"style4\",\"ekit_testimonial_data\":[{\"client_name\":\"Vandana Jolly\",\"_id\":\"42f3647\",\"designation\":\"\",\"review\":\"\\\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\\\"\",\"client_photo\":{\"id\":166,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-4.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":96,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-14.png\"},\"client_logo_active\":{\"id\":97,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-15.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"},{\"client_name\":\"Arunabh Jain\",\"_id\":\"163e2ae\",\"designation\":\"\",\"review\":\"\\u201cI am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!\\u201d\",\"client_photo\":{\"id\":167,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":98,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-16.png\"},\"client_logo_active\":{\"id\":99,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-17.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\",\"rating\":\"4\"},{\"client_name\":\"Karakoti Vj\",\"_id\":\"3d3cce3\",\"designation\":\"\",\"review\":\"\\u201cSuperb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.\\u201d\",\"client_photo\":{\"id\":168,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharp-sight-review-3.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"client_logo\":{\"id\":100,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-18.png\"},\"client_logo_active\":{\"id\":101,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/placeholder-19.png\"},\"ekit_testimonial_background_group_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_testimonial_background_group_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_testimonial_background_group_slideshow_slide_duration\":\"5000\",\"ekit_testimonial_background_group_slideshow_transition_duration\":\"500\"}],\"ekit_testimonial_layout_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"25\",\"bottom\":\"60\",\"left\":\"25\",\"isLinked\":\"\"},\"ekit_testimonial_section_wraper_horizontal_alignment\":\"center\",\"ekit_testimonial_section_wraper_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_description_typography_typography\":\"custom\",\"ekit_testimonial_description_color\":\"#ffffff\",\"ekit_testimonial_section_wathermark_color\":\"#FFFFFF\",\"ekit_testimonial_section_wathermark_typography_typography\":\"custom\",\"ekit_testimonial_section_wathermark_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\"},\"ekit_testimonial_description_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_name_normal_color\":\"#000000\",\"ekit_testimonial_designation_normal_color\":\"rgba(0,0,0,0.5)\",\"ekit_testimonial_client_image_border_border\":\"solid\",\"ekit_testimonial_client_image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_testimonial_client_image_border_color\":\"#ffffff\",\"ekit_testimonial_client_image_size\":{\"unit\":\"px\",\"size\":\"80\"},\"box-shadow\":\"po[po[\",\"ekit_testimonial_client_image_box_shadow_box_shadow_type\":\"yes\",\"ekit_testimonial_client_image_box_shadow_box_shadow\":{\"horizontal\":\"20\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_testimonial_client_parent_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_client_author_container_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-187\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_testimonial_layout_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"ekit_testimonial_client_dot_background_background\":\"classic\",\"ekit_testimonial_client_dot_background_color\":\"#e7e7e7\",\"ekit_testimonial_client_dot_active_background_background\":\"classic\",\"ekit_testimonial_client_dot_active_background_color\":\"#2575fc\",\"ekit_testimonial_client_dot_active_width\":{\"unit\":\"px\",\"size\":\"16\"},\"ekit_testimonial_client_dot_active_height\":{\"unit\":\"px\",\"size\":\"16\"},\"width\":{\"unit\":\"px\",\"size\":\"-40\"},\"ekit_testimonial_layout_background_background\":\"gradient\",\"ekit_testimonial_layout_background_color\":\"#166836\",\"ekit_testimonial_layout_background_color_b\":\"#fe8f75\",\"ekit_testimonial_layout_background_gradient_angle\":{\"unit\":\"deg\",\"size\":\"-35\"},\"ekit_testimonial_top_bottom_spacing\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_testimonial_review_ratting_color\":\"#ffffff\",\"ekit_testimonial_nav_font_color\":\"#2575fc\",\"ekit_testimonial_nav_left_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_right_icon\":{\"unit\":\"%\",\"size\":\"-51\"},\"ekit_testimonial_nav_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_testimonial_nav_background_normal_color\":\"#ffffff\",\"ekit_testimonial_nav_box_shadow_normal_box_shadow\":{\"horizontal\":\"10\",\"vertical\":\"20\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.5)\"},\"ekit_testimonial_nav_background_hover_color\":\"#4054b2\",\"ekit_testimonial_nav_font_color_normal\":\"#2575fc\",\"ekit_all_conditions_list\":[{\"_id\":\"6dd4450\"}],\"ekit_testimonial_show_dot\":\"yes\",\"ekit_testimonial_loop\":\"yes\",\"ekit_testimonial_layout_background_color_stop\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_testimonial_speed\":1200,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"adb25ed\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c90004\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98bde10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18249a3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5f25600\",\"elType\":\"widget\",\"settings\":{\"title\":\"Touchless Lasik Surgery\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-1\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4de6ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>(From our experts)<\\/p>\",\"align_tablet\":\"left\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Heebo\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.90000000000000002,\"sizes\":[]},\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4172f8f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"bc04f0d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"363e4cd\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/Mmsz8YxZ2TY\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/sharpsight-lallantop.webp\",\"id\":228,\"size\":\"\",\"alt\":\"sharpsight - lallantop\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true},{\"id\":\"24eee28\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"animation\":\"fadeInRight\",\"animation_delay\":100,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_color\":\"#166836\",\"border_radius\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"55\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca50d0f\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/youtu.be\\/SB4-S-uUlS4\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"dailymotion_url\":\"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb\",\"show_image_overlay\":\"yes\",\"image_overlay\":{\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/touchless-lasik.webp\",\"id\":229,\"size\":\"\",\"alt\":\"touchless lasik\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"video\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"0ce4f66\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book an Appointment\",\"icon_align\":\"right\",\"hover_animation\":\"pulse\",\"_margin\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1799ed20\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#ECEDEE\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_fun_8\",\"ekit_all_conditions_list\":[{\"_id\":\"7f575db\"}],\"ekit_section_parallax_multi_items\":[],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ab659b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"91ee446\"}]},\"elements\":[{\"id\":\"6ed87765\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"ekit_all_conditions_list\":[{\"_id\":\"33fd45f\"}],\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"4ab4c0ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"6036590\"}]},\"elements\":[{\"id\":\"4d1cf245\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":500000,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Surgeries\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-communication\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"2a4614a\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-smile\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"11f2a969\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"2578721\"}]},\"elements\":[{\"id\":\"3f6e931d\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":24,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Eye Treatments\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-review\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"4d3c1e0\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-plus-square\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"5e6f4d4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"f472c94\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"381f1862\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":50,\"ekit_funfact_number_suffix\":\"+\",\"ekit_funfact_title_text\":\"Doctors\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-money-bag\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"709cce3\"}],\"ekit_funfact_icons\":{\"value\":\"fas fa-user\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"},{\"id\":\"12e1a33b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"ekit_all_conditions_list\":[{\"_id\":\"903a5e7\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"46e767e7\",\"elType\":\"widget\",\"settings\":{\"ekit_funfact_icon_image\":{\"id\":184,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/funfacts-icon-1.png\"},\"ekit_funfact_number\":14,\"ekit_funfact_number_suffix\":\"\",\"ekit_funfact_title_text\":\"Hospitals\",\"ekit_funfact_number_count_bottom_space\":{\"unit\":\"px\",\"size\":\"12\"},\"ekit_funfact_title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\"},\"ekit_funfact_icon_image_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_description_color\":\"#166836\",\"ekit_funfact_number_typography_typography\":\"custom\",\"ekit_funfact_number_typography_font_size\":{\"unit\":\"px\",\"size\":\"28\"},\"ekit_funfact_number_typography_font_weight\":\"700\",\"ekit_funfact_title_color\":\"#166836\",\"ekit_funfact_title_typography_typography\":\"custom\",\"ekit_funfact_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\"},\"ekit_funfact_bg_background\":\"classic\",\"ekit_funfact_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"28\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_kit_funfact_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"ekit_kit_funfact_border_color\":\"#53f995\",\"ekit_funfact_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_funfact_hover_border_bottom\":\"\",\"ekit_funfact_icon\":\"icon icon-trophy\",\"ekit_funfact_icon_primary_color\":\"#166836\",\"ekit_funfact_icon_secondary_color_normal\":\"#ffffff\",\"ekit_funfact_icon_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_funfact_icon_size\":{\"unit\":\"px\",\"size\":\"50\"},\"ekit_funfact_icon_padding\":{\"unit\":\"px\",\"size\":\"22\"},\"ekit_funfact_border_group_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_funfact_border_group_color\":\"#e7e7e7\",\"ekit_funfact_icon_space\":{\"unit\":\"px\",\"size\":\"25\"},\"ekit_funfact_icon_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_funfact_icon_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_funfact_super_text\":\"+\",\"jet_family_widget_flex_basis\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"jet_family_widget_flex_basis_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"jet_family_widget_flex_basis_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"5cafdbb\"}],\"ekit_funfact_icons\":{\"value\":\"far fa-hospital\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"ekit_funfact_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-funfact\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"37c75a11\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"padding\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"1\",\"bottom\":\"6\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"\"},\"_title\":\"Approach Section\",\"overflow\":\"hidden\",\"background_color\":\"#166836\",\"background_overlay_color\":\"#05C18E\"},\"elements\":[{\"id\":\"35c78730\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"72ad84bc\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"align\":\"center\",\"look\":\"line_text\",\"text\":\"Our Approach\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"text_spacing\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\",\"typography_typography\":\"globals\\/typography?id=0fe8c09\",\"text_color\":\"globals\\/colors?id=60059fd\"},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":47,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"6a22f059\",\"elType\":\"widget\",\"settings\":{\"title\":\"how it work ?\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ebe071e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"text_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28b54850\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"z_index\":1,\"overflow\":\"hidden\"},\"elements\":[{\"id\":\"7bd0f92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"ca31af3\",\"elType\":\"widget\",\"settings\":{\"title\":\"1\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aab7001\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-smartphone2\",\"library\":\"ekiticons\"},\"title_text\":\"Make an appointment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1257d167\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":100,\"_inline_size_tablet\":50},\"elements\":[{\"id\":\"225e91f\",\"elType\":\"widget\",\"settings\":{\"title\":\"2\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"67\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2923ceac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye2\",\"library\":\"ekiticons\"},\"title_text\":\"General Check Up\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"74052438\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation\":\"fadeInUp\",\"animation_delay\":200,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"a938a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"3\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"78\",\"bottom\":\"-7\",\"left\":\"10\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"66\",\"bottom\":\"-13\",\"left\":\"10\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"25\",\"isLinked\":false},\"_z_index\":1,\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=4306e2b\",\"typography_typography\":\"globals\\/typography?id=47ac70f\",\"title_color\":\"globals\\/colors?id=60059fd\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b07b226\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-eye3\",\"library\":\"ekiticons\"},\"title_text\":\"Get Treatment\",\"description_text\":\"\",\"title_size\":\"h4\",\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"_padding\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_box_shadow_box_shadow_type\":\"yes\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=6768f9c\",\"title_color\":\"globals\\/colors?id=primary\",\"description_typography_typography\":\"globals\\/typography?id=text\",\"description_color\":\"globals\\/colors?id=text\",\"primary_color\":\"\",\"_background_color\":\"globals\\/colors?id=60059fd\"},\"primary_color\":\"#166836\",\"title_color\":\"#1E1E1E\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"rem\",\"size\":1.5629999999999999,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.375,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.125,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"capitalize\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"description_color\":\"#7A7A7A\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Heebo\",\"description_typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"description_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.75,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"516da239\",\"elType\":\"widget\",\"settings\":{\"style\":\"dotted\",\"text\":\"Divider\",\"weight\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"-14\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"color\":\"globals\\/colors?id=60059fd\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5ccfcdd3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"custom_height\":{\"unit\":\"px\",\"size\":1200},\"content_position\":\"middle\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"25\",\"bottom\":\"100\",\"left\":\"25\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"7855cf37\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"404954d0\",\"elType\":\"widget\",\"settings\":{\"title\":\"FAQs\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"header_size\":\"h4\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dc0d512\",\"elType\":\"widget\",\"settings\":{\"title\":\"Most frequent questions and answers\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2afa8ade\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b49888c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"56966364\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is Lasik Procedure?\",\"tab_content\":\"<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you\\u2019re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"b1c3744\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e505fd\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What is the best time to get LASIK?\",\"tab_content\":\"<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4da5d4ff\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1767e2c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3bac502a\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are both eyes treated at one sitting during the LASIK procedure?\",\"tab_content\":\"<p>Patients normally prefer to have both eyes treated in one sitting.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"1e55b06d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"303ae898\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"What happens post-LASIK eye surgery?\",\"tab_content\":\"<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon\\u2019s directions.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"10292c14\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"middle\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"382a994b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4765f669\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Are there any risks and side effects of LASIK?\",\"tab_content\":\"<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#F3F3F3\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_color\":\"#FFFFFF\",\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true},{\"id\":\"3ff87395\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":25,\"spread\":0,\"color\":\"rgba(0,0,0,0.24)\"},\"border_hover_transition\":{\"unit\":\"px\",\"size\":1},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"63fcdd98\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Can LASIK be performed again?\",\"tab_content\":\"<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.<\\/p>\",\"_id\":\"8917714\"}],\"icon\":\"fa fa-arrow-circle-o-right\",\"icon_active\":\"fa fa-arrow-circle-o-right\",\"border_width\":{\"unit\":\"px\",\"size\":0},\"title_color\":\"#FFFFFF\",\"tab_active_color\":\"#FFFFFF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":18},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"uppercase\",\"icon_align\":\"right\",\"icon_color\":\"#FFFFFF\",\"icon_active_color\":\"#00ce1b\",\"icon_space\":{\"unit\":\"px\",\"size\":0},\"content_typography_typography\":\"custom\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16},\"content_typography_font_weight\":\"300\",\"title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.3999999999999999},\"selected_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"selected_active_icon\":{\"value\":\"far fa-arrow-alt-circle-right\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":true,\"selected_active_icon\":true},\"title_background\":\"#166836\",\"content_background_color\":\"#166836\",\"content_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0da18c5\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-25\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d484e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f691f4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\",\"color\":\"#166836\",\"weight\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c83fc4f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"vh\",\"size\":10,\"sizes\":[]},\"custom_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"custom_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"structure\":\"30\",\"z_index\":3,\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"dcb0888\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"_inline_size_tablet\":50,\"_inline_size_mobile\":58,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.15)\"}},\"elements\":[{\"id\":\"39e1505\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":87,\"url\":\"https:\\/\\/testsharplanding.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/05\\/sharpsightlogo.webp\",\"alt\":\"sharp sight - best eye hospital\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":69,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/lead.sharpsight.in\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"fdb8543\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":59.332999999999998,\"_inline_size_tablet\":50,\"_inline_size_mobile\":2,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"isInner\":false},{\"id\":\"ae6e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20,\"padding\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_mobile\":30},\"elements\":[{\"id\":\"be70efd\",\"elType\":\"widget\",\"settings\":{\"text\":\"book an appointment\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=60059fd\",\"background_color\":\"\",\"hover_color\":\"globals\\/colors?id=60059fd\",\"button_background_hover_color\":\"\",\"typography_typography\":\"globals\\/typography?id=efb4e47\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.0629999999999999,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#166836\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#166836\",\"link\":{\"url\":\"#form\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"f0503f8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#166836\"},\"elements\":[{\"id\":\"238c477\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d364034\",\"elType\":\"widget\",\"settings\":{\"title\":\"Copyright \\u00a9 2023. All rights reserved.\",\"header_size\":\"p\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=60059fd\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(2498,388,'_elementor_page_assets','a:1:{s:6:\"styles\";a:21:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";}}'),(2499,388,'_elementor_controls_usage','a:16:{s:5:\"image\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:8;s:10:\"image_size\";i:7;s:5:\"align\";i:6;s:7:\"link_to\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:6;s:6:\"height\";i:4;s:10:\"object-fit\";i:4;s:19:\"image_border_radius\";i:6;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:16:\"_animation_delay\";i:2;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_z_index\";i:2;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:52;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:46;s:16:\"content_position\";i:9;s:21:\"space_between_widgets\";i:4;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:3:{s:7:\"padding\";i:38;s:6:\"margin\";i:13;s:11:\"_element_id\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:2;s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:12;s:15:\"animation_delay\";i:9;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:6:{s:21:\"box_shadow_box_shadow\";i:6;s:13:\"border_radius\";i:9;s:26:\"box_shadow_box_shadow_type\";i:4;s:32:\"box_shadow_hover_box_shadow_type\";i:6;s:27:\"box_shadow_hover_box_shadow\";i:6;s:23:\"border_hover_transition\";i:6;}s:13:\"section_style\";a:3:{s:21:\"background_background\";i:8;s:16:\"background_color\";i:4;s:16:\"background_image\";i:1;}s:26:\"section_background_overlay\";a:2:{s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:8:{s:4:\"text\";i:5;s:5:\"align\";i:4;s:12:\"align_mobile\";i:3;s:4:\"link\";i:5;s:13:\"selected_icon\";i:1;s:10:\"icon_align\";i:3;s:11:\"icon_indent\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:13:{s:12:\"text_padding\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:2;s:22:\"typography_line_height\";i:2;s:23:\"typography_word_spacing\";i:2;s:17:\"button_text_color\";i:2;s:16:\"background_color\";i:5;s:11:\"hover_color\";i:2;s:29:\"button_background_hover_color\";i:2;s:15:\"hover_animation\";i:5;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:8:{s:6:\"height\";i:4;s:13:\"custom_height\";i:5;s:6:\"_title\";i:9;s:8:\"overflow\";i:5;s:6:\"layout\";i:1;s:15:\"column_position\";i:1;s:16:\"content_position\";i:4;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:16;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:4:{s:7:\"z_index\";i:4;s:6:\"margin\";i:3;s:7:\"padding\";i:16;s:11:\"_element_id\";i:1;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:2;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:10;s:16:\"background_image\";i:4;s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;s:16:\"background_color\";i:6;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_opacity\";i:4;s:24:\"background_overlay_color\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:22:\"typography_font_family\";i:2;s:10:\"text_color\";i:3;s:5:\"align\";i:5;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:20;s:11:\"header_size\";i:11;s:5:\"align\";i:13;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:3;s:20:\"typography_font_size\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:10;s:8:\"_padding\";i:3;s:8:\"_z_index\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:5:{s:5:\"width\";i:7;s:5:\"align\";i:7;s:4:\"look\";i:7;s:4:\"text\";i:7;s:5:\"style\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:3:{s:6:\"weight\";i:9;s:3:\"gap\";i:7;s:5:\"color\";i:5;}s:18:\"section_text_style\";a:10:{s:10:\"text_align\";i:6;s:12:\"text_spacing\";i:7;s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:23:\"typography_word_spacing\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:8:{s:13:\"selected_icon\";i:6;s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:8:\"position\";i:3;s:10:\"title_size\";i:6;s:4:\"view\";i:3;s:5:\"shape\";i:3;s:15:\"position_mobile\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:6:{s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:6;s:13:\"border_radius\";i:3;s:13:\"primary_color\";i:6;s:15:\"secondary_color\";i:3;s:21:\"hover_secondary_color\";i:3;}s:21:\"section_style_content\";a:15:{s:18:\"title_bottom_space\";i:3;s:26:\"content_vertical_alignment\";i:3;s:11:\"title_color\";i:6;s:17:\"description_color\";i:6;s:33:\"description_typography_typography\";i:6;s:34:\"description_typography_font_family\";i:6;s:32:\"description_typography_font_size\";i:6;s:34:\"description_typography_font_weight\";i:6;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:31:\"title_typography_text_transform\";i:3;s:28:\"title_typography_line_height\";i:3;s:29:\"title_typography_word_spacing\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:21:\"_element_width_mobile\";i:1;s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:3;s:17:\"_background_color\";i:3;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:3;s:27:\"_box_shadow_box_shadow_type\";i:3;s:22:\"_box_shadow_box_shadow\";i:3;}}}}s:23:\"elementskit-progressbar\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"ekit_progressbar_content\";a:2:{s:22:\"ekit_progressbar_title\";i:3;s:27:\"ekit_progressbar_percentage\";i:2;}}s:5:\"style\";a:4:{s:26:\"ekit_progressbar_bar_style\";a:3:{s:38:\"ekit_progressbar_background_background\";i:3;s:33:\"ekit_progressbar_background_color\";i:3;s:38:\"ekit_progressbar_background_color_stop\";i:3;}s:28:\"ekit_progressbar_track_style\";a:3:{s:39:\"ekit_progressbar_track_color_background\";i:3;s:34:\"ekit_progressbar_track_color_color\";i:3;s:39:\"ekit_progressbar_track_color_color_stop\";i:3;}s:28:\"ekit_progressbar_title_style\";a:1:{s:28:\"ekit_progressbar_title_color\";i:3;}s:30:\"ekit_progressbar_percent_style\";a:3:{s:30:\"ekit_progressbar_percent_color\";i:3;s:46:\"ekit_progressbar_percent_typography_typography\";i:3;s:47:\"ekit_progressbar_percent_typography_font_weight\";i:3;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:2:{s:11:\"text_indent\";i:1;s:10:\"icon_color\";i:1;}s:18:\"section_text_style\";a:5:{s:26:\"icon_typography_typography\";i:1;s:27:\"icon_typography_font_family\";i:1;s:25:\"icon_typography_font_size\";i:1;s:27:\"icon_typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:7:\"_margin\";i:1;s:21:\"_element_width_mobile\";i:1;s:21:\"_element_custom_width\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:5:\"shape\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:4:{s:4:\"size\";i:3;s:13:\"border_radius\";i:3;s:13:\"primary_color\";i:3;s:15:\"secondary_color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_z_index\";i:3;}}}}s:23:\"elementskit-ninja-forms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:22:\"ekit_ninja_section_tab\";a:1:{s:18:\"ekit_ninja_form_id\";i:1;}}}}s:23:\"elementskit-testimonial\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:41:\"ekit_testimonial_layout_section_tab_style\";a:1:{s:22:\"ekit_testimonial_style\";i:1;}s:34:\"ekit_testimonial_section_tab_style\";a:1:{s:21:\"ekit_testimonial_data\";i:1;}s:32:\"ekit_testimonial_layout_settings\";a:4:{s:35:\"ekit_testimonial_top_bottom_spacing\";i:1;s:25:\"ekit_testimonial_show_dot\";i:1;s:21:\"ekit_testimonial_loop\";i:1;s:22:\"ekit_testimonial_speed\";i:1;}}s:5:\"style\";a:8:{s:31:\"ekit_testimonial_section_layout\";a:8:{s:31:\"ekit_testimonial_layout_padding\";i:1;s:47:\"ekit_testimonial_client_parent_container_margin\";i:1;s:37:\"ekit_testimonial_layout_border_radius\";i:1;s:45:\"ekit_testimonial_layout_background_background\";i:1;s:40:\"ekit_testimonial_layout_background_color\";i:1;s:42:\"ekit_testimonial_layout_background_color_b\";i:1;s:49:\"ekit_testimonial_layout_background_gradient_angle\";i:1;s:45:\"ekit_testimonial_layout_background_color_stop\";i:1;}s:37:\"ekit_testimonial_section_wraper_style\";a:2:{s:52:\"ekit_testimonial_section_wraper_horizontal_alignment\";i:1;s:39:\"ekit_testimonial_section_wraper_padding\";i:1;}s:36:\"ekit_testimonial_content_description\";a:3:{s:50:\"ekit_testimonial_description_typography_typography\";i:1;s:34:\"ekit_testimonial_description_color\";i:1;s:35:\"ekit_testimonial_description_margin\";i:1;}s:41:\"ekit_testimonial_section_wathermark_style\";a:1:{s:41:\"ekit_testimonial_section_wathermark_color\";i:1;}s:39:\"ekit_testimonial_client_content_section\";a:8:{s:41:\"ekit_testimonial_client_name_normal_color\";i:1;s:41:\"ekit_testimonial_designation_normal_color\";i:1;s:43:\"ekit_testimonial_client_image_border_border\";i:1;s:42:\"ekit_testimonial_client_image_border_width\";i:1;s:42:\"ekit_testimonial_client_image_border_color\";i:1;s:34:\"ekit_testimonial_client_image_size\";i:1;s:56:\"ekit_testimonial_client_image_box_shadow_box_shadow_type\";i:1;s:51:\"ekit_testimonial_client_image_box_shadow_box_shadow\";i:1;}s:31:\"ekit_testimonial_client_dot_tab\";a:7:{s:41:\"ekit_testimonial_client_dot_border_radius\";i:1;s:49:\"ekit_testimonial_client_dot_background_background\";i:1;s:44:\"ekit_testimonial_client_dot_background_color\";i:1;s:56:\"ekit_testimonial_client_dot_active_background_background\";i:1;s:51:\"ekit_testimonial_client_dot_active_background_color\";i:1;s:40:\"ekit_testimonial_client_dot_active_width\";i:1;s:41:\"ekit_testimonial_client_dot_active_height\";i:1;}s:50:\"ekit_testimonial_section_testimonial_ratting_style\";a:1:{s:37:\"ekit_testimonial_review_ratting_color\";i:1;}s:30:\"ekit_testimonial_nav_style_tab\";a:7:{s:30:\"ekit_testimonial_nav_left_icon\";i:1;s:31:\"ekit_testimonial_nav_right_icon\";i:1;s:34:\"ekit_testimonial_nav_border_radius\";i:1;s:44:\"ekit_testimonial_nav_background_normal_color\";i:1;s:49:\"ekit_testimonial_nav_box_shadow_normal_box_shadow\";i:1;s:43:\"ekit_testimonial_nav_background_hover_color\";i:1;s:38:\"ekit_testimonial_nav_font_color_normal\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:5:\"video\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:2:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:2;}s:21:\"section_image_overlay\";a:2:{s:18:\"show_image_overlay\";i:2;s:13:\"image_overlay\";i:2;}}}}s:19:\"elementskit-funfact\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:25:\"ekit_funfact_section_icon\";a:2:{s:23:\"ekit_funfact_icon_image\";i:4;s:18:\"ekit_funfact_icons\";i:4;}s:28:\"ekit_funfact_content_section\";a:3:{s:19:\"ekit_funfact_number\";i:4;s:26:\"ekit_funfact_number_suffix\";i:4;s:23:\"ekit_funfact_title_text\";i:4;}s:27:\"ekit_funfact_settings_items\";a:1:{s:32:\"ekit_funfact_hover_border_bottom\";i:4;}}s:5:\"style\";a:4:{s:34:\"ekit_funfact_section_style_content\";a:9:{s:38:\"ekit_funfact_number_count_bottom_space\";i:4;s:31:\"ekit_funfact_title_bottom_space\";i:4;s:30:\"ekit_funfact_description_color\";i:4;s:41:\"ekit_funfact_number_typography_typography\";i:4;s:40:\"ekit_funfact_number_typography_font_size\";i:4;s:42:\"ekit_funfact_number_typography_font_weight\";i:4;s:24:\"ekit_funfact_title_color\";i:4;s:40:\"ekit_funfact_title_typography_typography\";i:4;s:39:\"ekit_funfact_title_typography_font_size\";i:4;}s:32:\"ekit_funfact_style_section_image\";a:1:{s:29:\"ekit_funfact_icon_image_space\";i:4;}s:37:\"ekit_funfact_section_background_style\";a:6:{s:26:\"ekit_funfact_bg_background\";i:4;s:23:\"ekit_funfact_bg_padding\";i:4;s:34:\"ekit_funfact_box_shadow_box_shadow\";i:4;s:29:\"ekit_kit_funfact_border_width\";i:4;s:29:\"ekit_kit_funfact_border_color\";i:4;s:27:\"ekit_funfact_border_radious\";i:4;}s:31:\"ekit_funfact_section_style_icon\";a:10:{s:31:\"ekit_funfact_icon_primary_color\";i:4;s:40:\"ekit_funfact_icon_secondary_color_normal\";i:4;s:31:\"ekit_funfact_icon_border_radius\";i:4;s:22:\"ekit_funfact_icon_size\";i:4;s:25:\"ekit_funfact_icon_padding\";i:4;s:31:\"ekit_funfact_border_group_width\";i:4;s:31:\"ekit_funfact_border_group_color\";i:4;s:23:\"ekit_funfact_icon_space\";i:4;s:50:\"ekit_funfact_icon_box_shadow_group_box_shadow_type\";i:4;s:45:\"ekit_funfact_icon_box_shadow_group_box_shadow\";i:4;}}}}s:9:\"accordion\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:7;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:4:\"tabs\";i:6;s:13:\"selected_icon\";i:6;s:20:\"selected_active_icon\";i:6;}}s:5:\"style\";a:4:{s:19:\"section_title_style\";a:1:{s:12:\"border_width\";i:6;}s:26:\"section_toggle_style_title\";a:7:{s:11:\"title_color\";i:6;s:16:\"tab_active_color\";i:6;s:27:\"title_typography_typography\";i:6;s:26:\"title_typography_font_size\";i:6;s:28:\"title_typography_font_weight\";i:6;s:31:\"title_typography_text_transform\";i:6;s:16:\"title_background\";i:6;}s:25:\"section_toggle_style_icon\";a:4:{s:10:\"icon_align\";i:6;s:10:\"icon_color\";i:6;s:17:\"icon_active_color\";i:6;s:10:\"icon_space\";i:6;}s:28:\"section_toggle_style_content\";a:5:{s:13:\"content_color\";i:6;s:29:\"content_typography_typography\";i:6;s:28:\"content_typography_font_size\";i:6;s:30:\"content_typography_font_weight\";i:6;s:24:\"content_background_color\";i:6;}}}}}'),(2501,48,'_oembed_80061d564b277653193e4a5835ca1bc9','{{unknown}}'),(2502,48,'_edit_last','1'),(2503,48,'_yoast_wpseo_focuskw','Touchless LASIK Surgery'),(2504,48,'_yoast_wpseo_title','Touchless LASIK Surgery in Delhi NCR | Get Free Cost Estimate'),(2505,48,'_yoast_wpseo_metadesc','Touchless LASIK surgery is the safest procedure to get rid of glasses. Visit Sharp Sight Eye Hospitals for a safe LASIK procedure and say goodbye to your spectacles easily. Book your Appointment Now'),(2506,48,'_yoast_wpseo_linkdex','64'),(2507,48,'_yoast_wpseo_content_score','30'),(2508,48,'_yoast_wpseo_estimated-reading-time-minutes','7'),(2509,48,'_yoast_wpseo_canonical','https://lead.sharpsight.in/'),(2510,48,'_yoast_wpseo_wordproof_timestamp',''),(2635,389,'_wp_attached_file','2023/06/Untitled-design-12.png'),(2636,389,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:30:\"2023/06/Untitled-design-12.png\";s:8:\"filesize\";i:7700;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2637,390,'_wp_trash_meta_status','publish'),(2638,390,'_wp_trash_meta_time','1686740136'),(2639,391,'_field_1','dileep kumar'),(2640,391,'_field_10','(991) 178-7486'),(2641,391,'_field_11','dilip@gmail.com'),(2642,391,'_form_id','1'),(2643,391,'_seq_num','42'),(2644,392,'_field_1','deelip'),(2645,392,'_field_10','(999) 961-6367'),(2646,392,'_field_11','deelipkumarkushwaha@gmail.com'),(2647,392,'_form_id','1'),(2648,392,'_seq_num','43'),(2649,393,'_field_1','deelip'),(2650,393,'_field_10','(999) 961-6367'),(2651,393,'_field_11','digital@sharpsight.in'),(2652,393,'_form_id','1'),(2653,393,'_seq_num','44'),(2654,1,'ekit_post_views_count','227'),(2655,394,'_field_1','deelip'),(2656,394,'_field_10','(999) 961-6367'),(2657,394,'_field_11','digital@sharpsight.in'),(2658,394,'_form_id','1'),(2659,394,'_seq_num','45'),(2660,395,'_field_1','deelip'),(2661,395,'_field_10','(999) 961-6367'),(2662,395,'_field_11','deelipkumarkushwaha@gmail.com'),(2663,395,'_form_id','1'),(2664,395,'_seq_num','46'),(2665,396,'_field_1','deelip'),(2666,396,'_field_10','(999) 961-6367'),(2667,396,'_field_11','digital@sharpsight.in'),(2668,396,'_form_id','1'),(2669,396,'_seq_num','47'),(2670,397,'_field_1','deelip'),(2671,397,'_field_10','(999) 961-6367'),(2672,397,'_field_11','digital@sharpsight.in'),(2673,397,'_form_id','1'),(2674,397,'_seq_num','48'),(2675,398,'_field_1','deelip'),(2676,398,'_field_10','(999) 961-6367'),(2677,398,'_field_11','digital@sharpsight.in'),(2678,398,'_form_id','1'),(2679,398,'_seq_num','49'),(2682,399,'_field_1','deelip'),(2683,399,'_field_10','(999) 961-6367'),(2684,399,'_field_11','digital@sharpsight.in'),(2685,399,'_form_id','1'),(2686,399,'_seq_num','50'),(2688,400,'_field_1','deelip'),(2689,400,'_field_10','(999) 961-6367'),(2690,400,'_field_11','deelipkumarkushwaha@gmail.com'),(2691,400,'_form_id','1'),(2692,400,'_seq_num','51'),(2693,401,'_field_1','deelip'),(2694,401,'_field_10','(999) 961-6367'),(2695,401,'_field_11','deelipkumarkushwaha@gmail.com'),(2696,401,'_form_id','1'),(2697,401,'_seq_num','52'),(2698,402,'_field_1','M.Ahamed Monu'),(2699,402,'_field_10','(903) 752-7142'),(2700,402,'_field_11',''),(2701,402,'_form_id','1'),(2702,402,'_seq_num','53'),(2703,403,'_field_1','Rishabh Singh'),(2704,403,'_field_10','(950) 849-4363'),(2705,403,'_field_11','mailmerishabhs@gmail.com'),(2706,403,'_form_id','1'),(2707,403,'_seq_num','54'),(2708,404,'_field_1','Shlok '),(2709,404,'_field_10','(800) 584-2841'),(2710,404,'_field_11','Shlok8076@gmail.com'),(2711,404,'_form_id','1'),(2712,404,'_seq_num','55'),(2713,405,'_field_1','Aarush Gupta '),(2714,405,'_field_10','(975) 394-3552'),(2715,405,'_field_11','mohini1650@gmail.com'),(2716,405,'_form_id','1'),(2717,405,'_seq_num','56'),(2718,406,'_field_1','Siddharth'),(2719,406,'_field_10','(078) 382-9970'),(2720,406,'_field_11','Siddharthkumar814@gmail.com'),(2721,406,'_form_id','1'),(2722,406,'_seq_num','57'),(2723,407,'_field_1','Itumeleng'),(2724,407,'_field_10','(061) 466-2776'),(2725,407,'_field_11','ngubaneitumeleng@gmail.com'),(2726,407,'_form_id','1'),(2727,407,'_seq_num','58'),(2728,408,'_field_1','03163861506'),(2729,408,'_field_10','(031) 638-6150'),(2730,408,'_field_11',''),(2731,408,'_form_id','1'),(2732,408,'_seq_num','59'),(2733,409,'_field_1','HANS RAJ KUMAWAT'),(2734,409,'_field_10','(756) 886-0290'),(2735,409,'_field_11','vikasraj6166@gmail.com'),(2736,409,'_form_id','1'),(2737,409,'_seq_num','60'),(2738,410,'_field_1','Kajal'),(2739,410,'_field_10','(844) 846-2524'),(2740,410,'_field_11','yadavkajal8448@gmail.com'),(2741,410,'_form_id','1'),(2742,410,'_seq_num','61'),(2743,411,'_field_1','Rajan soni'),(2744,411,'_field_10','(964) 845-3264'),(2745,411,'_field_11','rajansoni32@gmail.com'),(2746,411,'_form_id','1'),(2747,411,'_seq_num','62'),(2748,412,'_field_1','NEERAJ '),(2749,412,'_field_10','(828) 514-8202'),(2750,412,'_field_11','neerajkhanna20@gmail.com'),(2751,412,'_form_id','1'),(2752,412,'_seq_num','63'),(2753,413,'_field_1','Krishan Raj Krishan Raj'),(2754,413,'_field_10','(191) 636-0864'),(2755,413,'_field_11','kkrishanraj39@gmail.com'),(2756,413,'_form_id','1'),(2757,413,'_seq_num','64'),(2758,414,'_field_1','Sebastian mc'),(2759,414,'_field_10','(989) 510-4575'),(2760,414,'_field_11','mcsebastian650@gmail.com'),(2761,414,'_form_id','1'),(2762,414,'_seq_num','65'),(2763,415,'_field_1','Gurdayal Arora'),(2764,415,'_field_10','(981) 091-9024'),(2765,415,'_field_11','gurdayal.ar@gmail.com'),(2766,415,'_form_id','1'),(2767,415,'_seq_num','66'),(2768,416,'_field_1','9421673029'),(2769,416,'_field_10','(942) 167-3029'),(2770,416,'_field_11','9421673029@gmail.com'),(2771,416,'_form_id','1'),(2772,416,'_seq_num','67'),(2773,417,'_field_1','Faizan '),(2774,417,'_field_10','(112) 345-5789'),(2775,417,'_field_11',''),(2776,417,'_form_id','1'),(2777,417,'_seq_num','68'),(2778,418,'_field_1','Jay thakar'),(2779,418,'_field_10','(702) 003-2284'),(2780,418,'_field_11','thakar61915@gmail.com'),(2781,418,'_form_id','1'),(2782,418,'_seq_num','69'),(2783,419,'_field_1','Shlok patel'),(2784,419,'_field_10','(942) 214-9606'),(2785,419,'_field_11',''),(2786,419,'_form_id','1'),(2787,419,'_seq_num','70'),(2788,420,'_field_1','Sanjay Garg'),(2789,420,'_field_10','(981) 830-3268'),(2790,420,'_field_11','lg.lakshaygarg@gmail.com'),(2791,420,'_form_id','1'),(2792,420,'_seq_num','71'),(2793,421,'_field_1','test 22'),(2794,421,'_field_10','(701) 784-8108'),(2795,421,'_field_11','shivendra@whatthehell.co'),(2796,421,'_form_id','1'),(2797,421,'_seq_num','72'),(2798,422,'_field_1','MDurga pratap Pratap'),(2799,422,'_field_10','(917) 739-5117'),(2800,422,'_field_11','durgapratap1953@gmail.com'),(2801,422,'_form_id','1'),(2802,422,'_seq_num','73'),(2803,423,'_field_1','दिनेश'),(2804,423,'_field_10','(636) 796-5931'),(2805,423,'_field_11',''),(2806,423,'_form_id','1'),(2807,423,'_seq_num','74'),(2808,424,'_field_1','Ankit tak'),(2809,424,'_field_10','(895) 292-3272'),(2810,424,'_field_11','ankittak22@gmail.com'),(2811,424,'_form_id','1'),(2812,424,'_seq_num','75'),(2813,425,'_field_1','R gnanasekaran'),(2814,425,'_field_10','(936) 328-8123'),(2815,425,'_field_11','gnanasekaranralagopal@gmail.co'),(2816,425,'_form_id','1'),(2817,425,'_seq_num','76'),(2818,426,'_field_1','S K Rajak '),(2819,426,'_field_10','(970) 133-6786'),(2820,426,'_field_11','rajakskskrajak7@gmail.com'),(2821,426,'_form_id','1'),(2822,426,'_seq_num','77'),(2823,427,'_field_1','Sunaina Micheal'),(2824,427,'_field_10','(920) 521-3689'),(2825,427,'_field_11','dickye@gmail.com'),(2826,427,'_form_id','1'),(2827,427,'_seq_num','78'),(2828,428,'_field_1','Kalpesh nayak'),(2829,428,'_field_10','(635) 263-7165'),(2830,428,'_field_11','kalpeshnayak517@gmail.com'),(2831,428,'_form_id','1'),(2832,428,'_seq_num','79'),(2833,429,'_field_1','Amit Gupta'),(2834,429,'_field_10','(700) 042-2865'),(2835,429,'_field_11','amitggu12@gmail.com'),(2836,429,'_form_id','1'),(2837,429,'_seq_num','80'),(2838,430,'_field_1','Sharad'),(2839,430,'_field_10','(790) 500-4474'),(2840,430,'_field_11','rd688296@gmail.com'),(2841,430,'_form_id','1'),(2842,430,'_seq_num','81'),(2843,431,'_field_1','Sunita devi'),(2844,431,'_field_10','(989) 970-8156'),(2845,431,'_field_11',''),(2846,431,'_form_id','1'),(2847,431,'_seq_num','82'),(2848,432,'_field_1','Himanshi Kashyap'),(2849,432,'_field_10','(099) 582-3996'),(2850,432,'_field_11','himanshik1208@gmail.com'),(2851,432,'_form_id','1'),(2852,432,'_seq_num','83'),(2853,433,'_field_1','fiazali'),(2854,433,'_field_10','(030) 049-8736'),(2855,433,'_field_11','fiazallii7654333@gmail.com'),(2856,433,'_form_id','1'),(2857,433,'_seq_num','84'),(2858,434,'_field_1','Rajesh'),(2859,434,'_field_10','(954) 053-6283'),(2860,434,'_field_11','pankajjayanth322210@gmail.com'),(2861,434,'_form_id','1'),(2862,434,'_seq_num','85'),(2863,435,'_field_1','K.chandrayudu'),(2864,435,'_field_10','(944) 041-0148'),(2865,435,'_field_11','kuruguntachandrayudu@gmail.com'),(2866,435,'_form_id','1'),(2867,435,'_seq_num','86'),(2868,436,'_field_1','Shuvradeep ghosh '),(2869,436,'_field_10','(983) 262-2761'),(2870,436,'_field_11','shuvradeepghosh9832@gmail.com'),(2871,436,'_form_id','1'),(2872,436,'_seq_num','87'),(2873,437,'_field_1','Goutam Paliwal '),(2874,437,'_field_10','(637) 634-7773'),(2875,437,'_field_11','gautampaliwal1997@gmail.com'),(2876,437,'_form_id','1'),(2877,437,'_seq_num','88'),(2878,438,'_field_1','Efvhjh t 6e5zguugitc'),(2879,438,'_field_10','(680) 584-5850'),(2880,438,'_field_11',''),(2881,438,'_form_id','1'),(2882,438,'_seq_num','89'),(2883,439,'_field_1','03155182660'),(2884,439,'_field_10','(031) 551-8266'),(2885,439,'_field_11',''),(2886,439,'_form_id','1'),(2887,439,'_seq_num','90'),(2888,440,'_field_1','Sabitha'),(2889,440,'_field_10','(637) 452-9543'),(2890,440,'_field_11','sabitha928@gmail.com'),(2891,440,'_form_id','1'),(2892,440,'_seq_num','91'),(2893,441,'_field_1','Mayank '),(2894,441,'_field_10','(997) 145-2364'),(2895,441,'_field_11',''),(2896,441,'_form_id','1'),(2897,441,'_seq_num','92'),(2898,442,'_field_1','Bhanu kumar'),(2899,442,'_field_10','(706) 582-4544'),(2900,442,'_field_11','bhanurajput.8860@gmail.com'),(2901,442,'_form_id','1'),(2902,442,'_seq_num','93'),(2903,443,'_field_1','Kaustuv Pradhan '),(2904,443,'_field_10','(098) 313-7139'),(2905,443,'_field_11','kaustuvpradhan8@gmail.com'),(2906,443,'_form_id','1'),(2907,443,'_seq_num','94'),(2908,444,'_field_1','Trinabh Sharma '),(2909,444,'_field_10','(999) 967-8228'),(2910,444,'_field_11','miss_snow88@yahoo.co.in'),(2911,444,'_form_id','1'),(2912,444,'_seq_num','95'),(2913,445,'_field_1','Punam prajapati'),(2914,445,'_field_10','(837) 605-7463'),(2915,445,'_field_11','punamprajapati546@gmail.com'),(2916,445,'_form_id','1'),(2917,445,'_seq_num','96'),(2918,446,'_field_1','Brijkishor gupta '),(2919,446,'_field_10','(977) 368-6144'),(2920,446,'_field_11','brijkishorg491@gmail.com'),(2921,446,'_form_id','1'),(2922,446,'_seq_num','97'),(2923,447,'_field_1','Agamya premi'),(2924,447,'_field_10','(850) 606-7768'),(2925,447,'_field_11','premi_mukesh@rediffmail.com'),(2926,447,'_form_id','1'),(2927,447,'_seq_num','98'),(2928,448,'_field_1','Yash yadav'),(2929,448,'_field_10','(991) 192-1904'),(2930,448,'_field_11','Ppgy1987@gmail.com'),(2931,448,'_form_id','1'),(2932,448,'_seq_num','99'),(2933,449,'_field_1','Ruchika'),(2934,449,'_field_10','(798) 871-7742'),(2935,449,'_field_11','Krishan42334@gmail.com'),(2936,449,'_form_id','1'),(2937,449,'_seq_num','100'),(2938,450,'_field_1','Arun Gulati '),(2939,450,'_field_10','(991) 009-3652'),(2940,450,'_field_11',''),(2941,450,'_form_id','1'),(2942,450,'_seq_num','101'),(2943,451,'_field_1','Agamya premi '),(2944,451,'_field_10','(850) 606-7768'),(2945,451,'_field_11','premi_mukesh@rediffmail.com'),(2946,451,'_form_id','1'),(2947,451,'_seq_num','102'),(2948,452,'_field_1','Mohinder Kumar Gandhi'),(2949,452,'_field_10','(981) 808-7888'),(2950,452,'_field_11','mkgdesigngroup@gmail.com'),(2951,452,'_form_id','1'),(2952,452,'_seq_num','103'),(2953,453,'_field_1','Kshitij Gupta '),(2954,453,'_field_10','(986) 830-6625'),(2955,453,'_field_11',''),(2956,453,'_form_id','1'),(2957,453,'_seq_num','104'),(2958,454,'_field_1','Kiran '),(2959,454,'_field_10','(852) 748-0920'),(2960,454,'_field_11','kr126452@gmail.com'),(2961,454,'_form_id','1'),(2962,454,'_seq_num','105'),(2963,455,'_field_1','Dhananjay ghosh'),(2964,455,'_field_10','(965) 493-1689'),(2965,455,'_field_11',''),(2966,455,'_form_id','1'),(2967,455,'_seq_num','106'),(2968,456,'_field_1','Dinesh kumar'),(2969,456,'_field_10','(931) 041-9772'),(2970,456,'_field_11','dineshrastogi@yahoo.com'),(2971,456,'_form_id','1'),(2972,456,'_seq_num','107'),(2973,457,'_field_1','SREESH'),(2974,457,'_field_10','(999) 973-9588'),(2975,457,'_field_11','delhiitesreesh@gmail.com'),(2976,457,'_form_id','1'),(2977,457,'_seq_num','108'),(2978,458,'_field_1','Mudasir'),(2979,458,'_field_10','(700) 621-5449'),(2980,458,'_field_11',''),(2981,458,'_form_id','1'),(2982,458,'_seq_num','109'),(2983,459,'_field_1','Md. RAFIK sk '),(2984,459,'_field_10','(900) 268-1517'),(2985,459,'_field_11',''),(2986,459,'_form_id','1'),(2987,459,'_seq_num','110'),(2988,460,'_field_1','Vipin Sharma '),(2989,460,'_field_10','(987) 312-3378'),(2990,460,'_field_11','vipins_nitu@rediffmail.com'),(2991,460,'_form_id','1'),(2992,460,'_seq_num','111'),(2993,461,'_field_1','Shubham Sharma '),(2994,461,'_field_10','(981) 155-7382'),(2995,461,'_field_11','ishupandat981155@gmail.com'),(2996,461,'_form_id','1'),(2997,461,'_seq_num','112'),(2998,462,'_field_1','Nabla'),(2999,462,'_field_10','(917) 006-3516'),(3000,462,'_field_11','jkaluminium.kp@gmail.com'),(3001,462,'_form_id','1'),(3002,462,'_seq_num','113'),(3003,463,'_field_1','Pinki'),(3004,463,'_field_10','(892) 085-8050'),(3005,463,'_field_11','pinki575757@gmail.com'),(3006,463,'_form_id','1'),(3007,463,'_seq_num','114'),(3008,464,'_field_1','Neha '),(3009,464,'_field_10','(977) 392-6489'),(3010,464,'_field_11','misskashyap2628@gmail.com'),(3011,464,'_form_id','1'),(3012,464,'_seq_num','115'),(3013,465,'_field_1','Ayesha '),(3014,465,'_field_10','(958) 274-6833'),(3015,465,'_field_11','ayeshasiddqui3776@email.com'),(3016,465,'_form_id','1'),(3017,465,'_seq_num','116'),(3018,466,'_field_1','Poonam Rani '),(3019,466,'_field_10','(886) 058-2972'),(3020,466,'_field_11','ashishkam395@gmail.com'),(3021,466,'_form_id','1'),(3022,466,'_seq_num','117'),(3023,467,'_field_1','Khushboo Tanwar'),(3024,467,'_field_10','(956) 078-0011'),(3025,467,'_field_11','tanwarkhushboo1819@gmail.com'),(3026,467,'_form_id','1'),(3027,467,'_seq_num','118'),(3028,468,'_field_1','Bhimsen singh'),(3029,468,'_field_10','(919) 236-4182'),(3030,468,'_field_11','anitasingh999666@gmail.com'),(3031,468,'_form_id','1'),(3032,468,'_seq_num','119'),(3033,469,'_field_1','UPKAR SRIVASTAV'),(3034,469,'_field_10','(708) 016-4300'),(3035,469,'_field_11','ups6300@gmail.com'),(3036,469,'_form_id','1'),(3037,469,'_seq_num','120'),(3038,470,'_field_1','Manisha '),(3039,470,'_field_10','(999) 974-9906'),(3040,470,'_field_11','manishateotia54@gmail.com'),(3041,470,'_form_id','1'),(3042,470,'_seq_num','121'),(3043,471,'_field_1','Sana'),(3044,471,'_field_10','(886) 000-7650'),(3045,471,'_field_11','sanakhanam.avanti@gmail.com'),(3046,471,'_form_id','1'),(3047,471,'_seq_num','122'),(3048,472,'_field_1','Pinki'),(3049,472,'_field_10','(892) 085-8050'),(3050,472,'_field_11','pinki575757@gmail.com'),(3051,472,'_form_id','1'),(3052,472,'_seq_num','123'),(3053,473,'_field_1','Hfpgh'),(3054,473,'_field_10','(910) 392-6008'),(3055,473,'_field_11',''),(3056,473,'_form_id','1'),(3057,473,'_seq_num','124'),(3058,474,'_field_1','Nitish'),(3059,474,'_field_10','(863) 045-6327'),(3060,474,'_field_11','ns3216879@gmail.com'),(3061,474,'_form_id','1'),(3062,474,'_seq_num','125'),(3063,475,'_field_1','Nidesha Joshi'),(3064,475,'_field_10','(958) 201-8832'),(3065,475,'_field_11','akashrajput9811@email.com'),(3066,475,'_form_id','1'),(3067,475,'_seq_num','126'),(3068,476,'_field_1','Nasir Ali'),(3069,476,'_field_10','(995) 390-8023'),(3070,476,'_field_11','shahbaz.ind@gmail.com'),(3071,476,'_form_id','1'),(3072,476,'_seq_num','127'),(3073,477,'_field_1','Rajat sahni'),(3074,477,'_field_10','(991) 144-5819'),(3075,477,'_field_11','Rajatsahni26@gmail.com'),(3076,477,'_form_id','1'),(3077,477,'_seq_num','128'),(3078,478,'_field_1','zainab'),(3079,478,'_field_10','(836) 817-7922'),(3080,478,'_field_11','muneerzaidi110@gmail.com'),(3081,478,'_form_id','1'),(3082,478,'_seq_num','129'),(3083,479,'_field_1','Gani'),(3084,479,'_field_10','(986) 876-4917'),(3085,479,'_field_11','ganikhan531@gmail.com'),(3086,479,'_form_id','1'),(3087,479,'_seq_num','130'),(3088,480,'_field_1','Amit'),(3089,480,'_field_10','(828) 522-4732'),(3090,480,'_field_11','muntinoawan@gmail.com'),(3091,480,'_form_id','1'),(3092,480,'_seq_num','131'),(3093,481,'_field_1','Iqra Ali '),(3094,481,'_field_10','(849) 405-7957'),(3095,481,'_field_11','rjfocv@gmail.com'),(3096,481,'_form_id','1'),(3097,481,'_seq_num','132'),(3098,482,'_field_1','test8'),(3099,482,'_field_10','(701) 784-8108'),(3100,482,'_field_11','shivendra@whatthehell.co'),(3101,482,'_form_id','1'),(3102,482,'_seq_num','133'),(3103,483,'_field_1','deelip kushwaha'),(3104,483,'_field_10','(099) 996-1636'),(3105,483,'_field_11','manisha.sharpsight@gmail.com'),(3106,483,'_form_id','1'),(3107,483,'_seq_num','134'),(3108,484,'_field_1','mukesh'),(3109,484,'_field_10','(981) 878-7437'),(3110,484,'_field_11','mukeshnarang1976@gamil.com'),(3111,484,'_form_id','1'),(3112,484,'_seq_num','135'),(3113,485,'_field_1','Kanishk Kumar Isharwal'),(3114,485,'_field_10','(971) 782-5595'),(3115,485,'_field_11','ashokisharwal1973@gmail.com'),(3116,485,'_form_id','1'),(3117,485,'_seq_num','136'),(3118,486,'_field_1','Praveen Kumar'),(3119,486,'_field_10','(846) 297-5364'),(3120,486,'_field_11','patelpraveenkumar23@gmail.com'),(3121,486,'_form_id','1'),(3122,486,'_seq_num','137'),(3123,487,'_field_1','Radha devi'),(3124,487,'_field_10','(449) 650-4721'),(3125,487,'_field_11','Satpalpanditpandit@gmail.com'),(3126,487,'_form_id','1'),(3127,487,'_seq_num','138'),(3128,488,'_field_1','vikas'),(3129,488,'_field_10','(987) 127-6114'),(3130,488,'_field_11','vikasraghav8410@gmail.com'),(3131,488,'_form_id','1'),(3132,488,'_seq_num','139'),(3133,489,'_field_1','Disha Satija'),(3134,489,'_field_10','(828) 739-2492'),(3135,489,'_field_11','dishasatija108@gmail.com'),(3136,489,'_form_id','1'),(3137,489,'_seq_num','140'),(3138,490,'_field_1','Ranjita Gupta'),(3139,490,'_field_10','(854) 205-1276'),(3140,490,'_field_11','kaushalverma322@gmail.com'),(3141,490,'_form_id','1'),(3142,490,'_seq_num','141'),(3143,491,'_field_1','Uttam pandey'),(3144,491,'_field_10','(991) 054-3666'),(3145,491,'_field_11','raj134@gmail.com'),(3146,491,'_form_id','1'),(3147,491,'_seq_num','142'),(3148,492,'_field_1','Varsha chauhan '),(3149,492,'_field_10','(958) 298-4484'),(3150,492,'_field_11','varsha9798@gmail.com'),(3151,492,'_form_id','1'),(3152,492,'_seq_num','143'),(3153,493,'_field_1','Ridhima goel'),(3154,493,'_field_10','(991) 047-4050'),(3155,493,'_field_11',''),(3156,493,'_form_id','1'),(3157,493,'_seq_num','144'),(3158,494,'_field_1','Yashwant Sagar'),(3159,494,'_field_10','(706) 134-1954'),(3160,494,'_field_11','sagar706baba@gmail.com'),(3161,494,'_form_id','1'),(3162,494,'_seq_num','145'),(3163,495,'_field_1','Megha Haldwal'),(3164,495,'_field_10','(870) 012-8144'),(3165,495,'_field_11','meghahaldwal@gmail.com'),(3166,495,'_form_id','1'),(3167,495,'_seq_num','146'),(3168,496,'_field_1','deelip'),(3169,496,'_field_10','(999) 961-6367'),(3170,496,'_field_11','digital@sharpsight.in'),(3171,496,'_form_id','1'),(3172,496,'_seq_num','147'),(3173,497,'_field_1','Yuvika singh'),(3174,497,'_field_10','(880) 860-4222'),(3175,497,'_field_11','siddharthasingh29@yahoo.com'),(3176,497,'_form_id','1'),(3177,497,'_seq_num','148'),(3178,498,'_field_1','Krishn kumar'),(3179,498,'_field_10','(777) 986-4652'),(3180,498,'_field_11','ak8416039@gmail.com'),(3181,498,'_form_id','1'),(3182,498,'_seq_num','149'),(3183,499,'_field_1','Himani'),(3184,499,'_field_10','(886) 088-1553'),(3185,499,'_field_11','singhdham779@gmail.com'),(3186,499,'_form_id','1'),(3187,499,'_seq_num','150'),(3188,500,'_field_1','Mudasir Ahmad lone '),(3189,500,'_field_10','(849) 383-1581'),(3190,500,'_field_11','lm629604@gmail.com'),(3191,500,'_form_id','1'),(3192,500,'_seq_num','151'),(3193,501,'_field_1','Shashi singh palawat'),(3194,501,'_field_10','(946) 085-0873'),(3195,501,'_field_11','jagjeetsinghkavia90@gmail.com'),(3196,501,'_form_id','1'),(3197,501,'_seq_num','152'),(3198,502,'_field_1','Arjun madan'),(3199,502,'_field_10','(999) 955-5640'),(3200,502,'_field_11','arjunmadan85@gmail.com'),(3201,502,'_form_id','1'),(3202,502,'_seq_num','153'),(3203,503,'_field_1','Mansi Sewaliya'),(3204,503,'_field_10','(981) 154-3674'),(3205,503,'_field_11','mishasept1601@gmail.com'),(3206,503,'_form_id','1'),(3207,503,'_seq_num','154'),(3208,504,'_field_1','Mukesh kumar'),(3209,504,'_field_10','(931) 120-5504'),(3210,504,'_field_11',''),(3211,504,'_form_id','1'),(3212,504,'_seq_num','155'),(3213,505,'_field_1','Sunil Goel'),(3214,505,'_field_10','(921) 060-2516'),(3215,505,'_field_11','bhavyagoel98110@gmail.com'),(3216,505,'_form_id','1'),(3217,505,'_seq_num','156'),(3218,506,'_field_1','Sunil Goel '),(3219,506,'_field_10','(921) 060-2516'),(3220,506,'_field_11','bhavyagoel98110@gmail.com'),(3221,506,'_form_id','1'),(3222,506,'_seq_num','157'),(3223,507,'_field_1','Sunil Goel '),(3224,507,'_field_10','(921) 060-2516'),(3225,507,'_field_11','bhavyagoel98110@gmail.com'),(3226,507,'_form_id','1'),(3227,507,'_seq_num','158'),(3228,508,'_field_1','Nandini sharma'),(3229,508,'_field_10','(880) 028-1381'),(3230,508,'_field_11','jeetendersharma2013@gmail.com'),(3231,508,'_form_id','1'),(3232,508,'_seq_num','159'),(3233,509,'_field_1','Shivani sharma'),(3234,509,'_field_10','(892) 098-6555'),(3235,509,'_field_11','jeetendersharma2013@gmail.com'),(3236,509,'_form_id','1'),(3237,509,'_seq_num','160'),(3238,510,'_field_1','Gungun'),(3239,510,'_field_10','(704) 261-1967'),(3240,510,'_field_11','Gungunkaur7503@gmail.com'),(3241,510,'_form_id','1'),(3242,510,'_seq_num','161'),(3243,511,'_field_1','Raghav'),(3244,511,'_field_10','(925) 512-2122'),(3245,511,'_field_11','rajindert1@gmil.com'),(3246,511,'_form_id','1'),(3247,511,'_seq_num','162'),(3248,512,'_field_1','Adit chauhan'),(3249,512,'_field_10','(921) 293-6953'),(3250,512,'_field_11',''),(3251,512,'_form_id','1'),(3252,512,'_seq_num','163'),(3253,513,'_field_1','Ishan'),(3254,513,'_field_10','(874) 489-6786'),(3255,513,'_field_11','Ishan2014187@gmail.com'),(3256,513,'_form_id','1'),(3257,513,'_seq_num','164'),(3258,514,'_field_1','Ishan'),(3259,514,'_field_10','(976) 100-1171'),(3260,514,'_field_11','khaninsar64@gmail.com'),(3261,514,'_form_id','1'),(3262,514,'_seq_num','165'),(3263,515,'_field_1','Neha Rawat'),(3264,515,'_field_10','(729) 099-1632'),(3265,515,'_field_11','neha.bhagat2309@gmail.com'),(3266,515,'_form_id','1'),(3267,515,'_seq_num','166'),(3268,516,'_field_1','Mukul'),(3269,516,'_field_10','(805) 181-5604'),(3270,516,'_field_11','mukul.mayank.41999@gmail.com'),(3271,516,'_form_id','1'),(3272,516,'_seq_num','167'),(3273,517,'_field_1','Rushika Singh'),(3274,517,'_field_10','(999) 013-5801'),(3275,517,'_field_11','rahulsingh3183@gmail.com'),(3276,517,'_form_id','1'),(3277,517,'_seq_num','168'),(3278,518,'_field_1','Santosh'),(3279,518,'_field_10','(740) 869-3039'),(3280,518,'_field_11','santoshdwivedi1980@gmail.com'),(3281,518,'_form_id','1'),(3282,518,'_seq_num','169'),(3283,519,'_field_1','Manish Badoni '),(3284,519,'_field_10','(987) 342-2390'),(3285,519,'_field_11','manishbadoni@gmail.com'),(3286,519,'_form_id','1'),(3287,519,'_seq_num','170'),(3288,520,'_field_1','Mukul'),(3289,520,'_field_10','(911) 707-3434'),(3290,520,'_field_11','mukul41999mayank@gmail.com'),(3291,520,'_form_id','1'),(3292,520,'_seq_num','171'),(3293,521,'_field_1','Rahul Yadav'),(3294,521,'_field_10','(911) 707-3434'),(3295,521,'_field_11','mukul.mayank41999@gmail.com'),(3296,521,'_form_id','1'),(3297,521,'_seq_num','172'),(3298,522,'_field_1','Bharat Kumar'),(3299,522,'_field_10','(995) 307-6147'),(3300,522,'_field_11','bkumar4003@gmail.com'),(3301,522,'_form_id','1'),(3302,522,'_seq_num','173'),(3303,523,'_field_1','Bhawna Jha '),(3304,523,'_field_10','(981) 871-4977'),(3305,523,'_field_11','pkjha742@gmail.com'),(3306,523,'_form_id','1'),(3307,523,'_seq_num','174'),(3308,524,'_field_1','Irshad '),(3309,524,'_field_10','(735) 506-8189'),(3310,524,'_field_11',''),(3311,524,'_form_id','1'),(3312,524,'_seq_num','175'),(3313,525,'_field_1','Pooja'),(3314,525,'_field_10','(931) 504-7773'),(3315,525,'_field_11','khushbookholiya2@gmail.com'),(3316,525,'_form_id','1'),(3317,525,'_seq_num','176'),(3318,526,'_field_1','Kshitij Vashistha'),(3319,526,'_field_10','(701) 118-5832'),(3320,526,'_field_11','panditumakant26@gmail.com'),(3321,526,'_form_id','1'),(3322,526,'_seq_num','177'),(3323,527,'_field_1','Shailendra Ray'),(3324,527,'_field_10','(965) 056-1675'),(3325,527,'_field_11','sonuray98441@gmail.com'),(3326,527,'_form_id','1'),(3327,527,'_seq_num','178'),(3328,528,'_field_1','Lokesh kumar'),(3329,528,'_field_10','(981) 167-4070'),(3330,528,'_field_11','lokesh25kr@gmail.com'),(3331,528,'_form_id','1'),(3332,528,'_seq_num','179'),(3333,529,'_field_1','Sushila Rawat'),(3334,529,'_field_10','(813) 021-2107'),(3335,529,'_field_11',''),(3336,529,'_form_id','1'),(3337,529,'_seq_num','180'),(3338,530,'_field_1','Naushad '),(3339,530,'_field_10','(951) 845-2779'),(3340,530,'_field_11','naushadalam9518@gmail.com'),(3341,530,'_form_id','1'),(3342,530,'_seq_num','181'),(3343,531,'_field_1','Khalid'),(3344,531,'_field_10','(962) 259-6842'),(3345,531,'_field_11','khalidsyee211@gmail.com'),(3346,531,'_form_id','1'),(3347,531,'_seq_num','182'),(3348,532,'_field_1','AASHAQ HUSSAIN KUMAR '),(3349,532,'_field_10','(600) 637-2191'),(3350,532,'_field_11','omaiskashmiri777@gmail.com'),(3351,532,'_form_id','1'),(3352,532,'_seq_num','183'),(3353,533,'_field_1','Usha bansal'),(3354,533,'_field_10','(886) 036-6365'),(3355,533,'_field_11','aasthab214@gmail.com'),(3356,533,'_form_id','1'),(3357,533,'_seq_num','184'),(3358,534,'_field_1','Karan Chitra '),(3359,534,'_field_10','(965) 423-5467'),(3360,534,'_field_11','karan.chitra12@gmail.com'),(3361,534,'_form_id','1'),(3362,534,'_seq_num','185'),(3363,535,'_field_1','Arman ansari'),(3364,535,'_field_10','(709) 140-9708'),(3365,535,'_field_11','armanmlik7091@gmail.com'),(3366,535,'_form_id','1'),(3367,535,'_seq_num','186'),(3368,536,'_field_1','Jitender '),(3369,536,'_field_10','(870) 090-0639'),(3370,536,'_field_11','jitubh143@gmail.com'),(3371,536,'_form_id','1'),(3372,536,'_seq_num','187'),(3373,537,'_field_1','Aryan Jain'),(3374,537,'_field_10','(892) 067-2883'),(3375,537,'_field_11','Aryanjainn27082003@gmail.com'),(3376,537,'_form_id','1'),(3377,537,'_seq_num','188'),(3378,538,'_field_1','Love '),(3379,538,'_field_10','(750) 519-5059'),(3380,538,'_field_11','lovesuryavansi3@gmail.com'),(3381,538,'_form_id','1'),(3382,538,'_seq_num','189'),(3383,539,'_field_1','deelip'),(3384,539,'_field_10','(999) 961-6367'),(3385,539,'_field_11','digital@sharpsight.in'),(3386,539,'_form_id','1'),(3387,539,'_seq_num','190'),(3388,540,'_field_1','deelip'),(3389,540,'_field_10','(999) 961-6367'),(3390,540,'_field_11','digital@sharpsight.in'),(3391,540,'_form_id','1'),(3392,540,'_seq_num','191'),(3393,541,'_field_1','Mayank jaiswal '),(3394,541,'_field_10','(789) 887-5519'),(3395,541,'_field_11','mayankjaiswal508@gmail.com'),(3396,541,'_form_id','1'),(3397,541,'_seq_num','192'),(3398,542,'_field_1','ranjan kumar singh'),(3399,542,'_field_10','(919) 981-3029'),(3400,542,'_field_11','cs1555000@gmail.com'),(3401,542,'_form_id','1'),(3402,542,'_seq_num','193'),(3403,543,'_field_1','Nirbhay kumar '),(3404,543,'_field_10','(766) 720-4010'),(3405,543,'_field_11','5nirbhaykr@gmail.com'),(3406,543,'_form_id','1'),(3407,543,'_seq_num','194'),(3408,544,'_field_1','Harshit Sharma '),(3409,544,'_field_10','(828) 586-0252'),(3410,544,'_field_11','panditharshit1909@gmail.com'),(3411,544,'_form_id','1'),(3412,544,'_seq_num','195'),(3413,545,'_field_1','Urmila sharma '),(3414,545,'_field_10','(989) 909-2220'),(3415,545,'_field_11','omkarpant986@gmail.com'),(3416,545,'_form_id','1'),(3417,545,'_seq_num','196'),(3418,546,'_field_1','Tamanna '),(3419,546,'_field_10','(981) 107-0837'),(3420,546,'_field_11','bhawna.kalyani22@gmail.com'),(3421,546,'_form_id','1'),(3422,546,'_seq_num','197'),(3423,547,'_field_1','Deepak'),(3424,547,'_field_10','(742) 806-9954'),(3425,547,'_field_11','poojasinghhh401@gmail.com'),(3426,547,'_form_id','1'),(3427,547,'_seq_num','198'),(3428,548,'_field_1','Kamran Ayoub'),(3429,548,'_field_10','(962) 270-0367'),(3430,548,'_field_11','mohammadayoubbhat9@gmail.com'),(3431,548,'_form_id','1'),(3432,548,'_seq_num','199'),(3433,549,'_field_1','Suum'),(3434,549,'_field_10','(959) 608-9634'),(3435,549,'_field_11','meerhilal43@gmail.com'),(3436,549,'_form_id','1'),(3437,549,'_seq_num','200'),(3438,550,'_field_1','Ashok'),(3439,550,'_field_10','(934) 083-7478'),(3440,550,'_field_11','ashok.035top@gmail.com'),(3441,550,'_form_id','1'),(3442,550,'_seq_num','201'),(3443,551,'_field_1','Diksha '),(3444,551,'_field_10','(087) 503-3312'),(3445,551,'_field_11','dikshapandey1412@gmail.com'),(3446,551,'_form_id','1'),(3447,551,'_seq_num','202'),(3448,552,'_field_1','Balkishan Sharma'),(3449,552,'_field_10','(989) 926-6259'),(3450,552,'_field_11','balkishansharma.2006@gmail.com'),(3451,552,'_form_id','1'),(3452,552,'_seq_num','203'),(3453,553,'_field_1','HARSHITA GUPTA'),(3454,553,'_field_10','(959) 937-4397'),(3455,553,'_field_11','harshitagupta231997@gmail.com'),(3456,553,'_form_id','1'),(3457,553,'_seq_num','204'),(3458,554,'_field_1','THAKUR Singh'),(3459,554,'_field_10','(978) 594-5694'),(3460,554,'_field_11','harsh5102007@gmail.com'),(3461,554,'_form_id','1'),(3462,554,'_seq_num','205'),(3463,555,'_field_1','Bablu'),(3464,555,'_field_10','(955) 418-9791'),(3465,555,'_field_11','bablukumar955418@gmali.com'),(3466,555,'_form_id','1'),(3467,555,'_seq_num','206'),(3468,556,'_field_1','Ghulzarahmad'),(3469,556,'_field_10','(954) 165-0102'),(3470,556,'_field_11',''),(3471,556,'_form_id','1'),(3472,556,'_seq_num','207'),(3473,557,'_field_1','Beena devi'),(3474,557,'_field_10','(964) 336-9226'),(3475,557,'_field_11','anujshrivastav001@gmail.com'),(3476,557,'_form_id','1'),(3477,557,'_seq_num','208'),(3478,558,'_field_1','PARKHI SINGH'),(3479,558,'_field_10','(986) 808-4674'),(3480,558,'_field_11','radiogyan@yahoo.com'),(3481,558,'_form_id','1'),(3482,558,'_seq_num','209'),(3483,559,'_field_1','Jayteen jain'),(3484,559,'_field_10','(999) 900-0422'),(3485,559,'_field_11','jayteenjain@gmail.com'),(3486,559,'_form_id','1'),(3487,559,'_seq_num','210'),(3488,560,'_field_1','Neha Singhal'),(3489,560,'_field_10','(987) 367-3038'),(3490,560,'_field_11','nehasinghal1185@gmail.com'),(3491,560,'_form_id','1'),(3492,560,'_seq_num','211'),(3493,561,'_field_1','Anjum GUPTA'),(3494,561,'_field_10','(901) 333-7462'),(3495,561,'_field_11','anjumdk123@gmail.com'),(3496,561,'_form_id','1'),(3497,561,'_seq_num','212'),(3498,562,'_field_1','Suhaib khan '),(3499,562,'_field_10','(742) 878-6374'),(3500,562,'_field_11','sk1181652@gmail.com'),(3501,562,'_form_id','1'),(3502,562,'_seq_num','213'),(3503,563,'_field_1','Anjali Singh '),(3504,563,'_field_10','(965) 413-8919'),(3505,563,'_field_11',''),(3506,563,'_form_id','1'),(3507,563,'_seq_num','214'),(3508,564,'_field_1','Kedar S panchakshire'),(3509,564,'_field_10','(097) 316-4101'),(3510,564,'_field_11','kedarp644@gmail.com'),(3511,564,'_form_id','1'),(3512,564,'_seq_num','215'),(3513,565,'_field_1','Deepa jain'),(3514,565,'_field_10','(931) 296-3132'),(3515,565,'_field_11',''),(3516,565,'_form_id','1'),(3517,565,'_seq_num','216'),(3518,566,'_field_1','Faizan Majid'),(3519,566,'_field_10','(959) 653-1693'),(3520,566,'_field_11','advocatefaizanmajid@gmail.com'),(3521,566,'_form_id','1'),(3522,566,'_seq_num','217'),(3523,567,'_field_1','ajay bisht'),(3524,567,'_field_10','(954) 185-2646'),(3525,567,'_field_11','ajayrockincity@gmail.com'),(3526,567,'_form_id','1'),(3527,567,'_seq_num','218'),(3528,568,'_field_1','Swati agarwal'),(3529,568,'_field_10','(997) 115-8071'),(3530,568,'_field_11','agarwalvanshika202@gmail.com'),(3531,568,'_form_id','1'),(3532,568,'_seq_num','219'),(3533,569,'_field_1','Fatima'),(3534,569,'_field_10','(990) 649-8319'),(3535,569,'_field_11','Khuroo123@gmail.com'),(3536,569,'_form_id','1'),(3537,569,'_seq_num','220'),(3538,570,'_field_1','Golam rasool'),(3539,570,'_field_10','(999) 078-0663'),(3540,570,'_field_11','golamrasulqurashi@gmail.com'),(3541,570,'_form_id','1'),(3542,570,'_seq_num','221'),(3543,571,'_field_1','Laveena vohra '),(3544,571,'_field_10','(783) 805-1738'),(3545,571,'_field_11','vohralaveena0@gmail.com'),(3546,571,'_form_id','1'),(3547,571,'_seq_num','222'),(3548,572,'_field_1','Vijay pal'),(3549,572,'_field_10','(955) 594-9516'),(3550,572,'_field_11','radheytnu@gmail.com'),(3551,572,'_form_id','1'),(3552,572,'_seq_num','223'),(3553,573,'_field_1','Sourav '),(3554,573,'_field_10','(909) 755-2298'),(3555,573,'_field_11',''),(3556,573,'_form_id','1'),(3557,573,'_seq_num','224'),(3558,574,'_field_1','Anvika verma'),(3559,574,'_field_10','(954) 021-9330'),(3560,574,'_field_11','anjaliangel011@gmail.com'),(3561,574,'_form_id','1'),(3562,574,'_seq_num','225'),(3563,575,'_field_1','Anil Jain '),(3564,575,'_field_10','(092) 125-2334'),(3565,575,'_field_11','aniljain4847@gmail.com'),(3566,575,'_form_id','1'),(3567,575,'_seq_num','226'),(3569,576,'_field_1','Yash'),(3570,576,'_field_10','(906) 829-6556'),(3571,576,'_field_11',''),(3572,576,'_form_id','1'),(3573,576,'_seq_num','227'),(3574,577,'_field_1','Kritika Khandelwal'),(3575,577,'_field_10','(095) 829-8655'),(3576,577,'_field_11','kritikakhandelwal50@gmail.com'),(3577,577,'_form_id','1'),(3578,577,'_seq_num','228'),(3579,578,'_field_1','Dhiraj Kumar Singh'),(3580,578,'_field_10','(921) 146-9466'),(3581,578,'_field_11','dhirajsm93@gmail.com'),(3582,578,'_form_id','1'),(3583,578,'_seq_num','229'),(3584,579,'_field_1','Ajay Gandotra'),(3585,579,'_field_10','(971) 688-6012'),(3586,579,'_field_11','ajay_gandotra@yahoo.com'),(3587,579,'_form_id','1'),(3588,579,'_seq_num','230'),(3589,580,'_field_1','Snober '),(3590,580,'_field_10','(908) 675-7234'),(3591,580,'_field_11','snoberhilal@gmail.com'),(3592,580,'_form_id','1'),(3593,580,'_seq_num','231'),(3594,581,'_field_1','Hemlata '),(3595,581,'_field_10','(844) 813-2840'),(3596,581,'_field_11','ayushman22panchal@gmail.com'),(3597,581,'_form_id','1'),(3598,581,'_seq_num','232'),(3599,582,'_field_1','Utkarsh kumar'),(3600,582,'_field_10','(843) 423-5154'),(3601,582,'_field_11','utkarshst.36@gmail.com'),(3602,582,'_form_id','1'),(3603,582,'_seq_num','233'),(3604,583,'_field_1','Sangeeta shukla'),(3605,583,'_field_10','(997) 190-5736'),(3606,583,'_field_11',''),(3607,583,'_form_id','1'),(3608,583,'_seq_num','234'),(3609,584,'_field_1','Poonam sharma'),(3610,584,'_field_10','(813) 007-4021'),(3611,584,'_field_11','dhruvsharma480@gmail.com'),(3612,584,'_form_id','1'),(3613,584,'_seq_num','235'),(3614,585,'_field_1','Heera Devi'),(3615,585,'_field_10','(088) 609-5731'),(3616,585,'_field_11','jitenderkarya619@gmail.com'),(3617,585,'_form_id','1'),(3618,585,'_seq_num','236'),(3619,586,'_field_1','Subhankar'),(3620,586,'_field_10','(767) 998-6767'),(3621,586,'_field_11',''),(3622,586,'_form_id','1'),(3623,586,'_seq_num','237'),(3624,587,'_field_1','REKHA JAIN'),(3625,587,'_field_10','(093) 194-5614'),(3626,587,'_field_11','janil1813@gmail.com'),(3627,587,'_form_id','1'),(3628,587,'_seq_num','238'),(3629,588,'_field_1','Saksham gupta'),(3630,588,'_field_10','(971) 145-9891'),(3631,588,'_field_11','smriti_gupta1@rediffmail.com'),(3632,588,'_form_id','1'),(3633,588,'_seq_num','239'),(3634,589,'_field_1','Pabitra Mahato '),(3635,589,'_field_10','(963) 584-8428'),(3636,589,'_field_11','sanjitsarkar45@gmail.com'),(3637,589,'_form_id','1'),(3638,589,'_seq_num','240'),(3639,590,'_field_1','Amit kumar gupta'),(3640,590,'_field_10','(726) 883-7584'),(3641,590,'_field_11','amitmca4u@gmail.com'),(3642,590,'_form_id','1'),(3643,590,'_seq_num','241'),(3644,591,'_field_1','Asgar '),(3645,591,'_field_10','(885) 190-9774'),(3646,591,'_field_11','ps0818704@gmail.com'),(3647,591,'_form_id','1'),(3648,591,'_seq_num','242'),(3649,592,'_field_1','Kanchan'),(3650,592,'_field_10','(704) 890-2165'),(3651,592,'_field_11','kanchankashyapp@gmail.com'),(3652,592,'_form_id','1'),(3653,592,'_seq_num','243'),(3654,593,'_field_1','Sushma rani'),(3655,593,'_field_10','(996) 878-0120'),(3656,593,'_field_11',''),(3657,593,'_form_id','1'),(3658,593,'_seq_num','244'),(3659,594,'_field_1','VIJESH PV'),(3660,594,'_field_10','(943) 576-4393'),(3661,594,'_field_11','vijeshbiju504@gmail.com'),(3662,594,'_form_id','1'),(3663,594,'_seq_num','245'),(3664,595,'_field_1','Vikash Kumar Yadav'),(3665,595,'_field_10','(919) 794-6206'),(3666,595,'_field_11','pratham9794yadav@gmail.com'),(3667,595,'_form_id','1'),(3668,595,'_seq_num','246'),(3669,72,'_elementor_controls_usage','a:2:{s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}}'),(3670,69,'_elementor_controls_usage','a:2:{s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}}}}}'),(3671,68,'_elementor_controls_usage','a:2:{s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:1:{s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(3672,30,'_elementor_controls_usage','a:10:{s:7:\"heading\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:16;s:11:\"header_size\";i:7;s:5:\"align\";i:9;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:7;s:8:\"_padding\";i:3;s:8:\"_z_index\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:11;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:22:\"typography_font_family\";i:1;s:5:\"align\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:6:{s:4:\"text\";i:6;s:13:\"selected_icon\";i:5;s:10:\"icon_align\";i:6;s:11:\"icon_indent\";i:5;s:12:\"align_tablet\";i:2;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:15:\"hover_animation\";i:6;s:12:\"text_padding\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:29;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:29;s:16:\"content_position\";i:7;s:21:\"space_between_widgets\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:23;s:6:\"margin\";i:4;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:9;s:15:\"animation_delay\";i:6;}}s:5:\"style\";a:3:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:7;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;}s:26:\"section_background_overlay\";a:1:{s:26:\"background_overlay_opacity\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:16;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:6:{s:6:\"height\";i:2;s:13:\"custom_height\";i:2;s:6:\"_title\";i:10;s:8:\"overflow\";i:5;s:6:\"layout\";i:1;s:15:\"column_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:9;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:4;s:19:\"background_position\";i:2;s:15:\"background_size\";i:2;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:3;s:26:\"background_overlay_opacity\";i:4;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:8;s:7:\"z_index\";i:2;}s:19:\"_section_responsive\";a:2:{s:20:\"reverse_order_tablet\";i:1;s:20:\"reverse_order_mobile\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:5:{s:5:\"width\";i:8;s:5:\"align\";i:8;s:4:\"look\";i:8;s:4:\"text\";i:8;s:5:\"style\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_divider_style\";a:2:{s:6:\"weight\";i:9;s:3:\"gap\";i:8;}s:18:\"section_text_style\";a:2:{s:10:\"text_align\";i:6;s:12:\"text_spacing\";i:8;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:6;s:10:\"title_text\";i:6;s:16:\"description_text\";i:3;s:10:\"title_size\";i:6;s:4:\"view\";i:3;s:5:\"shape\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:3:{s:8:\"position\";i:3;s:26:\"content_vertical_alignment\";i:3;s:15:\"position_mobile\";i:3;}s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:6;s:13:\"border_radius\";i:3;}s:21:\"section_style_content\";a:1:{s:18:\"title_bottom_space\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:3;}s:15:\"_section_border\";a:3:{s:14:\"_border_radius\";i:3;s:27:\"_box_shadow_box_shadow_type\";i:3;s:22:\"_box_shadow_box_shadow\";i:3;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:5;s:10:\"image_size\";i:5;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:6:{s:5:\"width\";i:4;s:6:\"height\";i:4;s:10:\"object-fit\";i:4;s:19:\"image_border_radius\";i:5;s:32:\"image_box_shadow_box_shadow_type\";i:2;s:27:\"image_box_shadow_box_shadow\";i:2;}}s:8:\"advanced\";a:2:{s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:4;s:16:\"_animation_delay\";i:2;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_z_index\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:6;s:4:\"view\";i:4;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:6;}s:18:\"section_icon_style\";a:1:{s:11:\"text_indent\";i:2;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:14:\"_element_width\";i:2;s:8:\"_padding\";i:5;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:4;s:13:\"_border_width\";i:4;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:4:\"view\";i:3;s:5:\"shape\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:4:\"size\";i:3;s:13:\"border_radius\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_z_index\";i:3;}}}}}'),(3673,12,'_elementor_controls_usage','a:5:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:2;s:9:\"icon_list\";i:2;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:5:{s:13:\"divider_style\";i:1;s:14:\"divider_weight\";i:1;s:14:\"divider_height\";i:2;s:13:\"space_between\";i:2;s:7:\"divider\";i:1;}s:18:\"section_icon_style\";a:2:{s:9:\"icon_size\";i:2;s:15:\"icon_self_align\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:5;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:2:{s:6:\"height\";i:1;s:13:\"custom_height\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}s:14:\"section_border\";a:1:{s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:7:\"z_index\";i:1;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:12:\"text_padding\";i:1;}}}}}'),(3674,13,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:7;s:5:\"align\";i:7;s:11:\"header_size\";i:7;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:3;}}s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:3:{s:12:\"_inline_size\";i:9;s:16:\"content_position\";i:2;s:21:\"space_between_widgets\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:2;s:13:\"custom_height\";i:2;s:6:\"_title\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:3;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:4:{s:12:\"border_width\";i:1;s:13:\"border_radius\";i:1;s:12:\"border_color\";i:1;s:13:\"border_border\";i:1;}}s:8:\"advanced\";a:2:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:3;s:4:\"view\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:3;}s:18:\"section_icon_style\";a:4:{s:15:\"icon_self_align\";i:3;s:10:\"icon_color\";i:2;s:16:\"icon_color_hover\";i:2;s:11:\"text_indent\";i:1;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:2;s:27:\"icon_typography_font_family\";i:2;s:25:\"icon_typography_font_size\";i:2;s:27:\"icon_typography_font_weight\";i:2;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:3:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:20:\"section_social_style\";a:3:{s:10:\"icon_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_spacing\";i:1;}}}}}'),(3677,596,'_field_1','Amir bashir'),(3678,596,'_field_10','(600) 532-6494'),(3679,596,'_field_11','ratheramirrather786@gmail.com'),(3680,596,'_form_id','1'),(3681,596,'_seq_num','247'),(3683,597,'_field_1','Manish dutt '),(3684,597,'_field_10','(987) 140-1533'),(3685,597,'_field_11',''),(3686,597,'_form_id','1'),(3687,597,'_seq_num','248'),(3688,598,'_field_1','Manish dutt '),(3689,598,'_field_10','(987) 140-1533'),(3690,598,'_field_11',''),(3691,598,'_form_id','1'),(3692,598,'_seq_num','249'),(3693,599,'_field_1','Payal Nagar'),(3694,599,'_field_10','(098) 114-1550'),(3695,599,'_field_11','payalnagar33@gmail.com'),(3696,599,'_form_id','1'),(3697,599,'_seq_num','250'),(3698,600,'_field_1','Sharada '),(3699,600,'_field_10','(931) 006-6273'),(3700,600,'_field_11','shrutigarg9953@gmail.com'),(3701,600,'_form_id','1'),(3702,600,'_seq_num','251'),(3703,601,'_field_1','chandan singh'),(3704,601,'_field_10','(919) 981-3029'),(3705,601,'_field_11','cs1555000@gmail.com'),(3706,601,'_form_id','1'),(3707,601,'_seq_num','252'),(3708,602,'_field_1','Vaibhav'),(3709,602,'_field_10','(996) 830-7649'),(3710,602,'_field_11',''),(3711,602,'_form_id','1'),(3712,602,'_seq_num','253'),(3713,603,'_field_1','Payal Nagar'),(3714,603,'_field_10','(098) 114-1550'),(3715,603,'_field_11','payalnagar33@gmail.com'),(3716,603,'_form_id','1'),(3717,603,'_seq_num','254'),(3718,604,'_field_1','Keerat kour arora'),(3719,604,'_field_10','(999) 997-7385'),(3720,604,'_field_11','Satindervinnysingh@gmail.com'),(3721,604,'_form_id','1'),(3722,604,'_seq_num','255'),(3723,605,'_field_1','Abhishek '),(3724,605,'_field_10','(995) 806-4901'),(3725,605,'_field_11','abhi.as2899@gmail.com'),(3726,605,'_form_id','1'),(3727,605,'_seq_num','256'),(3728,606,'_field_1','Neha Mishra '),(3729,606,'_field_10','(955) 528-0690'),(3730,606,'_field_11','nehachess23@gmail.com'),(3731,606,'_form_id','1'),(3732,606,'_seq_num','257'),(3733,607,'_field_1','Kunal'),(3734,607,'_field_10','(971) 711-1750'),(3735,607,'_field_11','singhkunal6655@gmail.com'),(3736,607,'_form_id','1'),(3737,607,'_seq_num','258'),(3738,608,'_field_1','Rajmati'),(3739,608,'_field_10','(098) 990-4897'),(3740,608,'_field_11','satyammot@gmail.com'),(3741,608,'_form_id','1'),(3742,608,'_seq_num','259'),(3743,609,'_field_1','Naresh Arora '),(3744,609,'_field_10','(989) 929-2561'),(3745,609,'_field_11','harshitarora504@gmail.com'),(3746,609,'_form_id','1'),(3747,609,'_seq_num','260'),(3748,610,'_field_1','Mumtaza'),(3749,610,'_field_10','(979) 700-5597'),(3750,610,'_field_11','aaqib0055@gmail.com'),(3751,610,'_form_id','1'),(3752,610,'_seq_num','261'),(3753,611,'_field_1','Prableen kaur'),(3754,611,'_field_10','(844) 852-8136'),(3755,611,'_field_11','prableen127@gmail.com'),(3756,611,'_form_id','1'),(3757,611,'_seq_num','262'),(3758,612,'_field_1','Adesdeep'),(3759,612,'_field_10','(858) 689-4731'),(3760,612,'_field_11','adesdeep1999@gmail.com'),(3761,612,'_form_id','1'),(3762,612,'_seq_num','263'),(3763,613,'_field_1','DHRUV CHAUHAN '),(3764,613,'_field_10','(965) 429-0135'),(3765,613,'_field_11','dc5846583@gmail.com'),(3766,613,'_form_id','1'),(3767,613,'_seq_num','264'),(3768,614,'_field_1','Nisa singh'),(3769,614,'_field_10','(971) 664-1090'),(3770,614,'_field_11',''),(3771,614,'_form_id','1'),(3772,614,'_seq_num','265'),(3773,615,'_field_1','Ashu tosh Bhatia '),(3774,615,'_field_10','(989) 140-1180'),(3775,615,'_field_11','neetabhatiafit@gmail.com'),(3776,615,'_form_id','1'),(3777,615,'_seq_num','266'),(3778,616,'_field_1','Amit yadav '),(3779,616,'_field_10','(870) 835-0365'),(3780,616,'_field_11','amityadav281099@gmail.com'),(3781,616,'_form_id','1'),(3782,616,'_seq_num','267'),(3783,617,'_field_1','Rihaan khan '),(3784,617,'_field_10','(987) 030-7632'),(3785,617,'_field_11','rihaankhankhan101@gmail.com'),(3786,617,'_form_id','1'),(3787,617,'_seq_num','268'),(3788,618,'_field_1','MUKESH KUMAR'),(3789,618,'_field_10','(870) 033-7406'),(3790,618,'_field_11','mukeshkumar880211@gmail.com'),(3791,618,'_form_id','1'),(3792,618,'_seq_num','269'),(3793,619,'_field_1','Ritesh'),(3794,619,'_field_10','(825) 279-0005'),(3795,619,'_field_11','roy254886@gmail.com'),(3796,619,'_form_id','1'),(3797,619,'_seq_num','270'),(3798,620,'_field_1','Chandan Singh Bangari'),(3799,620,'_field_10','(965) 089-6909'),(3800,620,'_field_11',''),(3801,620,'_form_id','1'),(3802,620,'_seq_num','271'),(3803,621,'_field_1','Romi Singh '),(3804,621,'_field_10','(931) 992-7649'),(3805,621,'_field_11','romi.waliya9319927@gmail.com'),(3806,621,'_form_id','1'),(3807,621,'_seq_num','272'),(3808,622,'_field_1','Sanjay '),(3809,622,'_field_10','(730) 360-1977'),(3810,622,'_field_11','sanjaybahadur240@gmail.com'),(3811,622,'_form_id','1'),(3812,622,'_seq_num','273'),(3813,623,'_field_1','Rajeshwari devi'),(3814,623,'_field_10','(807) 661-1776'),(3815,623,'_field_11','bunty9711942068@gmail.com'),(3816,623,'_form_id','1'),(3817,623,'_seq_num','274'),(3818,624,'_field_1','Pawan Kumar'),(3819,624,'_field_10','(099) 585-1333'),(3820,624,'_field_11','mayankenterprises3335@gmail.com'),(3821,624,'_form_id','1'),(3822,624,'_seq_num','275'),(3823,625,'_field_1','Aafiya'),(3824,625,'_field_10','(919) 309-2661'),(3825,625,'_field_11','aafiyaansari908@gmail.com'),(3826,625,'_form_id','1'),(3827,625,'_seq_num','276'),(3828,626,'_field_1','Renu jain'),(3829,626,'_field_10','(965) 489-8826'),(3830,626,'_field_11','ritikaj6034@gmail.com'),(3831,626,'_form_id','1'),(3832,626,'_seq_num','277'),(3833,627,'_field_1','Shrishti Choudhary'),(3834,627,'_field_10','(991) 162-3147'),(3835,627,'_field_11',''),(3836,627,'_form_id','1'),(3837,627,'_seq_num','278'),(3838,628,'_field_1','Archana Bhatnagar'),(3839,628,'_field_10','(976) 073-9081'),(3840,628,'_field_11','anuj968@gmail.com'),(3841,628,'_form_id','1'),(3842,628,'_seq_num','279'),(3843,629,'_field_1','Priyanshi singh'),(3844,629,'_field_10','(096) 544-5621'),(3845,629,'_field_11','mk2592171@gmail.com'),(3846,629,'_form_id','1'),(3847,629,'_seq_num','280'),(3848,630,'_field_1','Baljeet Singh'),(3849,630,'_field_10','(989) 960-4730'),(3850,630,'_field_11','baljeetbts@gmail.com'),(3851,630,'_form_id','1'),(3852,630,'_seq_num','281'),(3853,631,'_field_1','kanika'),(3854,631,'_field_10','(956) 081-5729'),(3855,631,'_field_11','KANIKA.JAIN0197@GMAIL.COM'),(3856,631,'_form_id','1'),(3857,631,'_seq_num','282'),(3858,632,'_field_1','Aman'),(3859,632,'_field_10','(959) 953-5213'),(3860,632,'_field_11','crazy6ix9nine@gmail.com'),(3861,632,'_form_id','1'),(3862,632,'_seq_num','283'),(3863,633,'_field_1','Ritish'),(3864,633,'_field_10','(821) 963-9423'),(3865,633,'_field_11','rkisgood123@gmail.com'),(3866,633,'_form_id','1'),(3867,633,'_seq_num','284'),(3868,634,'_field_1','Zeba Saifi '),(3869,634,'_field_10','(798) 216-2766'),(3870,634,'_field_11','zebasaifi146@gmail.com'),(3871,634,'_form_id','1'),(3872,634,'_seq_num','285'),(3873,635,'_field_1','Manish'),(3874,635,'_field_10','(919) 289-8812'),(3875,635,'_field_11','bhavyaarts1@gmail.com'),(3876,635,'_form_id','1'),(3877,635,'_seq_num','286'),(3878,636,'_field_1','minakshi'),(3879,636,'_field_10','(925) 020-8546'),(3880,636,'_field_11','vanshvansh121282@gmail.com'),(3881,636,'_form_id','1'),(3882,636,'_seq_num','287'),(3883,637,'_field_1','Nancy jain'),(3884,637,'_field_10','(846) 799-6861'),(3885,637,'_field_11','nitinjainca14@gmail.com'),(3886,637,'_form_id','1'),(3887,637,'_seq_num','288'),(3888,638,'_field_1','Roop Singh '),(3889,638,'_field_10','(917) 252-9665'),(3890,638,'_field_11','mehrarahul19710@gmail.com'),(3891,638,'_form_id','1'),(3892,638,'_seq_num','289'),(3893,639,'_field_1','S G Ranjan '),(3894,639,'_field_10','(766) 599-6651'),(3895,639,'_field_11','sgranjan12@gmail.com'),(3896,639,'_form_id','1'),(3897,639,'_seq_num','290'),(3898,640,'_field_1','Chitrangna Saxena'),(3899,640,'_field_10','(933) 627-3212'),(3900,640,'_field_11',''),(3901,640,'_form_id','1'),(3902,640,'_seq_num','291'),(3903,641,'_field_1','Mayank '),(3904,641,'_field_10','(965) 048-3537'),(3905,641,'_field_11','tvjio41@gmail.com'),(3906,641,'_form_id','1'),(3907,641,'_seq_num','292'),(3908,642,'_field_1','Mahabub khan'),(3909,642,'_field_10','(987) 105-8804'),(3910,642,'_field_11','ahmad.faraz1691@gmail.com'),(3911,642,'_form_id','1'),(3912,642,'_seq_num','293'),(3913,643,'_field_1','Dinesh Masih '),(3914,643,'_field_10','(981) 022-9081'),(3915,643,'_field_11','dineshmashi140@gmail.com'),(3916,643,'_form_id','1'),(3917,643,'_seq_num','294'),(3918,644,'_field_1','Deepanshu Gupta'),(3919,644,'_field_10','(981) 880-5352'),(3920,644,'_field_11','deepanshugupta3002@gmail.com'),(3921,644,'_form_id','1'),(3922,644,'_seq_num','295'),(3923,645,'_field_1','Shashank '),(3924,645,'_field_10','(828) 536-0654'),(3925,645,'_field_11',''),(3926,645,'_form_id','1'),(3927,645,'_seq_num','296'),(3928,646,'_field_1','Rattan singh'),(3929,646,'_field_10','(788) 977-5562'),(3930,646,'_field_11','Satnam123456123@gmail.com'),(3931,646,'_form_id','1'),(3932,646,'_seq_num','297'),(3933,647,'_field_1','Monty bhati'),(3934,647,'_field_10','(954) 020-8148'),(3935,647,'_field_11','montybhati954020@gmail.com'),(3936,647,'_form_id','1'),(3937,647,'_seq_num','298'),(3938,648,'_field_1','Pankaj Thakur'),(3939,648,'_field_10','(954) 001-6125'),(3940,648,'_field_11',''),(3941,648,'_form_id','1'),(3942,648,'_seq_num','299'),(3943,649,'_field_1','Arvind Kumar '),(3944,649,'_field_10','(897) 192-0642'),(3945,649,'_field_11',''),(3946,649,'_form_id','1'),(3947,649,'_seq_num','300'),(3948,650,'_field_1','Manoj Sharma'),(3949,650,'_field_10','(089) 102-9812'),(3950,650,'_field_11','Indiang42@gmail.com'),(3951,650,'_form_id','1'),(3952,650,'_seq_num','301'),(3953,651,'_field_1','Vikas kumar'),(3954,651,'_field_10','(735) 218-5948'),(3955,651,'_field_11','Vikaskumar7352185@gmail.com'),(3956,651,'_form_id','1'),(3957,651,'_seq_num','302'),(3958,652,'_field_1','Chaitanya taneja '),(3959,652,'_field_10','(870) 010-7373'),(3960,652,'_field_11','shivitaneja786@gmail.com'),(3961,652,'_form_id','1'),(3962,652,'_seq_num','303'),(3963,653,'_field_1','Janvi'),(3964,653,'_field_10','(809) 273-3742'),(3965,653,'_field_11','singhjanvisingh690@gmail.com'),(3966,653,'_form_id','1'),(3967,653,'_seq_num','304'),(3968,654,'_field_1','Vinay sharma'),(3969,654,'_field_10','(995) 846-4701'),(3970,654,'_field_11','raas.vinay28@gmail.com'),(3971,654,'_form_id','1'),(3972,654,'_seq_num','305'),(3973,655,'_field_1','Deep '),(3974,655,'_field_10','(801) 033-7836'),(3975,655,'_field_11','deepsingh801033@gmail.com'),(3976,655,'_form_id','1'),(3977,655,'_seq_num','306'),(3978,656,'_field_1','Vimmu Sharma '),(3979,656,'_field_10','(981) 018-4668'),(3980,656,'_field_11','vimmu.sharma@gmail.com'),(3981,656,'_form_id','1'),(3982,656,'_seq_num','307'),(3985,657,'_field_1','Pradeep Dwivedi'),(3986,657,'_field_10','(729) 085-4657'),(3987,657,'_field_11','info.pkd1997@gmail.com'),(3988,657,'_form_id','1'),(3989,657,'_seq_num','308'),(3991,658,'_field_1','Manish Aggarwal '),(3992,658,'_field_10','(919) 289-8812'),(3993,658,'_field_11','bhavyaarts1@gmail.com'),(3994,658,'_form_id','1'),(3995,658,'_seq_num','309'),(3996,659,'_field_1','Siya ram'),(3997,659,'_field_10','(987) 365-4349'),(3998,659,'_field_11','sachin.krx87@gmail.com'),(3999,659,'_form_id','1'),(4000,659,'_seq_num','310'),(4001,660,'_field_1','Sushma Kumari '),(4002,660,'_field_10','(886) 006-3642'),(4003,660,'_field_11','shivanshkumar963@gmail.com'),(4004,660,'_form_id','1'),(4005,660,'_seq_num','311'),(4006,661,'_field_1','Christy'),(4007,661,'_field_10','(838) 385-9248'),(4008,661,'_field_11','prvnkumar00783@gmail.com'),(4009,661,'_form_id','1'),(4010,661,'_seq_num','312'),(4011,662,'_field_1','Mohd Arif'),(4012,662,'_field_10','(997) 159-7449'),(4013,662,'_field_11','ghoriart2000@gmail.com'),(4014,662,'_form_id','1'),(4015,662,'_seq_num','313'),(4016,663,'_field_1','Tanishq Sharma'),(4017,663,'_field_10','(981) 810-6201'),(4018,663,'_field_11','sharmatanishq17@gmail.com'),(4019,663,'_form_id','1'),(4020,663,'_seq_num','314'),(4021,664,'_field_1','Prodyut Kundu'),(4022,664,'_field_10','(990) 388-4501'),(4023,664,'_field_11','prodyutkundu.56@gmail.com'),(4024,664,'_form_id','1'),(4025,664,'_seq_num','315'),(4026,665,'_field_1','Aksh saini'),(4027,665,'_field_10','(935) 495-6795'),(4028,665,'_field_11','sainiaksh29@gmail.com'),(4029,665,'_form_id','1'),(4030,665,'_seq_num','316'),(4031,666,'_field_1','Ankur Shrivastava'),(4032,666,'_field_10','(886) 047-5555'),(4033,666,'_field_11',''),(4034,666,'_form_id','1'),(4035,666,'_seq_num','317'),(4036,667,'_field_1','Vihaan '),(4037,667,'_field_10','(917) 827-1972'),(4038,667,'_field_11','vihaanmeenakshi@gmail.com'),(4039,667,'_form_id','1'),(4040,667,'_seq_num','318'),(4041,668,'_field_1','Mohit Kumar '),(4042,668,'_field_10','(918) 826-0336'),(4043,668,'_field_11','mohitkkumar83@gmail.com'),(4044,668,'_form_id','1'),(4045,668,'_seq_num','319'),(4046,669,'_field_1','Rashi'),(4047,669,'_field_10','(750) 591-0604'),(4048,669,'_field_11',''),(4049,669,'_form_id','1'),(4050,669,'_seq_num','320'),(4051,670,'_field_1','Ghazala yasmeen'),(4052,670,'_field_10','(918) 882-5745'),(4053,670,'_field_11','tarique@antcorporate.com'),(4054,670,'_form_id','1'),(4055,670,'_seq_num','321'),(4056,671,'_field_1','Ajay '),(4057,671,'_field_10','(965) 443-5037'),(4058,671,'_field_11',''),(4059,671,'_form_id','1'),(4060,671,'_seq_num','322'),(4061,672,'_field_1','Payal '),(4062,672,'_field_10','(741) 751-6400'),(4063,672,'_field_11',''),(4064,672,'_form_id','1'),(4065,672,'_seq_num','323'),(4066,673,'_field_1','Ravi '),(4067,673,'_field_10','(971) 849-5723'),(4068,673,'_field_11','rk6856p4e@gmail.com'),(4069,673,'_form_id','1'),(4070,673,'_seq_num','324'),(4071,674,'_field_1','Sujata shakya '),(4072,674,'_field_10','(820) 834-6250'),(4073,674,'_field_11',''),(4074,674,'_form_id','1'),(4075,674,'_seq_num','325'),(4076,675,'_field_1','Satendra.kumar.mahto'),(4077,675,'_field_10','(785) 801-2479'),(4078,675,'_field_11','stendrakumar1128@gmail.com'),(4079,675,'_form_id','1'),(4080,675,'_seq_num','326'),(4081,676,'_field_1','Sapna kumari'),(4082,676,'_field_10','(859) 522-5996'),(4083,676,'_field_11',''),(4084,676,'_form_id','1'),(4085,676,'_seq_num','327'),(4086,677,'_field_1','Satendr.kumar.mahto'),(4087,677,'_field_10','(785) 801-2479'),(4088,677,'_field_11','stendrakumar1128@gmail.com'),(4089,677,'_form_id','1'),(4090,677,'_seq_num','328'),(4091,678,'_field_1','Rahul '),(4092,678,'_field_10','(959) 941-3094'),(4093,678,'_field_11','boxerrahul2000@gmail.com'),(4094,678,'_form_id','1'),(4095,678,'_seq_num','329'),(4096,679,'_field_1','Dileep Kumar '),(4097,679,'_field_10','(887) 371-5642'),(4098,679,'_field_11','dk937241@gmail.com'),(4099,679,'_form_id','1'),(4100,679,'_seq_num','330'),(4101,680,'_field_1','Mubarak Saifi'),(4102,680,'_field_10','(874) 390-5436'),(4103,680,'_field_11','asadasad8743905436@gmail.com'),(4104,680,'_form_id','1'),(4105,680,'_seq_num','331'),(4106,681,'_field_1','Rabiya'),(4107,681,'_field_10','(880) 036-4210'),(4108,681,'_field_11',''),(4109,681,'_form_id','1'),(4110,681,'_seq_num','332'),(4111,682,'_field_1','Angad kumar '),(4112,682,'_field_10','(785) 899-6026'),(4113,682,'_field_11','angadkumarangadkumar7895@gmail.com'),(4114,682,'_form_id','1'),(4115,682,'_seq_num','333'),(4116,683,'_field_1','Monu '),(4117,683,'_field_10','(790) 030-2248'),(4118,683,'_field_11','tmonu0944@gmail.com'),(4119,683,'_form_id','1'),(4120,683,'_seq_num','334'),(4121,684,'_field_1','Adiba'),(4122,684,'_field_10','(783) 487-1920'),(4123,684,'_field_11','aadibakhan350@gmail.com'),(4124,684,'_form_id','1'),(4125,684,'_seq_num','335'),(4126,685,'_field_1','Mohit'),(4127,685,'_field_10','(902) 732-0396'),(4128,685,'_field_11','mohitdhama128@gmail.com'),(4129,685,'_form_id','1'),(4130,685,'_seq_num','336'),(4131,686,'_field_1','Chirag satija'),(4132,686,'_field_10','(706) 588-8848'),(4133,686,'_field_11','Chiragsatija27@gmail.com'),(4134,686,'_form_id','1'),(4135,686,'_seq_num','337'),(4136,687,'_field_1','Ankita'),(4137,687,'_field_10','(859) 532-2906'),(4138,687,'_field_11',''),(4139,687,'_form_id','1'),(4140,687,'_seq_num','338'),(4141,688,'_field_1','Palak Jain'),(4142,688,'_field_10','(870) 030-3106'),(4143,688,'_field_11',''),(4144,688,'_form_id','1'),(4145,688,'_seq_num','339'),(4146,689,'_field_1','Shubham Jain'),(4147,689,'_field_10','(995) 380-0402'),(4148,689,'_field_11','jainshubham015@gmail.com'),(4149,689,'_form_id','1'),(4150,689,'_seq_num','340'),(4151,690,'_field_1','Kavita'),(4152,690,'_field_10','(838) 400-6649'),(4153,690,'_field_11','krtygt79@gmail.com'),(4154,690,'_form_id','1'),(4155,690,'_seq_num','341'),(4156,691,'_field_1','Sandeep Kumar '),(4157,691,'_field_10','(921) 234-7667'),(4158,691,'_field_11','sandeepkumar9212347667@gmail.com'),(4159,691,'_form_id','1'),(4160,691,'_seq_num','342'),(4161,692,'_field_1','deepak Chaudhary '),(4162,692,'_field_10','(850) 694-8705'),(4163,692,'_field_11','8506jaatchaudhary@gmail.com'),(4164,692,'_form_id','1'),(4165,692,'_seq_num','343'),(4166,693,'_field_1','Jagarti Bidla '),(4167,693,'_field_10','(888) 299-9131'),(4168,693,'_field_11','lovekumar.bifm@gmail.com'),(4169,693,'_form_id','1'),(4170,693,'_seq_num','344'),(4171,694,'_field_1','Savita '),(4172,694,'_field_10','(981) 834-9951'),(4173,694,'_field_11','gautamsk05@gmail.com'),(4174,694,'_form_id','1'),(4175,694,'_seq_num','345'),(4176,695,'_field_1','Zoya'),(4177,695,'_field_10','(971) 193-1507'),(4178,695,'_field_11','zoyazariin6@gmail.com'),(4179,695,'_form_id','1'),(4180,695,'_seq_num','346'),(4181,696,'_field_1','Koushal Kumar'),(4182,696,'_field_10','(956) 041-7132'),(4183,696,'_field_11','Koushalk5905@gmail.com'),(4184,696,'_form_id','1'),(4185,696,'_seq_num','347'),(4186,697,'_field_1','Bhumika'),(4187,697,'_field_10','(981) 182-9922'),(4188,697,'_field_11','harikrishanrudra@gmail.com'),(4189,697,'_form_id','1'),(4190,697,'_seq_num','348'),(4191,698,'_field_1','Raghav khatri'),(4192,698,'_field_10','(987) 389-5858'),(4193,698,'_field_11','raghavkhatri037@gmail.com'),(4194,698,'_form_id','1'),(4195,698,'_seq_num','349'),(4196,699,'_field_1','Khalida '),(4197,699,'_field_10','(908) 647-1185'),(4198,699,'_field_11','haziqmushtaq7@gmail.com'),(4199,699,'_form_id','1'),(4200,699,'_seq_num','350'),(4201,700,'_field_1','H C Bahl'),(4202,700,'_field_10','(995) 866-6054'),(4203,700,'_field_11','harish@blackrockadvertising.in'),(4204,700,'_form_id','1'),(4205,700,'_seq_num','351'),(4206,701,'_field_1','M k Arora'),(4207,701,'_field_10','(954) 000-4601'),(4208,701,'_field_11','shikharora106@gmail.com'),(4209,701,'_form_id','1'),(4210,701,'_seq_num','352'),(4211,702,'_field_1','Ankita Gautam '),(4212,702,'_field_10','(951) 721-3225'),(4213,702,'_field_11','ankitaakshu9@gmail.com'),(4214,702,'_form_id','1'),(4215,702,'_seq_num','353'),(4216,703,'_field_1','Nancy Mishra'),(4217,703,'_field_10','(962) 131-7325'),(4218,703,'_field_11',''),(4219,703,'_form_id','1'),(4220,703,'_seq_num','354'),(4221,704,'_field_1','Satya'),(4222,704,'_field_10','(965) 309-5676'),(4223,704,'_field_11','satyasatyayadav380@gmail.com'),(4224,704,'_form_id','1'),(4225,704,'_seq_num','355'),(4226,705,'_field_1','Anuruddha kumar'),(4227,705,'_field_10','(997) 195-7263'),(4228,705,'_field_11',''),(4229,705,'_form_id','1'),(4230,705,'_seq_num','356'),(4231,706,'_field_1','Abhishek Kumar '),(4232,706,'_field_10','(754) 965-5767'),(4233,706,'_field_11','akydce98@gmail.com'),(4234,706,'_form_id','1'),(4235,706,'_seq_num','357'),(4236,707,'_field_1','Deepak Chaudhary '),(4237,707,'_field_10','(850) 694-8705'),(4238,707,'_field_11','8506jaatchaudhary@gmail.com'),(4239,707,'_form_id','1'),(4240,707,'_seq_num','358'),(4241,708,'_field_1','Pawan Kumar '),(4242,708,'_field_10','(896) 922-1781'),(4243,708,'_field_11','pk5406245@gmail.com'),(4244,708,'_form_id','1'),(4245,708,'_seq_num','359'),(4246,709,'_field_1','Sonu kumar sharma '),(4247,709,'_field_10','(932) 722-5418'),(4248,709,'_field_11',''),(4249,709,'_form_id','1'),(4250,709,'_seq_num','360'),(4251,710,'_field_1','Manoj Kumar '),(4252,710,'_field_10','(902) 474-7011'),(4253,710,'_field_11','manojhr57@gmail.com'),(4254,710,'_form_id','1'),(4255,710,'_seq_num','361'),(4256,711,'_field_1','Richa'),(4257,711,'_field_10','(099) 531-7758'),(4258,711,'_field_11','reecharanjan2009@gmail.com'),(4259,711,'_form_id','1'),(4260,711,'_seq_num','362'),(4261,712,'_field_1','Deepanshika Dillu'),(4262,712,'_field_10','(917) 033-0720'),(4263,712,'_field_11','deepanshikadillu@gmail.com'),(4264,712,'_form_id','1'),(4265,712,'_seq_num','363'),(4266,713,'_field_1','जगपाल मौर्य'),(4267,713,'_field_10','(111) 111-1111'),(4268,713,'_field_11','jagpalmorya308@gmail.com'),(4269,713,'_form_id','1'),(4270,713,'_seq_num','364'),(4271,714,'_field_1','Rekha dubey'),(4272,714,'_field_10','(813) 081-1569'),(4273,714,'_field_11',''),(4274,714,'_form_id','1'),(4275,714,'_seq_num','365'),(4276,715,'_field_1','Aehmad adnan'),(4277,715,'_field_10','(990) 652-1416'),(4278,715,'_field_11','faisalmehraj585@gmail.com'),(4279,715,'_form_id','1'),(4280,715,'_seq_num','366'),(4281,716,'_field_1','Dharam pal '),(4282,716,'_field_10','(989) 160-9573'),(4283,716,'_field_11',''),(4284,716,'_form_id','1'),(4285,716,'_seq_num','367'),(4286,717,'_field_1','Sheraz'),(4287,717,'_field_10','(034) 555-1166'),(4288,717,'_field_11',''),(4289,717,'_form_id','1'),(4290,717,'_seq_num','368'),(4291,718,'_field_1','Mehtab alam'),(4292,718,'_field_10','(705) 359-9000'),(4293,718,'_field_11','mehtabalaam4@gmail.com'),(4294,718,'_form_id','1'),(4295,718,'_seq_num','369'),(4296,719,'_field_1','Arvind Sharma '),(4297,719,'_field_10','(945) 621-4246'),(4298,719,'_field_11','arvind8476900@gmail.com'),(4299,719,'_form_id','1'),(4300,719,'_seq_num','370'),(4301,720,'_field_1','Rajneesh Mathur'),(4302,720,'_field_10','(981) 035-9243'),(4303,720,'_field_11','rajneeshmathur02@gmail.com'),(4304,720,'_form_id','1'),(4305,720,'_seq_num','371'),(4306,721,'_field_1','Karam singh'),(4307,721,'_field_10','(094) 191-9546'),(4308,721,'_field_11','karamsingh663@gmail.com'),(4309,721,'_form_id','1'),(4310,721,'_seq_num','372'),(4311,722,'_field_1','Pooja Kumari '),(4312,722,'_field_10','(865) 135-3690'),(4313,722,'_field_11',''),(4314,722,'_form_id','1'),(4315,722,'_seq_num','373'),(4316,723,'_field_1','Mantasha '),(4317,723,'_field_10','(875) 050-3466'),(4318,723,'_field_11','mdsaify90@gmail.com'),(4319,723,'_form_id','1'),(4320,723,'_seq_num','374'),(4321,724,'_field_1','Ankit shukla'),(4322,724,'_field_10','(782) 726-0148'),(4323,724,'_field_11','ankitshukla1496@gmail.com'),(4324,724,'_form_id','1'),(4325,724,'_seq_num','375'),(4326,725,'_field_1','Meena Sharma '),(4327,725,'_field_10','(857) 206-8296'),(4328,725,'_field_11','meena89296@gmail.com'),(4329,725,'_form_id','1'),(4330,725,'_seq_num','376'),(4331,726,'_field_1','Chand babu '),(4332,726,'_field_10','(731) 707-3517'),(4333,726,'_field_11','chand.babu33990@gmail.com'),(4334,726,'_form_id','1'),(4335,726,'_seq_num','377'),(4336,727,'_field_1','Jyotsna '),(4337,727,'_field_10','(914) 923-4675'),(4338,727,'_field_11','vermanijyotsna64@gmail.com'),(4339,727,'_form_id','1'),(4340,727,'_seq_num','378'),(4341,728,'_field_1','Alisha'),(4342,728,'_field_10','(931) 504-7943'),(4343,728,'_field_11','hssanansari0578@gmail.com'),(4344,728,'_form_id','1'),(4345,728,'_seq_num','379'),(4346,729,'_field_1','Rahul singh'),(4347,729,'_field_10','(992) 996-8963'),(4348,729,'_field_11','rsingh101112@gmail.com'),(4349,729,'_form_id','1'),(4350,729,'_seq_num','380'),(4351,730,'_field_1','Anam begum '),(4352,730,'_field_10','(991) 838-1242'),(4353,730,'_field_11',''),(4354,730,'_form_id','1'),(4355,730,'_seq_num','381'),(4356,731,'_field_1','Suman devi'),(4357,731,'_field_10','(973) 632-9607'),(4358,731,'_field_11','monu.sharmaaa123@gmail.com'),(4359,731,'_form_id','1'),(4360,731,'_seq_num','382'),(4361,732,'_field_1','Ganesh Kumar suman '),(4362,732,'_field_10','(787) 829-0520'),(4363,732,'_field_11','sumanganeshkumar71@gmail.com'),(4364,732,'_form_id','1'),(4365,732,'_seq_num','383'),(4366,733,'_field_1','Sanjay Kumar '),(4367,733,'_field_10','(874) 503-1748'),(4368,733,'_field_11','Nikhilavduthrajput@gmail.com'),(4369,733,'_form_id','1'),(4370,733,'_seq_num','384'),(4371,734,'_field_1','Priyanshi Rathi '),(4372,734,'_field_10','(098) 180-5515'),(4373,734,'_field_11','rubyrathi71@gmail.com'),(4374,734,'_form_id','1'),(4375,734,'_seq_num','385'),(4376,735,'_field_1','Durga Mohariya'),(4377,735,'_field_10','(981) 832-9644'),(4378,735,'_field_11','iamchilli76@gmail.com'),(4379,735,'_form_id','1'),(4380,735,'_seq_num','386'),(4381,736,'_field_1','Mohit '),(4382,736,'_field_10','(885) 110-3443'),(4383,736,'_field_11','bossshrivas255@gmail.com'),(4384,736,'_form_id','1'),(4385,736,'_seq_num','387'),(4386,737,'_field_1','Rishu raj'),(4387,737,'_field_10','(934) 163-4704'),(4388,737,'_field_11','rishuraj13705@gmail.com'),(4389,737,'_form_id','1'),(4390,737,'_seq_num','388'),(4391,738,'_field_1','Rajesh'),(4392,738,'_field_10','(967) 125-0177'),(4393,738,'_field_11','3345rajeshpatel@gmail.com'),(4394,738,'_form_id','1'),(4395,738,'_seq_num','389'),(4396,739,'_field_1','Zakir hussain'),(4397,739,'_field_10','(600) 690-4901'),(4398,739,'_field_11','iafti01@gmail.com'),(4399,739,'_form_id','1'),(4400,739,'_seq_num','390'),(4401,740,'_field_1','Gayatri'),(4402,740,'_field_10','(858) 686-2193'),(4403,740,'_field_11','gsaurabh30@gmail.con'),(4404,740,'_form_id','1'),(4405,740,'_seq_num','391'),(4406,741,'_field_1','Annu shakya '),(4407,741,'_field_10','(173) 885-9605'),(4408,741,'_field_11','annurajputannurajput757@gmail.com'),(4409,741,'_form_id','1'),(4410,741,'_seq_num','392'),(4411,742,'_field_1','Kumkum kumari'),(4412,742,'_field_10','(817) 836-1291'),(4413,742,'_field_11','kumkumari1234567@gmail.com'),(4414,742,'_form_id','1'),(4415,742,'_seq_num','393'),(4416,743,'_field_1','Sarita '),(4417,743,'_field_10','(996) 826-8279'),(4418,743,'_field_11','ashokk578@yahoo.com'),(4419,743,'_form_id','1'),(4420,743,'_seq_num','394'),(4421,744,'_field_1','Arvind kumar'),(4422,744,'_field_10','(826) 685-0542'),(4423,744,'_field_11','akdulyan1994@gmail.com'),(4424,744,'_form_id','1'),(4425,744,'_seq_num','395'),(4426,745,'_field_1','Ashaq ali '),(4427,745,'_field_10','(849) 381-4384'),(4428,745,'_field_11','ashaqali9079@gmail.com'),(4429,745,'_form_id','1'),(4430,745,'_seq_num','396'),(4431,746,'_field_1','Bhateri '),(4432,746,'_field_10','(893) 090-6957'),(4433,746,'_field_11','kashapsurender49@gmail.com'),(4434,746,'_form_id','1'),(4435,746,'_seq_num','397'),(4436,747,'_field_1','Shahid Ayoub'),(4437,747,'_field_10','(078) 895-2840'),(4438,747,'_field_11','darshahid7889528402@gmail.com'),(4439,747,'_form_id','1'),(4440,747,'_seq_num','398'),(4441,748,'_field_1','Ajeet chauhan '),(4442,748,'_field_10','(956) 987-6746'),(4443,748,'_field_11','ajeetchauhan7359249053@gmail.com'),(4444,748,'_form_id','1'),(4445,748,'_seq_num','399'),(4446,749,'_field_1','Ashok.garh'),(4447,749,'_field_10','(981) 853-1466'),(4448,749,'_field_11',''),(4449,749,'_form_id','1'),(4450,749,'_seq_num','400'),(4451,750,'_field_1','Manish'),(4452,750,'_field_10','(987) 337-2758'),(4453,750,'_field_11',''),(4454,750,'_form_id','1'),(4455,750,'_seq_num','401'),(4456,751,'_field_1','NARESH KUMAR GUPTA'),(4457,751,'_field_10','(732) 196-1988'),(4458,751,'_field_11','nkguptaayush@gmail.com'),(4459,751,'_form_id','1'),(4460,751,'_seq_num','402'),(4461,752,'_field_1','Monika gautam'),(4462,752,'_field_10','(730) 329-8851'),(4463,752,'_field_11','monika27gautam@gmail.com'),(4464,752,'_form_id','1'),(4465,752,'_seq_num','403'),(4466,753,'_field_1','Farooque ahmad'),(4467,753,'_field_10','(748) 801-5897'),(4468,753,'_field_11',''),(4469,753,'_form_id','1'),(4470,753,'_seq_num','404'),(4471,754,'_field_1','vipin chauhan '),(4472,754,'_field_10','(828) 784-1520'),(4473,754,'_field_11','chauhanvipin4u@gmail.com'),(4474,754,'_form_id','1'),(4475,754,'_seq_num','405'),(4476,755,'_field_1','Nazimakbal'),(4477,755,'_field_10','(971) 804-4015'),(4478,755,'_field_11',''),(4479,755,'_form_id','1'),(4480,755,'_seq_num','406'),(4481,756,'_field_1','Abdul Rasheed '),(4482,756,'_field_10','(990) 658-9750'),(4483,756,'_field_11','jkpackers2010@gmail.com'),(4484,756,'_form_id','1'),(4485,756,'_seq_num','407'),(4486,757,'_field_1','Raj Kumar '),(4487,757,'_field_10','(721) 003-1004'),(4488,757,'_field_11','raj69073@gmail.com'),(4489,757,'_form_id','1'),(4490,757,'_seq_num','408'),(4491,758,'_field_1','SureshKumar Khanna'),(4492,758,'_field_10','(965) 025-0947'),(4493,758,'_field_11',''),(4494,758,'_form_id','1'),(4495,758,'_seq_num','409'),(4496,759,'_field_1','Dr Ajeet Kumar '),(4497,759,'_field_10','(886) 019-2854'),(4498,759,'_field_11','ajeetbhu07@gmail.com'),(4499,759,'_form_id','1'),(4500,759,'_seq_num','410'),(4501,760,'_field_1','Rajbala'),(4502,760,'_field_10','(999) 975-6372'),(4503,760,'_field_11','rajbalaashokkumar@gmail.com'),(4504,760,'_form_id','1'),(4505,760,'_seq_num','411'),(4506,761,'_field_1','Kaushal Kishor Das'),(4507,761,'_field_10','(095) 993-1757'),(4508,761,'_field_11','kaushal.das@npstx.com'),(4509,761,'_form_id','1'),(4510,761,'_seq_num','412'),(4511,762,'_field_1','Hemant '),(4512,762,'_field_10','(782) 786-2811'),(4513,762,'_field_11','hemant2141991@gmail.com'),(4514,762,'_form_id','1'),(4515,762,'_seq_num','413'),(4516,763,'_field_1','Chander Singh rawat'),(4517,763,'_field_10','(971) 730-5199'),(4518,763,'_field_11','csrawat23@gmail.com'),(4519,763,'_form_id','1'),(4520,763,'_seq_num','414'),(4521,764,'_field_1','Shabira '),(4522,764,'_field_10','(976) 100-1171'),(4523,764,'_field_11','khaninsar64@gmail.com'),(4524,764,'_form_id','1'),(4525,764,'_seq_num','415'),(4526,765,'_field_1','Aditya soni'),(4527,765,'_field_10','(907) 999-8038'),(4528,765,'_field_11','aryasoni885@gmail.com'),(4529,765,'_form_id','1'),(4530,765,'_seq_num','416'),(4531,766,'_field_1','Rakesh '),(4532,766,'_field_10','(931) 515-3380'),(4533,766,'_field_11','rakeshrahtaur@gmail.com'),(4534,766,'_form_id','1'),(4535,766,'_seq_num','417'),(4536,767,'_field_1','Akram kassar'),(4537,767,'_field_10','(081) 712-2003'),(4538,767,'_field_11','ak8061523@gimal.com'),(4539,767,'_form_id','1'),(4540,767,'_seq_num','418'),(4541,768,'_field_1','Raja begam seer tral'),(4542,768,'_field_10','(914) 976-1004'),(4543,768,'_field_11',''),(4544,768,'_form_id','1'),(4545,768,'_seq_num','419'),(4546,769,'_field_1','Subrat Kumar Ray'),(4547,769,'_field_10','(986) 100-6424'),(4548,769,'_field_11','subratray68@gmail.com'),(4549,769,'_form_id','1'),(4550,769,'_seq_num','420'),(4551,770,'_field_1','SK INTESAR '),(4552,770,'_field_10','(988) 325-6855'),(4553,770,'_field_11','sekhintesar786@gmail.com'),(4554,770,'_form_id','1'),(4555,770,'_seq_num','421'),(4556,771,'_field_1','SATYA PRAKASH CHANDNA'),(4557,771,'_field_10','(964) 389-1710'),(4558,771,'_field_11','satya.prakash3016@gmail.com'),(4559,771,'_form_id','1'),(4560,771,'_seq_num','422'),(4561,772,'_field_1','Pooja'),(4562,772,'_field_10','(964) 389-1710'),(4563,772,'_field_11','satya.prakash3016@gmail.com'),(4564,772,'_form_id','1'),(4565,772,'_seq_num','423'),(4566,773,'_field_1','Ashiq ali'),(4567,773,'_field_10','(995) 811-4528'),(4568,773,'_field_11','shamikh.raza5@gmail.com'),(4569,773,'_form_id','1'),(4570,773,'_seq_num','424'),(4571,774,'_field_1','R Aditya '),(4572,774,'_field_10','(931) 164-5304'),(4573,774,'_field_11','aditya295003@gmail.com'),(4574,774,'_form_id','1'),(4575,774,'_seq_num','425'),(4576,775,'_field_1','R Aditya '),(4577,775,'_field_10','(931) 164-5304'),(4578,775,'_field_11','aditya295003@gmail.com'),(4579,775,'_form_id','1'),(4580,775,'_seq_num','426'),(4581,776,'_field_1','Praveen'),(4582,776,'_field_10','(995) 836-8651'),(4583,776,'_field_11','Praveen21t@gmail.com'),(4584,776,'_form_id','1'),(4585,776,'_seq_num','427'),(4586,777,'_field_1','Arti Gautam '),(4587,777,'_field_10','(931) 531-4234'),(4588,777,'_field_11','abcfull60@gmail.com'),(4589,777,'_form_id','1'),(4590,777,'_seq_num','428'),(4591,778,'_field_1','Priya '),(4592,778,'_field_10','(836) 888-7916'),(4593,778,'_field_11','sonugautam78@gmail.com'),(4594,778,'_form_id','1'),(4595,778,'_seq_num','429'),(4596,779,'_field_1','Pawan kumar'),(4597,779,'_field_10','(782) 791-9775'),(4598,779,'_field_11','pawanthakur7827@gmail.com'),(4599,779,'_form_id','1'),(4600,779,'_seq_num','430'),(4601,780,'_field_1','Shabana '),(4602,780,'_field_10','(958) 211-3152'),(4603,780,'_field_11','shababakhan85525@gmail.com'),(4604,780,'_form_id','1'),(4605,780,'_seq_num','431'),(4606,781,'_field_1','Shashi'),(4607,781,'_field_10','(981) 092-6298'),(4608,781,'_field_11','gandhi.shashi@rediffmail.com'),(4609,781,'_form_id','1'),(4610,781,'_seq_num','432'),(4611,782,'_field_1','Mehraj ud din '),(4612,782,'_field_10','(979) 704-2200'),(4613,782,'_field_11','mdqazi18@gmail.com'),(4614,782,'_form_id','1'),(4615,782,'_seq_num','433'),(4616,783,'_field_1','Charanjeet'),(4617,783,'_field_10','(981) 841-4944'),(4618,783,'_field_11','charanjeetsachdeva14@gmail.com'),(4619,783,'_form_id','1'),(4620,783,'_seq_num','434'),(4621,784,'_field_1','Rajesh Devi'),(4622,784,'_field_10','(892) 090-4027'),(4623,784,'_field_11','shyamsunder50693@gmail.com'),(4624,784,'_form_id','1'),(4625,784,'_seq_num','435'),(4626,785,'_field_1','Medhansh Mathur'),(4627,785,'_field_10','(965) 015-7866'),(4628,785,'_field_11','pankaj.mathur14@gmail.com'),(4629,785,'_form_id','1'),(4630,785,'_seq_num','436'),(4631,786,'_field_1','Anuradha gound'),(4632,786,'_field_10','(807) 610-9486'),(4633,786,'_field_11','Rajivgaur741@gmail.com'),(4634,786,'_form_id','1'),(4635,786,'_seq_num','437'),(4636,787,'_field_1','upasana goel'),(4637,787,'_field_10','(921) 044-9927'),(4638,787,'_field_11','ramgoel12345678@gmail.com'),(4639,787,'_form_id','1'),(4640,787,'_seq_num','438'),(4641,788,'_field_1','ram'),(4642,788,'_field_10','(921) 044-9927'),(4643,788,'_field_11','ramgoel12345678@gmail.com'),(4644,788,'_form_id','1'),(4645,788,'_seq_num','439'),(4646,789,'_field_1','Sapna '),(4647,789,'_field_10','(721) 006-7786'),(4648,789,'_field_11','vk778194@gmail.com'),(4649,789,'_form_id','1'),(4650,789,'_seq_num','440'),(4651,790,'_field_1','Anil Kumar'),(4652,790,'_field_10','(836) 895-9873'),(4653,790,'_field_11',''),(4654,790,'_form_id','1'),(4655,790,'_seq_num','441'),(4656,791,'_field_1','Shivam Gupta'),(4657,791,'_field_10','(783) 879-2804'),(4658,791,'_field_11','sg45557@gmail.com'),(4659,791,'_form_id','1'),(4660,791,'_seq_num','442'),(4661,792,'_field_1','Zahida '),(4662,792,'_field_10','(871) 395-8008'),(4663,792,'_field_11','zahidaakram2009@gmail.com'),(4664,792,'_form_id','1'),(4665,792,'_seq_num','443'),(4666,793,'_field_1','Kamran'),(4667,793,'_field_10','(910) 305-4991'),(4668,793,'_field_11','kamran69658@gmail.com'),(4669,793,'_form_id','1'),(4670,793,'_seq_num','444'),(4671,794,'_field_1','Rahul patel'),(4672,794,'_field_10','(700) 779-0579'),(4673,794,'_field_11','niranjanrahulkonch@gmail.com'),(4674,794,'_form_id','1'),(4675,794,'_seq_num','445'),(4676,795,'_field_1','SHIB DAS CHAKRABORTY'),(4677,795,'_field_10','(892) 003-9616'),(4678,795,'_field_11','shibdaschakraborty07@gmail.com'),(4679,795,'_form_id','1'),(4680,795,'_seq_num','446'),(4681,796,'_field_1','Radha sharma'),(4682,796,'_field_10','(997) 155-3928'),(4683,796,'_field_11','chandansharma087@gmail.com'),(4684,796,'_form_id','1'),(4685,796,'_seq_num','447'),(4686,797,'_field_1','Hemant '),(4687,797,'_field_10','(916) 164-2897'),(4688,797,'_field_11','hemantprajapati32067@gmail.com'),(4689,797,'_form_id','1'),(4690,797,'_seq_num','448'),(4691,798,'_field_1','aayush sharma'),(4692,798,'_field_10','(987) 357-3278'),(4693,798,'_field_11','amitkgautam98@gmail.com'),(4694,798,'_form_id','1'),(4695,798,'_seq_num','449'),(4696,799,'_field_1','Aruna Kumari'),(4697,799,'_field_10','(926) 835-7193'),(4698,799,'_field_11',''),(4699,799,'_form_id','1'),(4700,799,'_seq_num','450'),(4701,800,'_field_1','Nisha'),(4702,800,'_field_10','(813) 073-4194'),(4703,800,'_field_11',''),(4704,800,'_form_id','1'),(4705,800,'_seq_num','451'),(4706,801,'_field_1','Pankti chauhan'),(4707,801,'_field_10','(880) 021-8610'),(4708,801,'_field_11','rohitsingh8800218@gmail.com'),(4709,801,'_form_id','1'),(4710,801,'_seq_num','452'),(4711,802,'_field_1','Khushi Bhatia'),(4712,802,'_field_10','(931) 845-8407'),(4713,802,'_field_11','khushi12c5195@gmail.com'),(4714,802,'_form_id','1'),(4715,802,'_seq_num','453'),(4716,803,'_field_1','Prachi ghai '),(4717,803,'_field_10','(999) 939-6906'),(4718,803,'_field_11','Rawatpallavi18@gmail.com'),(4719,803,'_form_id','1'),(4720,803,'_seq_num','454'),(4721,804,'_field_1','Kumar sachin sinha '),(4722,804,'_field_10','(995) 820-5019'),(4723,804,'_field_11','sachinkumar.sinha92@gmail.com'),(4724,804,'_form_id','1'),(4725,804,'_seq_num','455'),(4726,805,'_field_1','Sarita'),(4727,805,'_field_10','(989) 117-9330'),(4728,805,'_field_11',''),(4729,805,'_form_id','1'),(4730,805,'_seq_num','456'),(4731,806,'_field_1','Kanhaiya lal tiwari'),(4732,806,'_field_10','(935) 499-9049'),(4733,806,'_field_11',''),(4734,806,'_form_id','1'),(4735,806,'_seq_num','457'),(4736,807,'_field_1','Shweta '),(4737,807,'_field_10','(958) 245-4633'),(4738,807,'_field_11','shavetagaurav@gmail.com'),(4739,807,'_form_id','1'),(4740,807,'_seq_num','458'),(4741,808,'_field_1','Mangeram '),(4742,808,'_field_10','(844) 954-8222'),(4743,808,'_field_11','expertcomputerrke@gmail.com'),(4744,808,'_form_id','1'),(4745,808,'_seq_num','459'),(4746,809,'_field_1','Ramanjit Singh '),(4747,809,'_field_10','(999) 069-8955'),(4748,809,'_field_11',''),(4749,809,'_form_id','1'),(4750,809,'_seq_num','460'),(4751,810,'_field_1','Shabana'),(4752,810,'_field_10','(783) 581-6845'),(4753,810,'_field_11','shabanamalik4551@gmail.com'),(4754,810,'_form_id','1'),(4755,810,'_seq_num','461'),(4756,811,'_field_1','Ankit Rai'),(4757,811,'_field_10','(962) 500-4592'),(4758,811,'_field_11','kumarankitrai123@gmail.com'),(4759,811,'_form_id','1'),(4760,811,'_seq_num','462'),(4761,812,'_field_1','Kailash rana'),(4762,812,'_field_10','(971) 166-6388'),(4763,812,'_field_11','gillurana3553@gmail.com'),(4764,812,'_form_id','1'),(4765,812,'_seq_num','463'),(4766,813,'_field_1','Kanak Sharma '),(4767,813,'_field_10','(851) 006-8868'),(4768,813,'_field_11','poojaysharma@gmail.com'),(4769,813,'_form_id','1'),(4770,813,'_seq_num','464'),(4771,814,'_field_1','Girisha '),(4772,814,'_field_10','(798) 274-4194'),(4773,814,'_field_11',''),(4774,814,'_form_id','1'),(4775,814,'_seq_num','465'),(4776,815,'_field_1','Girisha '),(4777,815,'_field_10','(798) 274-4194'),(4778,815,'_field_11','sanjeevky3@gmail.com'),(4779,815,'_form_id','1'),(4780,815,'_seq_num','466'),(4781,816,'_field_1','Nitin Jain'),(4782,816,'_field_10','(971) 730-0157'),(4783,816,'_field_11','jain.nitin01@gmail.com'),(4784,816,'_form_id','1'),(4785,816,'_seq_num','467'),(4786,817,'_field_1','ROOP SINGH '),(4787,817,'_field_10','(917) 252-9665'),(4788,817,'_field_11','mehrarahul19710@gmail.com'),(4789,817,'_form_id','1'),(4790,817,'_seq_num','468'),(4791,818,'_field_1','Musrat '),(4792,818,'_field_10','(849) 289-4577'),(4793,818,'_field_11','aroojfarooq7282@gmail.com'),(4794,818,'_form_id','1'),(4795,818,'_seq_num','469'),(4796,819,'_field_1','Avya Takiar'),(4797,819,'_field_10','(981) 137-2562'),(4798,819,'_field_11','avyatakiar@gmail.com'),(4799,819,'_form_id','1'),(4800,819,'_seq_num','470'),(4801,820,'_field_1','Divjot singh '),(4802,820,'_field_10','(971) 821-9224'),(4803,820,'_field_11',''),(4804,820,'_form_id','1'),(4805,820,'_seq_num','471'),(4806,821,'_field_1','Gaurav Sharma'),(4807,821,'_field_10','(989) 158-0625'),(4808,821,'_field_11',''),(4809,821,'_form_id','1'),(4810,821,'_seq_num','472'),(4811,822,'_field_1','Satyendra Kumar'),(4812,822,'_field_10','(728) 903-6575'),(4813,822,'_field_11','satyendra.dsa@gmail.com'),(4814,822,'_form_id','1'),(4815,822,'_seq_num','473'),(4816,823,'_field_1','Nandani Kumari'),(4817,823,'_field_10','(930) 846-7242'),(4818,823,'_field_11','goodlook143@gmil.com'),(4819,823,'_form_id','1'),(4820,823,'_seq_num','474'),(4821,824,'_field_1','Purbasha Dey Biswas '),(4822,824,'_field_10','(989) 130-3502'),(4823,824,'_field_11','deybiswas@gmail.com'),(4824,824,'_form_id','1'),(4825,824,'_seq_num','475'),(4826,825,'_field_1','Satyabadi parida'),(4827,825,'_field_10','(862) 293-3848'),(4828,825,'_field_11','krushnapriya77@gmail.com'),(4829,825,'_form_id','1'),(4830,825,'_seq_num','476'),(4831,826,'_field_1','raju pandey'),(4832,826,'_field_10','(724) 848-5731'),(4833,826,'_field_11','rajupandey272@gmail.com'),(4834,826,'_form_id','1'),(4835,826,'_seq_num','477'),(4836,827,'_field_1','Ronak Malik'),(4837,827,'_field_10','(870) 072-5444'),(4838,827,'_field_11','ronakmalik222@gmail.com'),(4839,827,'_form_id','1'),(4840,827,'_seq_num','478'),(4841,828,'_field_1','Yunus'),(4842,828,'_field_10','(981) 877-6781'),(4843,828,'_field_11','yunusmalik0123@gmail.com'),(4844,828,'_form_id','1'),(4845,828,'_seq_num','479'),(4846,829,'_field_1','Pragya Jyoti'),(4847,829,'_field_10','(854) 193-3836'),(4848,829,'_field_11','pragyajyoti2151@gmail.com'),(4849,829,'_form_id','1'),(4850,829,'_seq_num','480'),(4851,830,'_field_1','KK DIVYASHRI '),(4852,830,'_field_10','(981) 827-7840'),(4853,830,'_field_11','kuduvak059@gmail.com'),(4854,830,'_form_id','1'),(4855,830,'_seq_num','481'),(4856,831,'_field_1','Mayank'),(4857,831,'_field_10','(816) 858-5651'),(4858,831,'_field_11','mayankbansal19990202@gmail.com'),(4859,831,'_form_id','1'),(4860,831,'_seq_num','482'),(4861,832,'_field_1','Sanjay'),(4862,832,'_field_10','(999) 988-3044'),(4863,832,'_field_11',''),(4864,832,'_form_id','1'),(4865,832,'_seq_num','483'),(4866,833,'_field_1','Mridul Gupta'),(4867,833,'_field_10','(954) 037-6756'),(4868,833,'_field_11','mridulgupt28@gmail.com'),(4869,833,'_form_id','1'),(4870,833,'_seq_num','484'),(4871,834,'_field_1','Ahmed Kamal'),(4872,834,'_field_10','(701) 742-5670'),(4873,834,'_field_11','ahmedkamal5020@gmail.com'),(4874,834,'_form_id','1'),(4875,834,'_seq_num','485'),(4876,835,'_field_1','Aditya Chotiya'),(4877,835,'_field_10','(890) 519-4070'),(4878,835,'_field_11','adityachotiya41@gmail.com'),(4879,835,'_form_id','1'),(4880,835,'_seq_num','486'),(4881,836,'_field_1','Dharmendra mathuriya'),(4882,836,'_field_10','(798) 306-8001'),(4883,836,'_field_11','94.dharma@gmail.com'),(4884,836,'_form_id','1'),(4885,836,'_seq_num','487'),(4886,837,'_field_1','deelip '),(4887,837,'_field_10','(999) 961-6367'),(4888,837,'_field_11','digital@sharpsight.in'),(4889,837,'_form_id','1'),(4890,837,'_seq_num','488'),(4891,838,'_field_1','deelip Kushwaha'),(4892,838,'_field_10','(999) 961-6367'),(4893,838,'_field_11','digital@sharpsight.in'),(4894,838,'_form_id','1'),(4895,838,'_seq_num','489'),(4896,839,'_field_1','test9'),(4897,839,'_field_10','(701) 784-8108'),(4898,839,'_field_11','test9@gmail.com'),(4899,839,'_form_id','1'),(4900,839,'_seq_num','490'),(4901,839,'_wp_trash_meta_status','publish'),(4902,839,'_wp_trash_meta_time','1695110697'),(4903,839,'_wp_desired_post_slug','839'),(4906,840,'_field_1','shivendra'),(4907,840,'_field_10','(701) 784-8108'),(4908,840,'_field_11','shivendra@whatthehell.co'),(4909,840,'_form_id','1'),(4910,840,'_seq_num','491'),(4912,841,'_field_1','Akshit Gupta'),(4913,841,'_field_10','(981) 807-6931'),(4914,841,'_field_11','akshitgupta1209@gmail.com'),(4915,841,'_form_id','1'),(4916,841,'_seq_num','492'),(4917,842,'_field_1','Sachin '),(4918,842,'_field_10','(971) 671-9716'),(4919,842,'_field_11',''),(4920,842,'_form_id','1'),(4921,842,'_seq_num','493'),(4922,843,'_field_1','Naveena Dwari'),(4923,843,'_field_10','(836) 881-2075'),(4924,843,'_field_11','naveenadwari99@gmail.com'),(4925,843,'_form_id','1'),(4926,843,'_seq_num','494'),(4927,844,'_field_1','deelip kushwaha'),(4928,844,'_field_10','(999) 961-6367'),(4929,844,'_field_11','digital@sharpsight.in'),(4930,844,'_form_id','1'),(4931,844,'_seq_num','495'),(4932,845,'_field_1','Atul kumar'),(4933,845,'_field_10','(782) 723-1909'),(4934,845,'_field_11',''),(4935,845,'_form_id','1'),(4936,845,'_seq_num','496'),(4939,846,'_field_1','deelip'),(4940,846,'_field_10','(549) 494-6461'),(4941,846,'_field_11','ewsdgfg@gmail.com'),(4942,846,'_form_id','1'),(4943,846,'_seq_num','497'),(4944,847,'_field_1','Utkarsh Kumar Singh'),(4945,847,'_field_10','(991) 178-7486'),(4946,847,'_field_11','utkarshsingh845@gmail.com'),(4947,847,'_form_id','1'),(4948,847,'_seq_num','498'),(4949,848,'_field_1','Vandana '),(4950,848,'_field_10','(982) 189-0692'),(4951,848,'_field_11',''),(4952,848,'_form_id','1'),(4953,848,'_seq_num','499'),(4955,849,'_field_1','Sonia '),(4956,849,'_field_10','(892) 086-1465'),(4957,849,'_field_11','soniasejwal2315@gmail.com'),(4958,849,'_form_id','1'),(4959,849,'_seq_num','500'),(4960,850,'_field_1','RAMESH GARG'),(4961,850,'_field_10','(987) 393-5033'),(4962,850,'_field_11','rameshgarg2685@gmail.com'),(4963,850,'_form_id','1'),(4964,850,'_seq_num','501'),(4965,851,'_field_1','Sahil Khandelwal'),(4966,851,'_field_10','(828) 748-4985'),(4967,851,'_field_11','Khandelwalsahil364@gmail.com'),(4968,851,'_form_id','1'),(4969,851,'_seq_num','502'),(4970,852,'_field_1','Gulshan '),(4971,852,'_field_10','(851) 003-5993'),(4972,852,'_field_11',''),(4973,852,'_form_id','1'),(4974,852,'_seq_num','503'),(4975,853,'_field_1','Srishti Gupta '),(4976,853,'_field_10','(989) 938-8100'),(4977,853,'_field_11','yogeshgupta478479@gmail.com'),(4978,853,'_form_id','1'),(4979,853,'_seq_num','504'),(4980,854,'_field_1','mritunjay sharma'),(4981,854,'_field_10','(701) 123-2560'),(4982,854,'_field_11','mritunjay1195@gmail.com'),(4983,854,'_form_id','1'),(4984,854,'_seq_num','505'),(4985,855,'_field_1','Harsimran singh'),(4986,855,'_field_10','(919) 888-2887'),(4987,855,'_field_11','sjasmeetkaur32@gmail.com'),(4988,855,'_form_id','1'),(4989,855,'_seq_num','506'),(4990,856,'_field_1','Geeta rani'),(4991,856,'_field_10','(987) 136-0253'),(4992,856,'_field_11','talk.vijay@gmail.com'),(4993,856,'_form_id','1'),(4994,856,'_seq_num','507'),(4995,857,'_field_1','vijay singh'),(4996,857,'_field_10','(098) 713-6025'),(4997,857,'_field_11','talk.vijay@gmail.com'),(4998,857,'_form_id','1'),(4999,857,'_seq_num','508'),(5000,858,'_field_1','Laxmi Sharma '),(5001,858,'_field_10','(097) 166-0073'),(5002,858,'_field_11','laxmisharma808@gmail.com'),(5003,858,'_form_id','1'),(5004,858,'_seq_num','509'),(5005,859,'_field_1','Indu Singh'),(5006,859,'_field_10','(999) 900-2049'),(5007,859,'_field_11','abhisheksng82@gmail.com'),(5008,859,'_form_id','1'),(5009,859,'_seq_num','510'),(5010,860,'_field_1','Vinit Malik'),(5011,860,'_field_10','(981) 193-8343'),(5012,860,'_field_11',''),(5013,860,'_form_id','1'),(5014,860,'_seq_num','511'),(5015,861,'_field_1','Shiv Dayal '),(5016,861,'_field_10','(886) 095-3250'),(5017,861,'_field_11',''),(5018,861,'_form_id','1'),(5019,861,'_seq_num','512'),(5020,862,'_field_1','Muhammad Taha '),(5021,862,'_field_10','(321) 573-5600'),(5022,862,'_field_11','toaha155@gmail.com'),(5023,862,'_form_id','1'),(5024,862,'_seq_num','513'),(5026,863,'_field_1','Vaibhav Kumar '),(5027,863,'_field_10','(813) 058-8429'),(5028,863,'_field_11','0201manish@gmail.com'),(5029,863,'_form_id','1'),(5030,863,'_seq_num','514'),(5031,864,'_field_1','Abdul Karim '),(5032,864,'_field_10','(709) 145-9541'),(5033,864,'_field_11','karimabdul89876@gmail.com'),(5034,864,'_form_id','1'),(5035,864,'_seq_num','515'),(5036,865,'_field_1','Mohd Kashif Khan'),(5037,865,'_field_10','(830) 324-1718'),(5038,865,'_field_11','kashifkhaan86@gmail.com'),(5039,865,'_form_id','1'),(5040,865,'_seq_num','516'),(5041,866,'_field_1','Vikas Shilpi '),(5042,866,'_field_10','(626) 253-1508'),(5043,866,'_field_11','vickyshilpi421@gmail.com'),(5044,866,'_form_id','1'),(5045,866,'_seq_num','517'),(5046,867,'_field_1','deepak Bairwa '),(5047,867,'_field_10','(701) 139-2017'),(5048,867,'_field_11','deepakrajbairwadeepakrajbairwa@gmail.com'),(5049,867,'_form_id','1'),(5050,867,'_seq_num','518'),(5051,868,'_field_1','Indira Yadav'),(5052,868,'_field_10','(078) 383-8604'),(5053,868,'_field_11','indira240463@gmail.com'),(5054,868,'_form_id','1'),(5055,868,'_seq_num','519'),(5056,869,'_field_1','Abhishek mitra'),(5057,869,'_field_10','(971) 601-0452'),(5058,869,'_field_11','mitraabhishek1002@gmail.com'),(5059,869,'_form_id','1'),(5060,869,'_seq_num','520'),(5061,870,'_field_1','Abhishek mitra'),(5062,870,'_field_10','(971) 601-0452'),(5063,870,'_field_11','mitraabhishek1002@gmail.com'),(5064,870,'_form_id','1'),(5065,870,'_seq_num','521'),(5066,871,'_field_1','Saurabh'),(5067,871,'_field_10','(971) 846-1111'),(5068,871,'_field_11','saurabhtech05@gmail.com'),(5069,871,'_form_id','1'),(5070,871,'_seq_num','522'),(5071,872,'_field_1','Umendar gangwar'),(5072,872,'_field_10','(936) 923-7970'),(5073,872,'_field_11','umendragangwar3@gmail.com'),(5074,872,'_form_id','1'),(5075,872,'_seq_num','523'),(5076,873,'_field_1','Vimla Devi'),(5077,873,'_field_10','(979) 777-7856'),(5078,873,'_field_11',''),(5079,873,'_form_id','1'),(5080,873,'_seq_num','524'),(5081,874,'_field_1','Mueksh bidani'),(5082,874,'_field_10','(931) 134-6279'),(5083,874,'_field_11','mbdelhioffice@gmail.com'),(5084,874,'_form_id','1'),(5085,874,'_seq_num','525'),(5086,875,'_field_1','Aayu Deval patwa '),(5087,875,'_field_10','(913) 127-5081'),(5088,875,'_field_11','deepakpatwa9984@gmail.com'),(5089,875,'_form_id','1'),(5090,875,'_seq_num','526'),(5091,876,'_field_1','Anuradha Kumari'),(5092,876,'_field_10','(981) 804-7213'),(5093,876,'_field_11','harender.itdp@gmail.com'),(5094,876,'_form_id','1'),(5095,876,'_seq_num','527'),(5096,877,'_field_1','Sanjeev kumar'),(5097,877,'_field_10','(999) 051-7999'),(5098,877,'_field_11','gddawar@gmail.com'),(5099,877,'_form_id','1'),(5100,877,'_seq_num','528'),(5101,878,'_field_1','Manoranian kumar'),(5102,878,'_field_10','(079) 824-3287'),(5103,878,'_field_11','manoeanjan3095@gmail.com'),(5104,878,'_form_id','1'),(5105,878,'_seq_num','529'),(5106,879,'_field_1','Twesha sainath'),(5107,879,'_field_10','(987) 323-6567'),(5108,879,'_field_11','tweshasainath99@gmail.com'),(5109,879,'_form_id','1'),(5110,879,'_seq_num','530'),(5111,880,'_field_1','Shuaib ahmed '),(5112,880,'_field_10','(875) 096-7804'),(5113,880,'_field_11','shuaibahmed1100@gmail.com'),(5114,880,'_form_id','1'),(5115,880,'_seq_num','531'),(5116,881,'_field_1','Manoj Kumar Gaur'),(5117,881,'_field_10','(852) 799-0435'),(5118,881,'_field_11','manojkgaur1980@gmail.com'),(5119,881,'_form_id','1'),(5120,881,'_seq_num','532'),(5121,882,'_field_1','Subhash Kumar '),(5122,882,'_field_10','(704) 891-0457'),(5123,882,'_field_11','Subhash.391@gmail.com'),(5124,882,'_form_id','1'),(5125,882,'_seq_num','533'),(5126,883,'_field_1','Lalit mohan joshi'),(5127,883,'_field_10','(995) 882-5531'),(5128,883,'_field_11','lalitjoshi1882@gmail.com'),(5129,883,'_form_id','1'),(5130,883,'_seq_num','534'),(5131,884,'_field_1','Faisal war'),(5132,884,'_field_10','(959) 652-1088'),(5133,884,'_field_11','shabwar2@gmail.com'),(5134,884,'_form_id','1'),(5135,884,'_seq_num','535'),(5136,885,'_field_1','Naresh Kumar '),(5137,885,'_field_10','(790) 635-4493'),(5138,885,'_field_11',''),(5139,885,'_form_id','1'),(5140,885,'_seq_num','536'),(5141,886,'_field_1','Maryam Abbasi'),(5142,886,'_field_10','(971) 197-3631'),(5143,886,'_field_11','danishamir786@gmail.com'),(5144,886,'_form_id','1'),(5145,886,'_seq_num','537'),(5146,887,'_field_1','Utkarsh '),(5147,887,'_field_10','(987) 149-5413'),(5148,887,'_field_11',''),(5149,887,'_form_id','1'),(5150,887,'_seq_num','538'),(5151,888,'_field_1','Ravi Kumar Kohli'),(5152,888,'_field_10','(892) 059-8702'),(5153,888,'_field_11','ravikohli001@gmail.com'),(5154,888,'_form_id','1'),(5155,888,'_seq_num','539'),(5156,889,'_field_1','Abdul Ghaffar'),(5157,889,'_field_10','(989) 110-7365'),(5158,889,'_field_11','ghaffar_saifi@rediffmail.com'),(5159,889,'_form_id','1'),(5160,889,'_seq_num','540'),(5161,890,'_field_1','Manoj Kumar '),(5162,890,'_field_10','(903) 416-0611'),(5163,890,'_field_11','manveersingh1017@gmail.com'),(5164,890,'_form_id','1'),(5165,890,'_seq_num','541'),(5166,891,'_field_1','Chand babu'),(5167,891,'_field_10','(999) 930-5806'),(5168,891,'_field_11',''),(5169,891,'_form_id','1'),(5170,891,'_seq_num','542'),(5171,892,'_field_1','Praveen Kumar '),(5172,892,'_field_10','(088) 608-1881'),(5173,892,'_field_11','p.sharma2404@gmail.com'),(5174,892,'_form_id','1'),(5175,892,'_seq_num','543'),(5176,893,'_field_1','Himanshu '),(5177,893,'_field_10','(989) 125-6711'),(5178,893,'_field_11',''),(5179,893,'_form_id','1'),(5180,893,'_seq_num','544'),(5181,894,'_field_1','Dharam pal'),(5182,894,'_field_10','(989) 918-6738'),(5183,894,'_field_11','dharampal0509@gmail.com'),(5184,894,'_form_id','1'),(5185,894,'_seq_num','545'),(5186,895,'_field_1','GIRIJESH KUMAR MISHRA'),(5187,895,'_field_10','(971) 879-8503'),(5188,895,'_field_11','girijeshmishra05@gmail.com'),(5189,895,'_form_id','1'),(5190,895,'_seq_num','546'),(5191,896,'_field_1','Dinesh'),(5192,896,'_field_10','(931) 140-1822'),(5193,896,'_field_11',''),(5194,896,'_form_id','1'),(5195,896,'_seq_num','547'),(5196,897,'_field_1','Swarthi kumari'),(5197,897,'_field_10','(954) 426-7401'),(5198,897,'_field_11','uditfaujdar1990@gmail.com'),(5199,897,'_form_id','1'),(5200,897,'_seq_num','548'),(5201,898,'_field_1','KIRTI VASHISTH'),(5202,898,'_field_10','(097) 175-5091'),(5203,898,'_field_11','adv.kv03@gmail.com'),(5204,898,'_form_id','1'),(5205,898,'_seq_num','549'),(5206,899,'_field_1','Baby of anshu kumari'),(5207,899,'_field_10','(930) 603-8005'),(5208,899,'_field_11','Sanjeetgulia77@gmail.com'),(5209,899,'_form_id','1'),(5210,899,'_seq_num','550'),(5211,900,'_field_1','PARVAZ KHAN'),(5212,900,'_field_10','(953) 636-7947'),(5213,900,'_field_11','naveelnaveelkhan49@gmail.com'),(5214,900,'_form_id','1'),(5215,900,'_seq_num','551'),(5216,901,'_field_1','Abdul Gaffar'),(5217,901,'_field_10','(997) 166-2331'),(5218,901,'_field_11',''),(5219,901,'_form_id','1'),(5220,901,'_seq_num','552'),(5221,902,'_field_1','abhishek bisht '),(5222,902,'_field_10','(870) 084-1898'),(5223,902,'_field_11','bishtabi05021996@gmail.com'),(5224,902,'_form_id','1'),(5225,902,'_seq_num','553'),(5226,903,'_field_1','Bheru jat'),(5227,903,'_field_10','(735) 779-6411'),(5228,903,'_field_11','mamtachoudhary150693@gmail.com'),(5229,903,'_form_id','1'),(5230,903,'_seq_num','554'),(5231,904,'_field_1','Sayyed danish '),(5232,904,'_field_10','(917) 020-4146'),(5233,904,'_field_11','shaikhsalman5993@gmail.com'),(5234,904,'_form_id','1'),(5235,904,'_seq_num','555'),(5236,905,'_field_1','Mayank Gupta '),(5237,905,'_field_10','(844) 517-2629'),(5238,905,'_field_11','mg7729565@gmail.com'),(5239,905,'_form_id','1'),(5240,905,'_seq_num','556'),(5241,906,'_field_1','vikas jain'),(5242,906,'_field_10','(953) 866-8889'),(5243,906,'_field_11','viccy200@gmail.com'),(5244,906,'_form_id','1'),(5245,906,'_seq_num','557'),(5246,907,'_field_1','Siddhi Sharma'),(5247,907,'_field_10','(954) 051-5447'),(5248,907,'_field_11','sharmasiddhi029@gmail.com'),(5249,907,'_form_id','1'),(5250,907,'_seq_num','558'),(5251,908,'_field_1','S k lahiri'),(5252,908,'_field_10','(983) 056-7129'),(5253,908,'_field_11',''),(5254,908,'_form_id','1'),(5255,908,'_seq_num','559'),(5256,909,'_field_1','Ankit Gaba'),(5257,909,'_field_10','(971) 708-0080'),(5258,909,'_field_11','ankitgaba@live.com'),(5259,909,'_form_id','1'),(5260,909,'_seq_num','560'),(5261,910,'_field_1','Gokul singh'),(5262,910,'_field_10','(817) 871-0658'),(5263,910,'_field_11','happymuskan1976@gmail.com'),(5264,910,'_form_id','1'),(5265,910,'_seq_num','561'),(5266,911,'_field_1','Amita'),(5267,911,'_field_10','(997) 104-4240'),(5268,911,'_field_11',''),(5269,911,'_form_id','1'),(5270,911,'_seq_num','562'),(5271,912,'_field_1','Gokul Singh Chauhan'),(5272,912,'_field_10','(991) 000-5983'),(5273,912,'_field_11',''),(5274,912,'_form_id','1'),(5275,912,'_seq_num','563'),(5276,913,'_field_1','Vijay Kumar'),(5277,913,'_field_10','(955) 550-0228'),(5278,913,'_field_11','vkaluria@gmail.com'),(5279,913,'_form_id','1'),(5280,913,'_seq_num','564'),(5281,914,'_field_1','Anup Agrahari '),(5282,914,'_field_10','(981) 022-9641'),(5283,914,'_field_11','anupagrahari82@gmail.com'),(5284,914,'_form_id','1'),(5285,914,'_seq_num','565'),(5286,915,'_field_1','Mohd Nadeem '),(5287,915,'_field_10','(981) 880-3305'),(5288,915,'_field_11',''),(5289,915,'_form_id','1'),(5290,915,'_seq_num','566'),(5291,916,'_field_1','UDYA JAISWAL'),(5292,916,'_field_10','(913) 578-8910'),(5293,916,'_field_11','JAISWALUDYA@GMAIL.COM'),(5294,916,'_form_id','1'),(5295,916,'_seq_num','567'),(5296,917,'_field_1','Meenu'),(5297,917,'_field_10','(851) 207-4914'),(5298,917,'_field_11','meenugdheeraj@gmail.com'),(5299,917,'_form_id','1'),(5300,917,'_seq_num','568'),(5303,918,'_field_1','Zohran chaudhary'),(5304,918,'_field_10','(901) 382-2040'),(5305,918,'_field_11','maryamchaudhary81@yahoo.com'),(5306,918,'_form_id','1'),(5307,918,'_seq_num','569'),(5309,919,'_field_1','Dharmendra jha'),(5310,919,'_field_10','(999) 089-5436'),(5311,919,'_field_11','dharmendrak319@gmail.com'),(5312,919,'_form_id','1'),(5313,919,'_seq_num','570'),(5314,920,'_field_1','Himani arya '),(5315,920,'_field_10','(905) 322-9956'),(5316,920,'_field_11','piyusharya3010@gmail.com'),(5317,920,'_form_id','1'),(5318,920,'_seq_num','571'),(5319,921,'_field_1','Santosh Vishwakarma'),(5320,921,'_field_10','(798) 225-4065'),(5321,921,'_field_11','sharmasantosh0083@gmail.com'),(5322,921,'_form_id','1'),(5323,921,'_seq_num','572'),(5324,922,'_field_1','Neelam '),(5325,922,'_field_10','(809) 463-2122'),(5326,922,'_field_11','sandeepmahich01@gmail.com'),(5327,922,'_form_id','1'),(5328,922,'_seq_num','573'),(5329,923,'_field_1','Akshaya'),(5330,923,'_field_10','(965) 091-0958'),(5331,923,'_field_11','ibsivaram1975@gmail.com'),(5332,923,'_form_id','1'),(5333,923,'_seq_num','574'),(5334,924,'_field_1','Krishan Mohan '),(5335,924,'_field_10','(910) 701-1714'),(5336,924,'_field_11','krishanmohan13@yahoo.com'),(5337,924,'_form_id','1'),(5338,924,'_seq_num','575'),(5339,925,'_field_1','Nitin sharma'),(5340,925,'_field_10','(987) 130-1298'),(5341,925,'_field_11','sureshsavita9@gmail.com'),(5342,925,'_form_id','1'),(5343,925,'_seq_num','576'),(5344,926,'_field_1','Madhu Gupta '),(5345,926,'_field_10','(837) 686-9109'),(5346,926,'_field_11','madhu798gupta@gmail.com'),(5347,926,'_form_id','1'),(5348,926,'_seq_num','577'),(5349,927,'_field_1','Harman '),(5350,927,'_field_10','(965) 000-9828'),(5351,927,'_field_11','ahuja.purnimasharma@gmail.com'),(5352,927,'_form_id','1'),(5353,927,'_seq_num','578'),(5354,928,'_field_1','Ankit '),(5355,928,'_field_10','(901) 522-4752'),(5356,928,'_field_11','ahuja.ankit1988@gmail.com'),(5357,928,'_form_id','1'),(5358,928,'_seq_num','579'),(5359,929,'_field_1','Shakuntla '),(5360,929,'_field_10','(965) 066-5050'),(5361,929,'_field_11','1986manoj22sharma@gmail.com'),(5362,929,'_form_id','1'),(5363,929,'_seq_num','580'),(5364,930,'_field_1','Atmaram'),(5365,930,'_field_10','(986) 823-4437'),(5366,930,'_field_11',''),(5367,930,'_form_id','1'),(5368,930,'_seq_num','581'),(5369,931,'_field_1','Siddharth Singh'),(5370,931,'_field_10','(798) 287-1829'),(5371,931,'_field_11','sidsingh27.ss@gmail.com'),(5372,931,'_form_id','1'),(5373,931,'_seq_num','582'),(5374,932,'_field_1','Himanshu Barsaiyan '),(5375,932,'_field_10','(750) 997-4140'),(5376,932,'_field_11','manseegupta488@gmail.com'),(5377,932,'_form_id','1'),(5378,932,'_seq_num','583'),(5379,933,'_field_1','SHEETAL'),(5380,933,'_field_10','(935) 414-0125'),(5381,933,'_field_11','sheetalgola324@gmail.com'),(5382,933,'_form_id','1'),(5383,933,'_seq_num','584'),(5384,934,'_field_1','Anurag kaushik '),(5385,934,'_field_10','(981) 069-0005'),(5386,934,'_field_11',''),(5387,934,'_form_id','1'),(5388,934,'_seq_num','585'),(5389,77,'_elementor_css','a:6:{s:4:\"time\";i:1696900851;s:5:\"fonts\";a:2:{i:0;s:5:\"Inter\";i:1;s:5:\"Heebo\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5390,289,'_elementor_css','a:6:{s:4:\"time\";i:1696900852;s:5:\"fonts\";a:1:{i:0;s:5:\"Heebo\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5391,48,'_elementor_css','a:6:{s:4:\"time\";i:1696900867;s:5:\"fonts\";a:3:{i:0;s:11:\"Roboto Slab\";i:1;s:5:\"Inter\";i:2;s:5:\"Heebo\";}s:5:\"icons\";a:4:{i:0;s:0:\"\";i:1;s:8:\"fa-solid\";i:2;s:9:\"ekiticons\";i:21;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(5392,935,'_field_1','Twesha Sainath'),(5393,935,'_field_10','(987) 323-6567'),(5394,935,'_field_11','tweshasainath99@gmail.com'),(5395,935,'_form_id','1'),(5396,935,'_seq_num','586'),(5397,936,'_field_1','Jitender Jain '),(5398,936,'_field_10','(981) 001-5076'),(5399,936,'_field_11','jeetu8073@gmail.com'),(5400,936,'_form_id','1'),(5401,936,'_seq_num','587'),(5402,937,'_field_1','Salmuddin'),(5403,937,'_field_10','(981) 878-6360'),(5404,937,'_field_11','saleemshadan582009@gmail.com'),(5405,937,'_form_id','1'),(5406,937,'_seq_num','588'),(5407,938,'_field_1','Md Makhfi Hussain'),(5408,938,'_field_10','(854) 190-2650'),(5409,938,'_field_11','mdmatlub308@gmail.com'),(5410,938,'_form_id','1'),(5411,938,'_seq_num','589'),(5412,939,'_field_1','Manju bhagat'),(5413,939,'_field_10','(874) 588-6981'),(5414,939,'_field_11',''),(5415,939,'_form_id','1'),(5416,939,'_seq_num','590'),(5417,940,'_field_1','Deepak '),(5418,940,'_field_10','(931) 582-2132'),(5419,940,'_field_11','kumardeepak35166@gmail.com'),(5420,940,'_form_id','1'),(5421,940,'_seq_num','591'),(5422,941,'_field_1','Divya chauhan'),(5423,941,'_field_10','(914) 901-6594'),(5424,941,'_field_11','divyachauhannws@gmail.com'),(5425,941,'_form_id','1'),(5426,941,'_seq_num','592'),(5427,942,'_field_1','Anjali sharma'),(5428,942,'_field_10','(989) 111-4261'),(5429,942,'_field_11','anjaliautolink@yahoo.com'),(5430,942,'_form_id','1'),(5431,942,'_seq_num','593'),(5432,943,'_field_1','Warish Ahmed'),(5433,943,'_field_10','(099) 588-7568'),(5434,943,'_field_11','warishahmedwarish82@gmail.com'),(5435,943,'_form_id','1'),(5436,943,'_seq_num','594'),(5437,944,'_field_1','Vipul Bishnoi'),(5438,944,'_field_10','(999) 662-0739'),(5439,944,'_field_11','vipuljyani29@gmail.com'),(5440,944,'_form_id','1'),(5441,944,'_seq_num','595'),(5442,945,'_field_1','Asha singh'),(5443,945,'_field_10','(981) 093-1773'),(5444,945,'_field_11',''),(5445,945,'_form_id','1'),(5446,945,'_seq_num','596'),(5447,946,'_field_1','Tejasvi '),(5448,946,'_field_10','(701) 737-9283'),(5449,946,'_field_11','tejasvidhamaniya1988@gimal.com'),(5450,946,'_form_id','1'),(5451,946,'_seq_num','597'),(5452,947,'_field_1','Ajit Kaur '),(5453,947,'_field_10','(971) 147-2275'),(5454,947,'_field_11','rajanet3585@gmail.com'),(5455,947,'_form_id','1'),(5456,947,'_seq_num','598'),(5457,948,'_field_1','Nagendra singh'),(5458,948,'_field_10','(981) 093-1773'),(5459,948,'_field_11','nagendra00774@gmail.com'),(5460,948,'_form_id','1'),(5461,948,'_seq_num','599'),(5462,949,'_field_1','Abhinav Jain '),(5463,949,'_field_10','(772) 808-6702'),(5464,949,'_field_11',''),(5465,949,'_form_id','1'),(5466,949,'_seq_num','600'),(5467,950,'_field_1','Pushpdant Sharma '),(5468,950,'_field_10','(807) 606-6811'),(5469,950,'_field_11','ipushpdant@gmail.com'),(5470,950,'_form_id','1'),(5471,950,'_seq_num','601'),(5472,951,'_field_1','Prashant Singh'),(5473,951,'_field_10','(852) 747-7167'),(5474,951,'_field_11',''),(5475,951,'_form_id','1'),(5476,951,'_seq_num','602'),(5477,952,'_field_1','Gaurav kumar '),(5478,952,'_field_10','(982) 177-8190'),(5479,952,'_field_11','gk987474@gmail.com'),(5480,952,'_form_id','1'),(5481,952,'_seq_num','603'),(5482,953,'_field_1','Aanya garg'),(5483,953,'_field_10','(900) 495-5456'),(5484,953,'_field_11','garg.ashwani1976@gmail.com'),(5485,953,'_form_id','1'),(5486,953,'_seq_num','604'),(5487,954,'_field_1','Manish '),(5488,954,'_field_10','(931) 010-7606'),(5489,954,'_field_11','manish0661@gmail.com'),(5490,954,'_form_id','1'),(5491,954,'_seq_num','605'),(5492,955,'_field_1','Sandhya Damele '),(5493,955,'_field_10','(995) 826-3522'),(5494,955,'_field_11','damelesandhya@gmail.com'),(5495,955,'_form_id','1'),(5496,955,'_seq_num','606'),(5497,956,'_field_1','Arzu'),(5498,956,'_field_10','(931) 943-5199'),(5499,956,'_field_11','ARZUBAIRWA@GMAIL.COM'),(5500,956,'_form_id','1'),(5501,956,'_seq_num','607'),(5502,957,'_field_1','Shriram pandit'),(5503,957,'_field_10','(991) 131-9223'),(5504,957,'_field_11','ahreeramp3@gmail.com'),(5505,957,'_form_id','1'),(5506,957,'_seq_num','608'),(5507,958,'_field_1','Shriram pandit'),(5508,958,'_field_10','(991) 131-9223'),(5509,958,'_field_11','shreeramp3@gmail.com'),(5510,958,'_form_id','1'),(5511,958,'_seq_num','609'),(5512,959,'_field_1','Prateek Kumar Gupta'),(5513,959,'_field_10','(107) 291-0924'),(5514,959,'_field_11','Prateekmanu11@gmail.com'),(5515,959,'_form_id','1'),(5516,959,'_seq_num','610'),(5517,960,'_field_1','Chanchal Sharma '),(5518,960,'_field_10','(828) 599-4886'),(5519,960,'_field_11','4sumitsharma@gmail.com'),(5520,960,'_form_id','1'),(5521,960,'_seq_num','611'),(5522,961,'_field_1','Karan '),(5523,961,'_field_10','(987) 333-0615'),(5524,961,'_field_11','karanjha054@gmail.com'),(5525,961,'_form_id','1'),(5526,961,'_seq_num','612'),(5527,962,'_field_1','Anupama'),(5528,962,'_field_10','(821) 057-0374'),(5529,962,'_field_11','prem_vjm@yahoo.in'),(5530,962,'_form_id','1'),(5531,962,'_seq_num','613'),(5532,963,'_field_1','Divya'),(5533,963,'_field_10','(082) 852-4631'),(5534,963,'_field_11','letters.divya@gmail.com'),(5535,963,'_form_id','1'),(5536,963,'_seq_num','614'),(5537,964,'_field_1','Sunaina '),(5538,964,'_field_10','(918) 851-2511'),(5539,964,'_field_11','Teamsdaarch@gmail.com'),(5540,964,'_form_id','1'),(5541,964,'_seq_num','615'),(5542,965,'_field_1','Japman singh'),(5543,965,'_field_10','(854) 493-6063'),(5544,965,'_field_11','kiranpal.a333@gmail.com'),(5545,965,'_form_id','1'),(5546,965,'_seq_num','616'),(5547,966,'_field_1','Khalid '),(5548,966,'_field_10','(999) 927-2752'),(5549,966,'_field_11','m.khalid@wheeseye.com'),(5550,966,'_form_id','1'),(5551,966,'_seq_num','617'),(5552,967,'_field_1','Rahul '),(5553,967,'_field_10','(083) 840-9473'),(5554,967,'_field_11',''),(5555,967,'_form_id','1'),(5556,967,'_seq_num','618'),(5557,968,'_field_1','Shruti priya '),(5558,968,'_field_10','(955) 525-3851'),(5559,968,'_field_11','deepakdiwalar95@gmail.com'),(5560,968,'_form_id','1'),(5561,968,'_seq_num','619'),(5562,969,'_field_1','Rakesh nayar '),(5563,969,'_field_10','(931) 269-9843'),(5564,969,'_field_11','rakeshnayar016@gmail.com'),(5565,969,'_form_id','1'),(5566,969,'_seq_num','620'),(5567,970,'_field_1','Harsh tomer'),(5568,970,'_field_10','(897) 931-9610'),(5569,970,'_field_11','thakurrajsinghtomar7@gmail.com'),(5570,970,'_form_id','1');
INSERT INTO `wp_postmeta` VALUES (5571,970,'_seq_num','621'),(5572,971,'_field_1','pratima yadav'),(5573,971,'_field_10','(955) 512-8914'),(5574,971,'_field_11','pratimayadav.jnp222143@gmail.com'),(5575,971,'_form_id','1'),(5576,971,'_seq_num','622'),(5577,972,'_field_1','Ashif'),(5578,972,'_field_10','(887) 973-8668'),(5579,972,'_field_11','ashifalipharma@gmail.com'),(5580,972,'_form_id','1'),(5581,972,'_seq_num','623'),(5582,973,'_field_1','Gulshan Kumar'),(5583,973,'_field_10','(742) 891-6754'),(5584,973,'_field_11','gulshan.tech@gmail.com'),(5585,973,'_form_id','1'),(5586,973,'_seq_num','624'),(5587,974,'_field_1','Raj'),(5588,974,'_field_10','(971) 818-3195'),(5589,974,'_field_11','raj.aga85@gmail.com'),(5590,974,'_form_id','1'),(5591,974,'_seq_num','625'),(5592,975,'_field_1','Lakshmi Gayatri Tata '),(5593,975,'_field_10','(949) 035-3186'),(5594,975,'_field_11','lgtata28@gmail.com'),(5595,975,'_form_id','1'),(5596,975,'_seq_num','626'),(5597,976,'_field_1','Sultana '),(5598,976,'_field_10','(931) 040-7646'),(5599,976,'_field_11','arifhashmi9310@gmail.com'),(5600,976,'_form_id','1'),(5601,976,'_seq_num','627'),(5602,977,'_field_1','Krishna '),(5603,977,'_field_10','(730) 641-5477'),(5604,977,'_field_11','shubhamsinghprince1211@gmail.com'),(5605,977,'_form_id','1'),(5606,977,'_seq_num','628'),(5607,978,'_field_1','Mansha Ram Dagur'),(5608,978,'_field_10','(986) 827-6578'),(5609,978,'_field_11','prameshdagur@gmail.com'),(5610,978,'_form_id','1'),(5611,978,'_seq_num','629'),(5612,979,'_field_1','Pareesha Goyal'),(5613,979,'_field_10','(098) 116-4001'),(5614,979,'_field_11','sourabh.goel1@gmail.com'),(5615,979,'_form_id','1'),(5616,979,'_seq_num','630'),(5617,980,'_field_1','Devesh'),(5618,980,'_field_10','(782) 708-2317'),(5619,980,'_field_11',''),(5620,980,'_form_id','1'),(5621,980,'_seq_num','631'),(5622,981,'_field_1','Kamini '),(5623,981,'_field_10','(989) 908-5144'),(5624,981,'_field_11','karanthakur4u@gmail.com'),(5625,981,'_form_id','1'),(5626,981,'_seq_num','632'),(5627,982,'_field_1','Ramkripal'),(5628,982,'_field_10','(941) 566-0527'),(5629,982,'_field_11','kripalram9415660527@gmail.com'),(5630,982,'_form_id','1'),(5631,982,'_seq_num','633'),(5632,983,'_field_1','YAMUNA PANDEY '),(5633,983,'_field_10','(098) 689-6881'),(5634,983,'_field_11','pandey.del@gmail.com'),(5635,983,'_form_id','1'),(5636,983,'_seq_num','634'),(5637,984,'_field_1','Khan Iram'),(5638,984,'_field_10','(086) 980-9067'),(5639,984,'_field_11','heenak566@gmail.com'),(5640,984,'_form_id','1'),(5641,984,'_seq_num','635'),(5642,985,'_field_1','ASHISH Sharma'),(5643,985,'_field_10','(844) 702-2420'),(5644,985,'_field_11','Ashishrush36@gmail.com'),(5645,985,'_form_id','1'),(5646,985,'_seq_num','636'),(5647,986,'_field_1','Usman Munir'),(5648,986,'_field_10','(300) 697-2830'),(5649,986,'_field_11','cusman563@gmail.com'),(5650,986,'_form_id','1'),(5651,986,'_seq_num','637'),(5652,987,'_field_1','Garima Anand '),(5653,987,'_field_10','(959) 920-8150'),(5654,987,'_field_11','vinodanand1974@gmail.com'),(5655,987,'_form_id','1'),(5656,987,'_seq_num','638'),(5657,988,'_field_1','UMA Shankar '),(5658,988,'_field_10','(701) 733-7759'),(5659,988,'_field_11','umashankaryadav5764@gmail.com'),(5660,988,'_form_id','1'),(5661,988,'_seq_num','639'),(5662,989,'_field_1','Pratham Bindal'),(5663,989,'_field_10','(742) 893-0200'),(5664,989,'_field_11','prathambindal2005@gmail.com'),(5665,989,'_form_id','1'),(5666,989,'_seq_num','640'),(5667,990,'_field_1','AMIT KUMAR CHAUDHARI'),(5668,990,'_field_10','(782) 854-7248'),(5669,990,'_field_11','amit.chaudhari.kumar@gmail.com'),(5670,990,'_form_id','1'),(5671,990,'_seq_num','641'),(5672,991,'_field_1','Vijay malik'),(5673,991,'_field_10','(704) 246-9600'),(5674,991,'_field_11','vijay02@icloud.com'),(5675,991,'_form_id','1'),(5676,991,'_seq_num','642'),(5677,992,'_field_1','Ayush Agarwal'),(5678,992,'_field_10','(954) 881-1768'),(5679,992,'_field_11','agarwalayush2623@gmail.com'),(5680,992,'_form_id','1'),(5681,992,'_seq_num','643'),(5682,993,'_field_1','Fareed khan'),(5683,993,'_field_10','(911) 398-4689'),(5684,993,'_field_11','frdkhan875@gmail.com'),(5685,993,'_form_id','1'),(5686,993,'_seq_num','644'),(5687,994,'_field_1','Sachin Aggarwal '),(5688,994,'_field_10','(892) 008-9200'),(5689,994,'_field_11',''),(5690,994,'_form_id','1'),(5691,994,'_seq_num','645'),(5692,995,'_field_1','Varsha Chadhar '),(5693,995,'_field_10','(920) 503-7137'),(5694,995,'_field_11','varshachadhar12@gmail.com'),(5695,995,'_form_id','1'),(5696,995,'_seq_num','646'),(5697,996,'_field_1','Masuddur rahman'),(5698,996,'_field_10','(888) 264-4439'),(5699,996,'_field_11','mohiuddinansari888@gmail.com'),(5700,996,'_form_id','1'),(5701,996,'_seq_num','647'),(5702,997,'_field_1','ARUSH SINGH'),(5703,997,'_field_10','(945) 421-9478'),(5704,997,'_field_11','shya2509@gmail.com'),(5705,997,'_form_id','1'),(5706,997,'_seq_num','648'),(5707,998,'_field_1','Arun Kumar'),(5708,998,'_field_10','(999) 943-9068'),(5709,998,'_field_11','saurabh1668@gmail.com'),(5710,998,'_form_id','1'),(5711,998,'_seq_num','649'),(5712,999,'_field_1','Mrs.naema'),(5713,999,'_field_10','(807) 642-5274'),(5714,999,'_field_11','ahsintiger@gmail.com'),(5715,999,'_form_id','1'),(5716,999,'_seq_num','650'),(5717,1000,'_field_1','Mrs.naema'),(5718,1000,'_field_10','(807) 642-5274'),(5719,1000,'_field_11','nishairam60@gmail.com'),(5720,1000,'_form_id','1'),(5721,1000,'_seq_num','651'),(5722,1001,'_field_1','RamBadan yadav'),(5723,1001,'_field_10','(881) 037-2349'),(5724,1001,'_field_11','rbyadav365@gmail.com'),(5725,1001,'_form_id','1'),(5726,1001,'_seq_num','652'),(5727,1002,'_field_1','Aditya Jain '),(5728,1002,'_field_10','(926) 634-7887'),(5729,1002,'_field_11','atulaastha.aj@gmail.com'),(5730,1002,'_form_id','1'),(5731,1002,'_seq_num','653'),(5732,1003,'_field_1','Atul jain '),(5733,1003,'_field_10','(926) 634-7887'),(5734,1003,'_field_11','atulaastha.aj@gmail.com'),(5735,1003,'_form_id','1'),(5736,1003,'_seq_num','654'),(5737,1004,'_field_1','Sushil jain '),(5738,1004,'_field_10','(881) 020-8056'),(5739,1004,'_field_11','rashmijainaasthajain@gmail.com'),(5740,1004,'_form_id','1'),(5741,1004,'_seq_num','655'),(5742,1005,'_field_1','Ranjan Kumar Mandal'),(5743,1005,'_field_10','(084) 487-2763'),(5744,1005,'_field_11','ranjank11112@gmail.com'),(5745,1005,'_form_id','1'),(5746,1005,'_seq_num','656'),(5747,1006,'_field_1','Ranjan Kumar Mandal'),(5748,1006,'_field_10','(844) 872-7636'),(5749,1006,'_field_11','ranjank11112@gmail.com'),(5750,1006,'_form_id','1'),(5751,1006,'_seq_num','657'),(5752,1007,'_field_1','Prashish raut'),(5753,1007,'_field_10','(930) 983-0466'),(5754,1007,'_field_11','p21raut37@gmail.com'),(5755,1007,'_form_id','1'),(5756,1007,'_seq_num','658'),(5757,1008,'_field_1','Karishma Batra'),(5758,1008,'_field_10','(959) 924-2422'),(5759,1008,'_field_11','gatul277@gmail.com'),(5760,1008,'_form_id','1'),(5761,1008,'_seq_num','659'),(5762,1009,'_field_1','Vanshika gupta'),(5763,1009,'_field_10','(082) 870-6143'),(5764,1009,'_field_11',''),(5765,1009,'_form_id','1'),(5766,1009,'_seq_num','660'),(5767,1010,'_field_1','Chandani kumari '),(5768,1010,'_field_10','(903) 110-0628'),(5769,1010,'_field_11','chandanikumari11032000@gmail.com'),(5770,1010,'_form_id','1'),(5771,1010,'_seq_num','661'),(5772,1011,'_field_1','Susheela Lahiri '),(5773,1011,'_field_10','(987) 144-8775'),(5774,1011,'_field_11',''),(5775,1011,'_form_id','1'),(5776,1011,'_seq_num','662'),(5777,1012,'_field_1','Mihika'),(5778,1012,'_field_10','(099) 191-1766'),(5779,1012,'_field_11','ranjansanjeev781@gmail.com'),(5780,1012,'_form_id','1'),(5781,1012,'_seq_num','663'),(5782,1013,'_field_1','Parbati rana'),(5783,1013,'_field_10','(096) 504-9876'),(5784,1013,'_field_11','Sudarsanrana09@gmail.com'),(5785,1013,'_form_id','1'),(5786,1013,'_seq_num','664'),(5787,1014,'_field_1','Parbati rana'),(5788,1014,'_field_10','(965) 049-8767'),(5789,1014,'_field_11','sudarsanrana09@gmail.com'),(5790,1014,'_form_id','1'),(5791,1014,'_seq_num','665'),(5792,1015,'_field_1','Abhishek saxena'),(5793,1015,'_field_10','(639) 975-8899'),(5794,1015,'_field_11','abhi.abhisheksaxena@gmail.com'),(5795,1015,'_form_id','1'),(5796,1015,'_seq_num','666'),(5797,1016,'_field_1','Raj Kaur '),(5798,1016,'_field_10','(782) 731-8373'),(5799,1016,'_field_11','nishamehta5690@gmail.com'),(5800,1016,'_form_id','1'),(5801,1016,'_seq_num','667'),(5802,1017,'_field_1','Sanjida Begum '),(5803,1017,'_field_10','(879) 129-2411'),(5804,1017,'_field_11','Mohdarifsaifi19@gmail.com'),(5805,1017,'_form_id','1'),(5806,1017,'_seq_num','668'),(5807,1018,'_field_1','Jyoti '),(5808,1018,'_field_10','(955) 435-0188'),(5809,1018,'_field_11','20jyotipathak@gmail.com'),(5810,1018,'_form_id','1'),(5811,1018,'_seq_num','669'),(5812,1019,'_field_1','Siddharth '),(5813,1019,'_field_10','(991) 154-5320'),(5814,1019,'_field_11','sidd2490@gmail.com'),(5815,1019,'_form_id','1'),(5816,1019,'_seq_num','670'),(5817,1020,'_field_1','Saurabh '),(5818,1020,'_field_10','(886) 090-4969'),(5819,1020,'_field_11',''),(5820,1020,'_form_id','1'),(5821,1020,'_seq_num','671'),(5822,1021,'_field_1','krishan Bihari Lall'),(5823,1021,'_field_10','(971) 159-6466'),(5824,1021,'_field_11','shortcut_inc@yahoo.com'),(5825,1021,'_form_id','1'),(5826,1021,'_seq_num','672'),(5827,1022,'_field_1','Rashid Javed '),(5828,1022,'_field_10','(844) 855-4606'),(5829,1022,'_field_11','rashidjaved4606@gmail.com'),(5830,1022,'_form_id','1'),(5831,1022,'_seq_num','673'),(5832,1023,'_field_1','Mansi'),(5833,1023,'_field_10','(935) 442-7216'),(5834,1023,'_field_11','mk5998458@gmail.com'),(5835,1023,'_form_id','1'),(5836,1023,'_seq_num','674'),(5837,1024,'_field_1','Aslam'),(5838,1024,'_field_10','(999) 007-6473'),(5839,1024,'_field_11','saifi8564@gmail.com'),(5840,1024,'_form_id','1'),(5841,1024,'_seq_num','675'),(5842,1025,'_field_1','Khyaati suman '),(5843,1025,'_field_10','(935) 465-6787'),(5844,1025,'_field_11',''),(5845,1025,'_form_id','1'),(5846,1025,'_seq_num','676'),(5847,1026,'_field_1','Anjali Gosain '),(5848,1026,'_field_10','(931) 586-0323'),(5849,1026,'_field_11','chauhananjali641@gmail.com'),(5850,1026,'_form_id','1'),(5851,1026,'_seq_num','677'),(5852,1027,'_field_1','Sharmila Bhardwaj'),(5853,1027,'_field_10','(901) 321-2038'),(5854,1027,'_field_11','aakarshb123@gmail.com'),(5855,1027,'_form_id','1'),(5856,1027,'_seq_num','678'),(5857,1028,'_field_1','TEJPAL SINGH '),(5858,1028,'_field_10','(858) 887-0833'),(5859,1028,'_field_11','tejpalrawat1238@gmail.com'),(5860,1028,'_form_id','1'),(5861,1028,'_seq_num','679'),(5862,1029,'_field_1','Manjot  singh'),(5863,1029,'_field_10','(997) 170-2507'),(5864,1029,'_field_11','imanjot95@gmail.com'),(5865,1029,'_form_id','1'),(5866,1029,'_seq_num','680'),(5867,1030,'_field_1','Ayush Trivedi'),(5868,1030,'_field_10','(965) 430-8373'),(5869,1030,'_field_11','ayushtrivedi26@gmail.com'),(5870,1030,'_form_id','1'),(5871,1030,'_seq_num','681'),(5872,1031,'_field_1','Sharad soni'),(5873,1031,'_field_10','(954) 000-0298'),(5874,1031,'_field_11','sharadsoni232@gmail.com'),(5875,1031,'_form_id','1'),(5876,1031,'_seq_num','682'),(5877,1032,'_field_1','Aviraj'),(5878,1032,'_field_10','(750) 346-9884'),(5879,1032,'_field_11','Rajeshlic140570@gmail.com'),(5880,1032,'_form_id','1'),(5881,1032,'_seq_num','683'),(5882,1033,'_field_1','Arjun Swamy'),(5883,1033,'_field_10','(989) 902-0458'),(5884,1033,'_field_11','arjunswamy018@gmail.com'),(5885,1033,'_form_id','1'),(5886,1033,'_seq_num','684'),(5887,1034,'_field_1','Riya Ahitan'),(5888,1034,'_field_10','(880) 072-1847'),(5889,1034,'_field_11','riya26ahitan@gmail.com'),(5890,1034,'_form_id','1'),(5891,1034,'_seq_num','685'),(5892,1035,'_field_1','dheeraj '),(5893,1035,'_field_10','(885) 962-4218'),(5894,1035,'_field_11','kurmidheeraj121@gmail.com'),(5895,1035,'_form_id','1'),(5896,1035,'_seq_num','686'),(5897,1036,'_field_1','Safina kosser'),(5898,1036,'_field_10','(705) 133-8491'),(5899,1036,'_field_11','safinakosser41@gmail.com'),(5900,1036,'_form_id','1'),(5901,1036,'_seq_num','687'),(5902,1037,'_field_1','Sadhna Vishnoi'),(5903,1037,'_field_10','(995) 372-1041'),(5904,1037,'_field_11','gbhasin04@gmail.com'),(5905,1037,'_form_id','1'),(5906,1037,'_seq_num','688'),(5907,1038,'_field_1','Tejveer Singh Yadav'),(5908,1038,'_field_10','(989) 194-9475'),(5909,1038,'_field_11','Tejveertgt@gmai.com'),(5910,1038,'_form_id','1'),(5911,1038,'_seq_num','689'),(5912,1039,'_field_1','Tejveer Singh Yadav'),(5913,1039,'_field_10','(989) 194-9475'),(5914,1039,'_field_11','Tejveertgt@gmail.com'),(5915,1039,'_form_id','1'),(5916,1039,'_seq_num','690'),(5917,1040,'_field_1','Krishan Saini'),(5918,1040,'_field_10','(997) 135-7750'),(5919,1040,'_field_11','krishan.saini98.kks@gmail.com'),(5920,1040,'_form_id','1'),(5921,1040,'_seq_num','691'),(5922,1041,'_field_1','arun narang'),(5923,1041,'_field_10','(098) 719-0424'),(5924,1041,'_field_11','arunnarang8000@gmail.com'),(5925,1041,'_form_id','1'),(5926,1041,'_seq_num','692'),(5927,1042,'_field_1','Govinda Pandey '),(5928,1042,'_field_10','(971) 675-8821'),(5929,1042,'_field_11','govindapandey1996@gmail.com'),(5930,1042,'_form_id','1'),(5931,1042,'_seq_num','693'),(5932,1043,'_field_1','Shivani sharma'),(5933,1043,'_field_10','(971) 152-3376'),(5934,1043,'_field_11','shivanishrm222@gmail.com'),(5935,1043,'_form_id','1'),(5936,1043,'_seq_num','694'),(5937,1044,'_field_1','Shadman Zaqi'),(5938,1044,'_field_10','(865) 076-2088'),(5939,1044,'_field_11','shadmanzaqi3@gmail.com'),(5940,1044,'_form_id','1'),(5941,1044,'_seq_num','695'),(5942,1045,'_field_1','Gaurav Dangwal '),(5943,1045,'_field_10','(989) 111-4862'),(5944,1045,'_field_11','gauravdangwal215@gmail.com'),(5945,1045,'_form_id','1'),(5946,1045,'_seq_num','696'),(5947,1046,'_field_1','Tejveer Singh Yadav'),(5948,1046,'_field_10','(989) 194-9475'),(5949,1046,'_field_11','Tejveertgt@gmail.com'),(5950,1046,'_form_id','1'),(5951,1046,'_seq_num','697'),(5952,1047,'_field_1','Shiva sharma '),(5953,1047,'_field_10','(783) 092-0408'),(5954,1047,'_field_11','shivasharma7830920408@gmail.com'),(5955,1047,'_form_id','1'),(5956,1047,'_seq_num','698'),(5957,1048,'_field_1','Sangeeta'),(5958,1048,'_field_10','(956) 012-0505'),(5959,1048,'_field_11','aartifarswan03@gmail.com'),(5960,1048,'_form_id','1'),(5961,1048,'_seq_num','699'),(5962,1049,'_field_1','Vicky'),(5963,1049,'_field_10','(706) 551-0496'),(5964,1049,'_field_11','vr322933@gmail.com'),(5965,1049,'_form_id','1'),(5966,1049,'_seq_num','700'),(5967,1050,'_field_1','piyush sharma'),(5968,1050,'_field_10','(782) 713-1143'),(5969,1050,'_field_11','Piyush.Fly08@gmail.com'),(5970,1050,'_form_id','1'),(5971,1050,'_seq_num','701'),(5972,1051,'_field_1','Phool chamd'),(5973,1051,'_field_10','(885) 359-4085'),(5974,1051,'_field_11',''),(5975,1051,'_form_id','1'),(5976,1051,'_seq_num','702'),(5977,1052,'_field_1','Mrs Laxmi Sharma '),(5978,1052,'_field_10','(800) 611-1109'),(5979,1052,'_field_11',''),(5980,1052,'_form_id','1'),(5981,1052,'_seq_num','703'),(5982,1053,'_field_1','Gaurav'),(5983,1053,'_field_10','(901) 584-6309'),(5984,1053,'_field_11','garvsinghaniya@gmail.com'),(5985,1053,'_form_id','1'),(5986,1053,'_seq_num','704'),(5987,1054,'_field_1','Archana'),(5988,1054,'_field_10','(701) 784-6253'),(5989,1054,'_field_11',''),(5990,1054,'_form_id','1'),(5991,1054,'_seq_num','705'),(5992,1055,'_field_1','Sahil Gupta'),(5993,1055,'_field_10','(987) 101-1649'),(5994,1055,'_field_11','sahilg779@gmail.com'),(5995,1055,'_form_id','1'),(5996,1055,'_seq_num','706'),(5997,1056,'_field_1','digvijay singh'),(5998,1056,'_field_10','(461) 374-7889'),(5999,1056,'_field_11','digvijaysrathore97@gmail.com'),(6000,1056,'_form_id','1'),(6001,1056,'_seq_num','707'),(6002,1057,'_field_1','Ravi Bharti'),(6003,1057,'_field_10','(931) 187-1273'),(6004,1057,'_field_11','kdagur34@gmail.com'),(6005,1057,'_form_id','1'),(6006,1057,'_seq_num','708'),(6007,1058,'_field_1','Savita vittal BELLIGUNDI '),(6008,1058,'_field_10','(968) 263-9452'),(6009,1058,'_field_11','vittu89@gmail.com'),(6010,1058,'_form_id','1'),(6011,1058,'_seq_num','709'),(6012,1059,'_field_1','PREETAM SINGH'),(6013,1059,'_field_10','(701) 100-7293'),(6014,1059,'_field_11','Preetamsingh1981.dp@gmail.com'),(6015,1059,'_form_id','1'),(6016,1059,'_seq_num','710'),(6017,1060,'_field_1','Ajay Kumar '),(6018,1060,'_field_10','(859) 513-2614'),(6019,1060,'_field_11','ajaykumar110094@gmail.com'),(6020,1060,'_form_id','1'),(6021,1060,'_seq_num','711'),(6022,1061,'_field_1','Ziya abdul '),(6023,1061,'_field_10','(999) 053-5994'),(6024,1061,'_field_11','abdulqadirsalmani149@gmail.com'),(6025,1061,'_form_id','1'),(6026,1061,'_seq_num','712'),(6027,1062,'_field_1','Devesh '),(6028,1062,'_field_10','(837) 681-8720'),(6029,1062,'_field_11','singh101605@gmail.com'),(6030,1062,'_form_id','1'),(6031,1062,'_seq_num','713'),(6032,1063,'_field_1','Kushmendra singh'),(6033,1063,'_field_10','(920) 856-3418'),(6034,1063,'_field_11','kushmendrayadav@gmail.com'),(6035,1063,'_form_id','1'),(6036,1063,'_seq_num','714'),(6037,1064,'_field_1','BADAMA DEVI'),(6038,1064,'_field_10','(959) 980-7168'),(6039,1064,'_field_11',''),(6040,1064,'_form_id','1'),(6041,1064,'_seq_num','715'),(6042,1065,'_field_1','Daya Wati'),(6043,1065,'_field_10','(989) 942-6400'),(6044,1065,'_field_11','surajkumarca@gmail.com'),(6045,1065,'_form_id','1'),(6046,1065,'_seq_num','716'),(6047,1066,'_field_1','Saajan gupta'),(6048,1066,'_field_10','(981) 035-9509'),(6049,1066,'_field_11','pradeepgupta899@gmail.com'),(6050,1066,'_form_id','1'),(6051,1066,'_seq_num','717'),(6052,1067,'_field_1','Mr mujammil'),(6053,1067,'_field_10','(902) 650-7014'),(6054,1067,'_field_11','nfaisal999@gmail.com'),(6055,1067,'_form_id','1'),(6056,1067,'_seq_num','718'),(6057,1068,'_field_1','Harvinder singh'),(6058,1068,'_field_10','(977) 390-4871'),(6059,1068,'_field_11','h0901835@gmail.com'),(6060,1068,'_form_id','1'),(6061,1068,'_seq_num','719'),(6062,1069,'_field_1','Happy mishra'),(6063,1069,'_field_10','(967) 064-9249'),(6064,1069,'_field_11','pritomishra9670@gmail.com'),(6065,1069,'_form_id','1'),(6066,1069,'_seq_num','720'),(6067,1070,'_field_1','Ssss'),(6068,1070,'_field_10','(091) 858-5858'),(6069,1070,'_field_11',''),(6070,1070,'_form_id','1'),(6071,1070,'_seq_num','721'),(6072,1071,'_field_1','Ramesh Chand'),(6073,1071,'_field_10','(987) 144-6653'),(6074,1071,'_field_11','cavimalsaini@gmail.com'),(6075,1071,'_form_id','1'),(6076,1071,'_seq_num','722'),(6077,1072,'_field_1','Shubham kumar'),(6078,1072,'_field_10','(857) 906-0390'),(6079,1072,'_field_11',''),(6080,1072,'_form_id','1'),(6081,1072,'_seq_num','723'),(6082,1073,'_field_1','Md Shadab'),(6083,1073,'_field_10','(620) 783-9734'),(6084,1073,'_field_11','Shadabchand03@gmail.com'),(6085,1073,'_form_id','1'),(6086,1073,'_seq_num','724'),(6087,1074,'_field_1','Barkha'),(6088,1074,'_field_10','(076) 664-3257'),(6089,1074,'_field_11','barpathak109@gmail.com'),(6090,1074,'_form_id','1'),(6091,1074,'_seq_num','725'),(6092,1075,'_field_1','Atharv gupta'),(6093,1075,'_field_10','(987) 387-2404'),(6094,1075,'_field_11','Sunil.kgupta@yahoo.com'),(6095,1075,'_form_id','1'),(6096,1075,'_seq_num','726'),(6097,1076,'_field_1','KIRAN'),(6098,1076,'_field_10','(966) 189-4525'),(6099,1076,'_field_11','kanchanfirstyou@gmail.com'),(6100,1076,'_form_id','1'),(6101,1076,'_seq_num','727'),(6102,1077,'_field_1','Irfan Ahmad'),(6103,1077,'_field_10','(971) 104-4031'),(6104,1077,'_field_11','irfan.amd111@gmail.com'),(6105,1077,'_form_id','1'),(6106,1077,'_seq_num','728'),(6107,1078,'_field_1','Vineeta'),(6108,1078,'_field_10','(966) 760-9363'),(6109,1078,'_field_11','vineeta_ses@hotmail.com'),(6110,1078,'_form_id','1'),(6111,1078,'_seq_num','729'),(6112,1079,'_field_1','Shubhi gupta '),(6113,1079,'_field_10','(983) 728-0532'),(6114,1079,'_field_11','vijetasteel@gmail.com'),(6115,1079,'_form_id','1'),(6116,1079,'_seq_num','730'),(6117,1080,'_field_1','Shreyansh Mathur'),(6118,1080,'_field_10','(947) 377-5812'),(6119,1080,'_field_11','shreyanshappsmathur@gmail.com'),(6120,1080,'_form_id','1'),(6121,1080,'_seq_num','731'),(6122,1081,'_field_1','SAHIL SUMRANI'),(6123,1081,'_field_10','(870) 054-3448'),(6124,1081,'_field_11','educationalguru083@gmail.com'),(6125,1081,'_form_id','1'),(6126,1081,'_seq_num','732'),(6127,1082,'_field_1','Sushama '),(6128,1082,'_field_10','(099) 104-5446'),(6129,1082,'_field_11','bhagu1684@gmail.com'),(6130,1082,'_form_id','1'),(6131,1082,'_seq_num','733'),(6132,1083,'_field_1','Sharmistha Choudhury'),(6133,1083,'_field_10','(098) 731-3651'),(6134,1083,'_field_11','sharmisthazinbox@gmail.com'),(6135,1083,'_form_id','1'),(6136,1083,'_seq_num','734'),(6137,1084,'_field_1','Ram lal bairwa'),(6138,1084,'_field_10','(992) 897-8499'),(6139,1084,'_field_11',''),(6140,1084,'_form_id','1'),(6141,1084,'_seq_num','735'),(6142,1085,'_field_1','sharmistha choudhury'),(6143,1085,'_field_10','(987) 313-6511'),(6144,1085,'_field_11','sharmisthazinbox@gmail.com'),(6145,1085,'_form_id','1'),(6146,1085,'_seq_num','736'),(6147,1086,'_field_1','Vishal gupta '),(6148,1086,'_field_10','(844) 716-8998'),(6149,1086,'_field_11',''),(6150,1086,'_form_id','1'),(6151,1086,'_seq_num','737'),(6152,1087,'_field_1','Rohitash Saxena '),(6153,1087,'_field_10','(965) 040-9744'),(6154,1087,'_field_11','rohitashkumar818283@gmail.com'),(6155,1087,'_form_id','1'),(6156,1087,'_seq_num','738'),(6157,1088,'_field_1','Vikas'),(6158,1088,'_field_10','(949) 949-4241'),(6159,1088,'_field_11','vj434370@gmail.com'),(6160,1088,'_form_id','1'),(6161,1088,'_seq_num','739'),(6162,1089,'_field_1','AMIT KUMAR DAS '),(6163,1089,'_field_10','(869) 514-9004'),(6164,1089,'_field_11','amitkumar26755@gmail.com'),(6165,1089,'_form_id','1'),(6166,1089,'_seq_num','740'),(6167,1090,'_field_1','Anchal Gupta '),(6168,1090,'_field_10','(999) 937-3877'),(6169,1090,'_field_11','rajkumargupta79@gmail.com'),(6170,1090,'_form_id','1'),(6171,1090,'_seq_num','741'),(6172,1091,'_field_1','Ishan'),(6173,1091,'_field_10','(976) 100-1171'),(6174,1091,'_field_11','khaninsar64@gmail.com'),(6175,1091,'_form_id','1'),(6176,1091,'_seq_num','742'),(6178,139,'_elementor_css','a:7:{s:4:\"time\";i:1702485953;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(6179,1092,'_field_1','Surbhi'),(6180,1092,'_field_10','(749) 876-7045'),(6181,1092,'_field_11','surbhiverma199530@gmail.com'),(6182,1092,'_form_id','1'),(6183,1092,'_seq_num','743'),(6184,1093,'_field_1','Praveen  Rai'),(6185,1093,'_field_10','(728) 994-3914'),(6186,1093,'_field_11','Parveenrai9250@gmail.com'),(6187,1093,'_form_id','1'),(6188,1093,'_seq_num','744'),(6189,1094,'_field_1','Ankit'),(6190,1094,'_field_10','(971) 885-4369'),(6191,1094,'_field_11','ankitsharma4508@gmail.com'),(6192,1094,'_form_id','1'),(6193,1094,'_seq_num','745'),(6194,1095,'_field_1','Sanket kisanrao Tathe '),(6195,1095,'_field_10','(866) 959-8927'),(6196,1095,'_field_11','tathesanket1999@gmail.com'),(6197,1095,'_form_id','1'),(6198,1095,'_seq_num','746'),(6199,1096,'_field_1','Asha Nayal'),(6200,1096,'_field_10','(986) 828-3443'),(6201,1096,'_field_11','umedsingh0123@gmail.com'),(6202,1096,'_form_id','1'),(6203,1096,'_seq_num','747'),(6204,1097,'_field_1','Deepika'),(6205,1097,'_field_10','(882) 609-0444'),(6206,1097,'_field_11','kumarjitendra6305@gmail.com'),(6207,1097,'_form_id','1'),(6208,1097,'_seq_num','748'),(6209,1098,'_field_1','Chote lal'),(6210,1098,'_field_10','(750) 522-3389'),(6211,1098,'_field_11','shivamkashyap2k@gmail.com'),(6212,1098,'_form_id','1'),(6213,1098,'_seq_num','749'),(6214,1099,'_field_1','Sanjeev kumar '),(6215,1099,'_field_10','(964) 315-4877'),(6216,1099,'_field_11','sanjeev7283@gmail.com'),(6217,1099,'_form_id','1'),(6218,1099,'_seq_num','750'),(6219,1100,'_field_1','Anupama Guleria '),(6220,1100,'_field_10','(844) 867-7616'),(6221,1100,'_field_11','anupama.guleria@gmail.com'),(6222,1100,'_form_id','1'),(6223,1100,'_seq_num','751'),(6224,1101,'_field_1','Dayawati '),(6225,1101,'_field_10','(750) 323-2005'),(6226,1101,'_field_11','Devender102@gmail.com'),(6227,1101,'_form_id','1'),(6228,1101,'_seq_num','752');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=1102 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2023-05-28 15:43:19','2023-05-28 15:43:19','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2023-05-28 15:43:19','2023-05-28 15:43:19','',0,'https://testsharplanding.in8.cdn-alpha.com/?p=1',0,'post','',0),(2,1,'2023-05-28 15:43:19','2023-05-28 15:43:19','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://testsharplanding.in8.cdn-alpha.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2023-05-28 15:43:19','2023-05-28 15:43:19','',0,'https://testsharplanding.in8.cdn-alpha.com/?page_id=2',0,'page','',0),(3,1,'2023-05-28 15:43:19','2023-05-28 15:43:19','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://testsharplanding.in8.cdn-alpha.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2023-05-28 15:43:19','2023-05-28 15:43:19','',0,'https://testsharplanding.in8.cdn-alpha.com/?page_id=3',0,'page','',0),(4,1,'2023-05-28 15:43:43','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-05-28 15:43:43','0000-00-00 00:00:00','',0,'https://testsharplanding.in8.cdn-alpha.com/?p=4',0,'post','',0),(5,1,'2023-05-28 16:20:42','2023-05-28 16:20:42','','Default Kit','','publish','closed','closed','','default-kit','','','2023-05-28 16:20:42','2023-05-28 16:20:42','',0,'https://testsharplanding.in8.cdn-alpha.com/?p=5',0,'elementor_library','',0),(6,1,'2023-05-28 17:11:12','2023-05-28 17:11:12','','Elementor Page #6','','trash','closed','closed','','__trashed','','','2023-05-28 17:11:12','2023-05-28 17:11:12','',0,'https://testsharplanding.in8.cdn-alpha.com/?post_type=elementor_library&#038;p=6',0,'elementor_library','',0),(7,1,'2023-05-28 16:59:12','2023-05-28 16:59:12','','Elementor Page #6','','inherit','closed','closed','','6-revision-v1','','','2023-05-28 16:59:12','2023-05-28 16:59:12','',6,'https://testsharplanding.in8.cdn-alpha.com/?p=7',0,'revision','',0),(8,1,'2023-05-28 17:11:34','2023-05-28 17:11:34','','Eyecare – Optometrist & Eye Care Elementor Template Kit','','publish','closed','closed','','eyecare-optometrist-eye-care-elementor-template-kit','','','2023-05-28 17:11:34','2023-05-28 17:11:34','',0,'https://testsharplanding.in8.cdn-alpha.com/?envato_tk_import=eyecare-optometrist-eye-care-elementor-template-kit',0,'envato_tk_import','',0),(9,1,'2023-05-28 17:12:58','2023-05-28 17:12:58','','Logo1.png','','inherit','open','closed','','logo1-png','','','2023-05-28 17:12:58','2023-05-28 17:12:58','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo1.png',0,'attachment','image/png',0),(10,1,'2023-05-28 17:12:59','2023-05-28 17:12:59','','eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg','','inherit','open','closed','','eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc-jpg','','','2023-05-28 17:12:59','2023-05-28 17:12:59','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/eye-doctor-examinating-a-young-patient-2022-01-11-14-51-28-utc.jpg',0,'attachment','image/jpeg',0),(11,1,'2023-05-28 17:13:04','2023-05-28 17:13:04','','Logo2.png','','inherit','open','closed','','logo2-png','','','2023-05-28 17:13:04','2023-05-28 17:13:04','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo2.png',0,'attachment','image/png',0),(12,1,'2023-05-28 17:13:06','2023-05-28 17:13:06','<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Phone : +123-456-789\n									</li>\n								<li>\n										Email : hello@awesomesite.com\n									</li>\n								<li>\n										Opening Hours : 08:00AM to 21:00PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Consulting\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Doctor Schedule\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo1.png\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>','Header','','publish','closed','closed','','header','','','2023-05-28 17:13:08','2023-05-28 17:13:08','',0,'https://testsharplanding.in8.cdn-alpha.com/?elementor_library=header',0,'elementor_library','',0),(13,1,'2023-05-28 17:13:06','2023-05-28 17:13:06','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo2.png\" alt=\"\" loading=\"lazy\" />															\n		<p>Suspendisse congue tincidunt nisi, in eleifend metus placerat eu. Nunc eget tristique nisi. Nunc a eros vitae magna bibendum tempus. Mauris ipsum enim, sollicitudin sit amet consequat at.</p>		\n			<h5>Quick Link</h5>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Delivery\n									</li>\n								<li>\n										FAQ\n									</li>\n								<li>\n										Contact\n									</li>\n						</ul>\n			<h5>Information</h5>		\n					<ul>\n							<li>\n										Terms and Conditions\n									</li>\n								<li>\n										Disclaimer\n									</li>\n								<li>\n										Support\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n			<h5>get in touch</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>		\n					<ul>\n							<li>\n										99 Roving St., Pku\n									</li>\n								<li>\n										+123-456-789\n									</li>\n								<li>\n										hello@awesomesite.com\n									</li>\n						</ul>\n			Social media :		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p>Eyecare Clinic Template Kit by Rometheme</p>		\n			<p>Copyright © 2022. All rights reserved.</p>','Footer','','publish','closed','closed','','footer','','','2023-05-28 17:13:08','2023-05-28 17:13:08','',0,'https://testsharplanding.in8.cdn-alpha.com/?elementor_library=footer',0,'elementor_library','',0),(14,1,'2023-05-28 17:13:07','2023-05-28 17:13:07','','Header','','inherit','closed','closed','','12-revision-v1','','','2023-05-28 17:13:07','2023-05-28 17:13:07','',12,'https://testsharplanding.in8.cdn-alpha.com/?p=14',0,'revision','',0),(15,1,'2023-05-28 17:13:07','2023-05-28 17:13:07','','Footer','','inherit','closed','closed','','13-revision-v1','','','2023-05-28 17:13:07','2023-05-28 17:13:07','',13,'https://testsharplanding.in8.cdn-alpha.com/?p=15',0,'revision','',0),(16,1,'2023-05-28 17:13:08','2023-05-28 17:13:08','<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Phone : +123-456-789\n									</li>\n								<li>\n										Email : hello@awesomesite.com\n									</li>\n								<li>\n										Opening Hours : 08:00AM to 21:00PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Consulting\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Doctor Schedule\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo1.png\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>','Header','','inherit','closed','closed','','12-revision-v1','','','2023-05-28 17:13:08','2023-05-28 17:13:08','',12,'https://testsharplanding.in8.cdn-alpha.com/?p=16',0,'revision','',0),(17,1,'2023-05-28 17:13:08','2023-05-28 17:13:08','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo2.png\" alt=\"\" loading=\"lazy\" />															\n		<p>Suspendisse congue tincidunt nisi, in eleifend metus placerat eu. Nunc eget tristique nisi. Nunc a eros vitae magna bibendum tempus. Mauris ipsum enim, sollicitudin sit amet consequat at.</p>		\n			<h5>Quick Link</h5>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Delivery\n									</li>\n								<li>\n										FAQ\n									</li>\n								<li>\n										Contact\n									</li>\n						</ul>\n			<h5>Information</h5>		\n					<ul>\n							<li>\n										Terms and Conditions\n									</li>\n								<li>\n										Disclaimer\n									</li>\n								<li>\n										Support\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n			<h5>get in touch</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>		\n					<ul>\n							<li>\n										99 Roving St., Pku\n									</li>\n								<li>\n										+123-456-789\n									</li>\n								<li>\n										hello@awesomesite.com\n									</li>\n						</ul>\n			Social media :		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p>Eyecare Clinic Template Kit by Rometheme</p>		\n			<p>Copyright © 2022. All rights reserved.</p>','Footer','','inherit','closed','closed','','13-revision-v1','','','2023-05-28 17:13:08','2023-05-28 17:13:08','',13,'https://testsharplanding.in8.cdn-alpha.com/?p=17',0,'revision','',0),(18,1,'2023-05-28 17:13:24','2023-05-28 17:13:24','','close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg','','inherit','open','closed','','close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc-jpg','','','2023-05-28 17:13:24','2023-05-28 17:13:24','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/close-up-of-doctor-checking-female-patient-vision-2022-05-31-02-18-46-utc.jpg',0,'attachment','image/jpeg',0),(19,1,'2023-05-28 17:13:27','2023-05-28 17:13:27','','young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg','','inherit','open','closed','','young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-jpg','','','2023-05-28 17:13:27','2023-05-28 17:13:27','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg',0,'attachment','image/jpeg',0),(20,1,'2023-05-28 17:13:31','2023-05-28 17:13:31','','happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg','','inherit','open','closed','','happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-jpg','','','2023-05-28 17:13:31','2023-05-28 17:13:31','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg',0,'attachment','image/jpeg',0),(21,1,'2023-05-28 17:13:34','2023-05-28 17:13:34','','side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg','','inherit','open','closed','','side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-jpg','','','2023-05-28 17:13:34','2023-05-28 17:13:34','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg',0,'attachment','image/jpeg',0),(22,1,'2023-05-28 17:13:37','2023-05-28 17:13:37','','adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg','','inherit','open','closed','','adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-jpg','','','2023-05-28 17:13:37','2023-05-28 17:13:37','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg',0,'attachment','image/jpeg',0),(23,1,'2023-05-28 17:13:40','2023-05-28 17:13:40','','ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg','','inherit','open','closed','','ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-jpg','','','2023-05-28 17:13:40','2023-05-28 17:13:40','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg',0,'attachment','image/jpeg',0),(24,1,'2023-05-28 17:13:43','2023-05-28 17:13:43','','patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg','','inherit','open','closed','','patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-jpg','','','2023-05-28 17:13:43','2023-05-28 17:13:43','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg',0,'attachment','image/jpeg',0),(25,1,'2023-05-28 17:13:49','2023-05-28 17:13:49','','team2.jpg','','inherit','open','closed','','team2-jpg','','','2023-05-28 17:13:49','2023-05-28 17:13:49','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team2.jpg',0,'attachment','image/jpeg',0),(26,1,'2023-05-28 17:13:53','2023-05-28 17:13:53','','placeholder.png','','inherit','open','closed','','placeholder-png','','','2023-05-28 17:13:53','2023-05-28 17:13:53','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/placeholder.png',0,'attachment','image/png',0),(27,1,'2023-05-28 17:13:55','2023-05-28 17:13:55','','team3.jpg','','inherit','open','closed','','team3-jpg','','','2023-05-28 17:13:55','2023-05-28 17:13:55','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team3.jpg',0,'attachment','image/jpeg',0),(28,1,'2023-05-28 17:13:59','2023-05-28 17:13:59','','team6.jpg','','inherit','open','closed','','team6-jpg','','','2023-05-28 17:13:59','2023-05-28 17:13:59','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg',0,'attachment','image/jpeg',0),(29,1,'2023-05-28 17:14:09','2023-05-28 17:14:09','','team5.jpg','','inherit','open','closed','','team5-jpg','','','2023-05-28 17:14:09','2023-05-28 17:14:09','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team5.jpg',0,'attachment','image/jpeg',0),(30,1,'2023-05-28 17:14:18','2023-05-28 17:14:18','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Homepage','','publish','closed','closed','','homepage','','','2023-05-28 17:14:20','2023-05-28 17:14:20','',0,'https://testsharplanding.in8.cdn-alpha.com/?elementor_library=homepage',0,'elementor_library','',0),(31,1,'2023-05-28 17:14:19','2023-05-28 17:14:19','','Homepage','','inherit','closed','closed','','30-revision-v1','','','2023-05-28 17:14:19','2023-05-28 17:14:19','',30,'https://testsharplanding.in8.cdn-alpha.com/?p=31',0,'revision','',0),(32,1,'2023-05-28 17:14:20','2023-05-28 17:14:20','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Homepage','','inherit','closed','closed','','30-revision-v1','','','2023-05-28 17:14:20','2023-05-28 17:14:20','',30,'https://testsharplanding.in8.cdn-alpha.com/?p=32',0,'revision','',0),(33,1,'2023-05-28 17:17:03','2023-05-28 17:17:03','<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Phone : +123-456-789\n									</li>\n								<li>\n										Email : hello@awesomesite.com\n									</li>\n								<li>\n										Opening Hours : 08:00AM to 21:00PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Consulting\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Doctor Schedule\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo1.png\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>','Header','','trash','closed','closed','','header__trashed','','','2023-06-06 13:31:18','2023-06-06 13:31:18','',0,'https://testsharplanding.in8.cdn-alpha.com/?post_type=elementor-hf&#038;p=33',0,'elementor-hf','',0),(34,1,'2023-05-28 17:17:03','2023-05-28 17:17:03','','Header','','inherit','closed','closed','','33-revision-v1','','','2023-05-28 17:17:03','2023-05-28 17:17:03','',33,'https://testsharplanding.in8.cdn-alpha.com/?p=34',0,'revision','',0),(36,1,'2023-05-28 17:22:00','2023-05-28 17:22:00','','Header','','inherit','closed','closed','','33-revision-v1','','','2023-05-28 17:22:00','2023-05-28 17:22:00','',33,'https://testsharplanding.in8.cdn-alpha.com/?p=36',0,'revision','',0),(37,1,'2023-05-28 17:22:01','2023-05-28 17:22:01','','Header','','inherit','closed','closed','','33-revision-v1','','','2023-05-28 17:22:01','2023-05-28 17:22:01','',33,'https://testsharplanding.in8.cdn-alpha.com/?p=37',0,'revision','',0),(38,1,'2023-05-28 17:22:02','2023-05-28 17:22:02','<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Phone : +123-456-789\n									</li>\n								<li>\n										Email : hello@awesomesite.com\n									</li>\n								<li>\n										Opening Hours : 08:00AM to 21:00PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Consulting\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Doctor Schedule\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo1.png\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>','Header','','inherit','closed','closed','','33-revision-v1','','','2023-05-28 17:22:02','2023-05-28 17:22:02','',33,'https://testsharplanding.in8.cdn-alpha.com/?p=38',0,'revision','',0),(39,1,'2023-05-28 17:22:21','2023-05-28 17:22:21','<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Phone : +123-456-789\n									</li>\n								<li>\n										Email : hello@awesomesite.com\n									</li>\n								<li>\n										Opening Hours : 08:00AM to 21:00PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Consulting\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Doctor Schedule\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo1.png\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>','Header','','inherit','closed','closed','','33-revision-v1','','','2023-05-28 17:22:21','2023-05-28 17:22:21','',33,'https://testsharplanding.in8.cdn-alpha.com/?p=39',0,'revision','',0),(40,1,'2023-05-28 17:22:22','2023-05-28 17:22:22','<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Phone : +123-456-789\n									</li>\n								<li>\n										Email : hello@awesomesite.com\n									</li>\n								<li>\n										Opening Hours : 08:00AM to 21:00PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Consulting\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Doctor Schedule\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo1.png\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>','Header','','inherit','closed','closed','','33-revision-v1','','','2023-05-28 17:22:22','2023-05-28 17:22:22','',33,'https://testsharplanding.in8.cdn-alpha.com/?p=40',0,'revision','',0),(41,1,'2023-05-28 17:22:23','2023-05-28 17:22:23','<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Phone : +123-456-789\n									</li>\n								<li>\n										Email : hello@awesomesite.com\n									</li>\n								<li>\n										Opening Hours : 08:00AM to 21:00PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n											<a href=\"#\">\n											Contact\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Consulting\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Doctor Schedule\n											</a>\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo1.png\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>','Header','','inherit','closed','closed','','33-revision-v1','','','2023-05-28 17:22:23','2023-05-28 17:22:23','',33,'https://testsharplanding.in8.cdn-alpha.com/?p=41',0,'revision','',0),(42,1,'2023-05-28 17:23:09','2023-05-28 17:23:09','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo2.png\" alt=\"\" loading=\"lazy\" />															\n		<p>Suspendisse congue tincidunt nisi, in eleifend metus placerat eu. Nunc eget tristique nisi. Nunc a eros vitae magna bibendum tempus. Mauris ipsum enim, sollicitudin sit amet consequat at.</p>		\n			<h5>Quick Link</h5>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Delivery\n									</li>\n								<li>\n										FAQ\n									</li>\n								<li>\n										Contact\n									</li>\n						</ul>\n			<h5>Information</h5>		\n					<ul>\n							<li>\n										Terms and Conditions\n									</li>\n								<li>\n										Disclaimer\n									</li>\n								<li>\n										Support\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n			<h5>get in touch</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>		\n					<ul>\n							<li>\n										99 Roving St., Pku\n									</li>\n								<li>\n										+123-456-789\n									</li>\n								<li>\n										hello@awesomesite.com\n									</li>\n						</ul>\n			Social media :		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p>Eyecare Clinic Template Kit by Rometheme</p>		\n			<p>Copyright © 2022. All rights reserved.</p>','Footer','','trash','closed','closed','','footer__trashed','','','2023-06-06 13:31:38','2023-06-06 13:31:38','',0,'https://testsharplanding.in8.cdn-alpha.com/?post_type=elementor-hf&#038;p=42',0,'elementor-hf','',0),(43,1,'2023-05-28 17:23:09','2023-05-28 17:23:09','','Footer','','inherit','closed','closed','','42-revision-v1','','','2023-05-28 17:23:09','2023-05-28 17:23:09','',42,'https://testsharplanding.in8.cdn-alpha.com/?p=43',0,'revision','',0),(45,1,'2023-05-28 17:25:32','2023-05-28 17:25:32','','Footer','','inherit','closed','closed','','42-revision-v1','','','2023-05-28 17:25:32','2023-05-28 17:25:32','',42,'https://testsharplanding.in8.cdn-alpha.com/?p=45',0,'revision','',0),(46,1,'2023-05-28 17:25:33','2023-05-28 17:25:33','','Footer','','inherit','closed','closed','','42-revision-v1','','','2023-05-28 17:25:33','2023-05-28 17:25:33','',42,'https://testsharplanding.in8.cdn-alpha.com/?p=46',0,'revision','',0),(47,1,'2023-05-28 17:25:33','2023-05-28 17:25:33','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo2.png\" alt=\"\" loading=\"lazy\" />															\n		<p>Suspendisse congue tincidunt nisi, in eleifend metus placerat eu. Nunc eget tristique nisi. Nunc a eros vitae magna bibendum tempus. Mauris ipsum enim, sollicitudin sit amet consequat at.</p>		\n			<h5>Quick Link</h5>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Delivery\n									</li>\n								<li>\n										FAQ\n									</li>\n								<li>\n										Contact\n									</li>\n						</ul>\n			<h5>Information</h5>		\n					<ul>\n							<li>\n										Terms and Conditions\n									</li>\n								<li>\n										Disclaimer\n									</li>\n								<li>\n										Support\n									</li>\n								<li>\n										FAQ\n									</li>\n						</ul>\n			<h5>get in touch</h5>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>		\n					<ul>\n							<li>\n										99 Roving St., Pku\n									</li>\n								<li>\n										+123-456-789\n									</li>\n								<li>\n										hello@awesomesite.com\n									</li>\n						</ul>\n			Social media :		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p>Eyecare Clinic Template Kit by Rometheme</p>		\n			<p>Copyright © 2022. All rights reserved.</p>','Footer','','inherit','closed','closed','','42-revision-v1','','','2023-05-28 17:25:33','2023-05-28 17:25:33','',42,'https://testsharplanding.in8.cdn-alpha.com/?p=47',0,'revision','',0),(48,1,'2023-05-28 17:26:20','2023-05-28 17:26:20','<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\">								</a>\n<a href=\"#form\" role=\"button\">\nbook an appointment\n</a>\n\n<strong>YOUR VISION, OUR PRIORITY</strong>\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Book An Appointment For Lasik</h2>\n<a href=\"#form\" role=\"button\">\nBook Now\n</a>\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>				Benefit\n<h3>benefits with Sharp Sight</h3>\nOver the years we have achieved a global reputation of being the best hospital for&nbsp;<em>LASIK laser eye surgery in Delhi-NCR</em>.\n\n 	<link rel=\"stylesheet\" href=\"https://lead.sharpsight.in/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\n<h5>\n						Experienced Lasik Surgeons</h5>\n<h5>\n						Quality Service</h5>\n<h5>\n						Modern Technology</h5>\n<img width=\"2560\" height=\"1708\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\">\n<img width=\"1023\" height=\"682\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\">\nabout us\n<h2>we are a leading eye care hospital</h2>\nCustomer Satisfaction\n<!-- .skill-bar-content END -->\n0%\n<!-- .skill-bar END -->\n<!-- .single-skill-bar END -->\n<!-- .skillbar-group END -->\nSurgery Successs\n<!-- .skill-bar-content END -->\n0%\n<!-- .skill-bar END -->\n<!-- .single-skill-bar END -->\n<!-- .skillbar-group END -->\nDoctor Rating\n<!-- .skill-bar-content END -->\n0%\n<!-- .skill-bar END -->\n<!-- .single-skill-bar END -->\n<!-- .skillbar-group END -->\n<a href=\"#form\" role=\"button\">\nBook an Appointment\n</a>\nwhy choose us ?\n<h2>Better Vision Deserves the Latest Technology</h2>\n 	<link rel=\"stylesheet\" href=\"https://lead.sharpsight.in/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n										NABH Certified</li>\n 	<li>\n										14 World Class Eye Hospitals in India</li>\n 	<li>\n										World Class Infrastructure</li>\n 	<li>\n										Latest Technologies</li>\n 	<li>\n										Highly Experienced and Trained Eye Specialists</li>\n 	<li>\n										More than 2 Decades of experience in Eye Care</li>\n 	<li>\n										Treated more than 10 Lac delighted patients</li>\n 	<li>\n										Delivering the high-quality eye treatment</li>\n</ul>\n<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\nservices\n<h2>we provide the best for you</h2>\nWe have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the&nbsp;<strong>best LASIK surgery in Delhi NCR</strong>&nbsp;at an affordable cost.\n<h4>LASIK</h4>\nLaser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.&nbsp;\n<h4>FEMTO LASIK</h4>\nBlade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.\n<h4>TOUCHLESS LASIK</h4>\nThis method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.\n<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>\n<noscript>\nNotice: JavaScript is required for this content.</noscript>\n<!-- TODO: Move to Template File. -->\nbook now\n<h2>Make an appointment</h2>\n<h2>+91 9641-919191</h2>\n<img width=\"800\" height=\"450\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\">\n<img width=\"1600\" height=\"1201\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\">\n<img width=\"600\" height=\"400\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\">\ntestimonial\n<h2>what they say about Sharp Sight</h2>\n<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\">\n<strong>Vandana Jolly</strong>\n\n\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"\n<ul>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n</ul>\n<!-- .commentor-content END -->\n<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\">\n<strong>Arunabh Jain</strong>\n\n“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”\n<ul>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n</ul>\n<!-- .commentor-content END -->\n<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\">\n<strong>Karakoti Vj</strong>\n\n“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”\n<ul>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n</ul>\n<!-- .commentor-content END -->\n<ul aria-describedby=\"paginations\"></ul>\n<h2>Touchless Lasik Surgery</h2>\n(From our experts)\n\nhttps://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4\n<a href=\"#form\" role=\"button\">\nBook an Appointment\n</a>\n0\n+\n<h3>Eye Surgeries</h3>\n0\n+\n<h3>Eye Treatments</h3>\n0\n+\n<h3>Doctors</h3>\n0\n<h3>Hospitals</h3>\nOur Approach\n<h2>how it work ?</h2>\n<h3>1</h3>\n<h4>\n						Make an appointment</h4>\n<h3>2</h3>\n<h4>\n						General Check Up</h4>\n<h3>3</h3>\n<h4>\n						Get Treatment</h4>\n<h4>FAQs</h4>\n<h5>Most frequent questions and answers</h5>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What is Lasik Procedure?</a>\n\nLasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.\n\n<a href=\"\">What is the best time to get LASIK?</a>\n\nMany of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.\n\n<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n\nPatients normally prefer to have both eyes treated in one sitting.\n\n<a href=\"\">What happens post-LASIK eye surgery?</a>\n\nLASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.\n\n<a href=\"\">Are there any risks and side effects of LASIK?</a>\n\nWith the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .\n\n<a href=\"\">Can LASIK be performed again?</a>\n\nA second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.\n\n<a href=\"https://lead.sharpsight.in/\">\n<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\">								</a>\n<a href=\"#form\" role=\"button\">\nbook an appointment\n</a>\n\nCopyright © 2023. All rights reserved.','Home','','publish','closed','closed','','home','','','2023-06-14 16:04:26','2023-06-14 10:34:26','',0,'https://testsharplanding.in8.cdn-alpha.com/?page_id=48',0,'page','',0),(49,1,'2023-05-28 17:26:15','2023-05-28 17:26:15','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentythree','','','2023-05-28 17:26:15','2023-05-28 17:26:15','',0,'https://testsharplanding.in8.cdn-alpha.com/?p=49',0,'wp_global_styles','',0),(50,1,'2023-05-28 17:26:20','2023-05-28 17:26:20','','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:26:20','2023-05-28 17:26:20','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=50',0,'revision','',0),(52,1,'2023-05-28 17:27:58','2023-05-28 17:27:58','','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:27:58','2023-05-28 17:27:58','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=52',0,'revision','',0),(53,1,'2023-05-28 17:27:58','2023-05-28 17:27:58','','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:27:58','2023-05-28 17:27:58','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=53',0,'revision','',0),(54,1,'2023-05-28 17:27:59','2023-05-28 17:27:59','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:27:59','2023-05-28 17:27:59','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=54',0,'revision','',0),(56,1,'2023-05-28 17:45:47','2023-05-28 17:45:47','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:45:47','2023-05-28 17:45:47','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=56',0,'revision','',0),(57,1,'2023-05-28 17:45:48','2023-05-28 17:45:48','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:45:48','2023-05-28 17:45:48','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=57',0,'revision','',0),(58,1,'2023-05-28 17:45:49','2023-05-28 17:45:49','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:45:49','2023-05-28 17:45:49','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=58',0,'revision','',0),(59,1,'2023-05-28 17:47:27','2023-05-28 17:47:27','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:47:27','2023-05-28 17:47:27','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=59',0,'revision','',0),(60,1,'2023-05-28 17:47:28','2023-05-28 17:47:28','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:47:28','2023-05-28 17:47:28','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=60',0,'revision','',0),(61,1,'2023-05-28 17:47:29','2023-05-28 17:47:29','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:47:29','2023-05-28 17:47:29','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=61',0,'revision','',0),(62,1,'2023-05-28 17:48:44','2023-05-28 17:48:44','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:48:44','2023-05-28 17:48:44','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=62',0,'revision','',0),(63,1,'2023-05-28 17:48:45','2023-05-28 17:48:45','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:48:45','2023-05-28 17:48:45','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=63',0,'revision','',0),(64,1,'2023-05-28 17:48:46','2023-05-28 17:48:46','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:48:46','2023-05-28 17:48:46','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=64',0,'revision','',0),(65,1,'2023-05-28 17:50:54','2023-05-28 17:50:54','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:50:54','2023-05-28 17:50:54','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=65',0,'revision','',0),(66,1,'2023-05-28 17:50:54','2023-05-28 17:50:54','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:50:54','2023-05-28 17:50:54','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=66',0,'revision','',0),(67,1,'2023-05-28 17:50:55','2023-05-28 17:50:55','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 17:50:55','2023-05-28 17:50:55','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=67',0,'revision','',0),(68,1,'2023-05-28 17:53:09','2023-05-28 17:53:09','','Subscribe Form &#8211; Block','','publish','closed','closed','','subscribe-form-block','','','2023-05-28 17:53:10','2023-05-28 17:53:10','',0,'https://testsharplanding.in8.cdn-alpha.com/?elementor_library=subscribe-form-block',0,'elementor_library','',0),(69,1,'2023-05-28 17:53:10','2023-05-28 17:53:10','','Contact Form &#8211; Block','','publish','closed','closed','','contact-form-block','','','2023-05-28 17:53:11','2023-05-28 17:53:11','',0,'https://testsharplanding.in8.cdn-alpha.com/?elementor_library=contact-form-block',0,'elementor_library','',0),(70,1,'2023-05-28 17:53:09','2023-05-28 17:53:09','','Subscribe Form &#8211; Block','','inherit','closed','closed','','68-revision-v1','','','2023-05-28 17:53:09','2023-05-28 17:53:09','',68,'https://testsharplanding.in8.cdn-alpha.com/?p=70',0,'revision','',0),(71,1,'2023-05-28 17:53:10','2023-05-28 17:53:10','','Subscribe Form &#8211; Block','','inherit','closed','closed','','68-revision-v1','','','2023-05-28 17:53:10','2023-05-28 17:53:10','',68,'https://testsharplanding.in8.cdn-alpha.com/?p=71',0,'revision','',0),(72,1,'2023-05-28 17:53:11','2023-05-28 17:53:11','','Appointment Form &#8211; Block','','publish','closed','closed','','appointment-form-block','','','2023-05-28 17:53:12','2023-05-28 17:53:12','',0,'https://testsharplanding.in8.cdn-alpha.com/?elementor_library=appointment-form-block',0,'elementor_library','',0),(73,1,'2023-05-28 17:53:10','2023-05-28 17:53:10','','Contact Form &#8211; Block','','inherit','closed','closed','','69-revision-v1','','','2023-05-28 17:53:10','2023-05-28 17:53:10','',69,'https://testsharplanding.in8.cdn-alpha.com/?p=73',0,'revision','',0),(74,1,'2023-05-28 17:53:11','2023-05-28 17:53:11','','Contact Form &#8211; Block','','inherit','closed','closed','','69-revision-v1','','','2023-05-28 17:53:11','2023-05-28 17:53:11','',69,'https://testsharplanding.in8.cdn-alpha.com/?p=74',0,'revision','',0),(75,1,'2023-05-28 17:53:11','2023-05-28 17:53:11','','Appointment Form &#8211; Block','','inherit','closed','closed','','72-revision-v1','','','2023-05-28 17:53:11','2023-05-28 17:53:11','',72,'https://testsharplanding.in8.cdn-alpha.com/?p=75',0,'revision','',0),(76,1,'2023-05-28 17:53:12','2023-05-28 17:53:12','','Appointment Form &#8211; Block','','inherit','closed','closed','','72-revision-v1','','','2023-05-28 17:53:12','2023-05-28 17:53:12','',72,'https://testsharplanding.in8.cdn-alpha.com/?p=76',0,'revision','',0),(77,1,'2023-05-28 17:53:43','2023-05-28 17:53:43','','Kit Styles: Eyecare – Optometrist & Eye Care Elementor Template Kit','','publish','closed','closed','','global-kit-styles','','','2023-06-13 16:00:23','2023-06-13 10:30:23','',0,'https://testsharplanding.in8.cdn-alpha.com/?elementor_library=global-kit-styles',0,'elementor_library','',0),(78,1,'2023-05-28 17:53:44','2023-05-28 17:53:44','','Global Kit Styles','','inherit','closed','closed','','77-revision-v1','','','2023-05-28 17:53:44','2023-05-28 17:53:44','',77,'https://testsharplanding.in8.cdn-alpha.com/?p=78',0,'revision','',0),(79,1,'2023-05-28 17:53:45','2023-05-28 17:53:45','','Global Kit Styles','','inherit','closed','closed','','77-revision-v1','','','2023-05-28 17:53:45','2023-05-28 17:53:45','',77,'https://testsharplanding.in8.cdn-alpha.com/?p=79',0,'revision','',0),(80,1,'2023-05-28 17:53:45','2023-05-28 17:53:45','','Kit Styles: Eyecare – Optometrist & Eye Care Elementor Template Kit','','inherit','closed','closed','','77-revision-v1','','','2023-05-28 17:53:45','2023-05-28 17:53:45','',77,'https://testsharplanding.in8.cdn-alpha.com/?p=80',0,'revision','',0),(82,1,'2023-05-28 18:11:52','2023-05-28 18:11:52','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 18:11:52','2023-05-28 18:11:52','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=82',0,'revision','',0),(83,1,'2023-05-28 18:11:53','2023-05-28 18:11:53','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 18:11:53','2023-05-28 18:11:53','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=83',0,'revision','',0),(84,1,'2023-05-28 18:11:54','2023-05-28 18:11:54','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 18:11:54','2023-05-28 18:11:54','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=84',0,'revision','',0),(86,1,'2023-05-28 18:19:10','2023-05-28 18:19:10','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"209\" height=\"79\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/Logo1.png\" alt=\"\" loading=\"lazy\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>','Header','','inherit','closed','closed','','33-autosave-v1','','','2023-05-28 18:19:10','2023-05-28 18:19:10','',33,'https://testsharplanding.in8.cdn-alpha.com/?p=86',0,'revision','',0),(87,1,'2023-05-28 18:24:25','2023-05-28 18:24:25','','sharpsightlogo','','inherit','open','closed','','sharpsightlogo','','','2023-05-28 18:24:41','2023-05-28 18:24:41','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp',0,'attachment','image/webp',0),(88,1,'2023-05-28 18:43:45','2023-05-28 18:43:45','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 18:43:45','2023-05-28 18:43:45','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=88',0,'revision','',0),(89,1,'2023-05-28 18:43:46','2023-05-28 18:43:46','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 18:43:46','2023-05-28 18:43:46','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=89',0,'revision','',0),(90,1,'2023-05-28 18:43:47','2023-05-28 18:43:47','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 18:43:47','2023-05-28 18:43:47','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=90',0,'revision','',0),(91,1,'2023-05-28 18:59:35','2023-05-28 18:59:35','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 18:59:35','2023-05-28 18:59:35','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=91',0,'revision','',0),(92,1,'2023-05-28 18:59:35','2023-05-28 18:59:35','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 18:59:35','2023-05-28 18:59:35','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=92',0,'revision','',0),(93,1,'2023-05-28 18:59:36','2023-05-28 18:59:36','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 18:59:36','2023-05-28 18:59:36','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=93',0,'revision','',0),(94,1,'2023-05-28 20:05:42','2023-05-28 20:05:42','','placeholder-13.png','','inherit','open','closed','','placeholder-13-png','','','2023-05-28 20:05:42','2023-05-28 20:05:42','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/placeholder-13.png',0,'attachment','image/png',0),(95,1,'2023-05-28 20:05:44','2023-05-28 20:05:44','','team_6.jpg','','inherit','open','closed','','team_6-jpg','','','2023-05-28 20:05:44','2023-05-28 20:05:44','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg',0,'attachment','image/jpeg',0),(96,1,'2023-05-28 20:05:45','2023-05-28 20:05:45','','placeholder-14.png','','inherit','open','closed','','placeholder-14-png','','','2023-05-28 20:05:45','2023-05-28 20:05:45','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/placeholder-14.png',0,'attachment','image/png',0),(97,1,'2023-05-28 20:05:46','2023-05-28 20:05:46','','placeholder-15.png','','inherit','open','closed','','placeholder-15-png','','','2023-05-28 20:05:46','2023-05-28 20:05:46','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/placeholder-15.png',0,'attachment','image/png',0),(98,1,'2023-05-28 20:05:48','2023-05-28 20:05:48','','placeholder-16.png','','inherit','open','closed','','placeholder-16-png','','','2023-05-28 20:05:48','2023-05-28 20:05:48','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/placeholder-16.png',0,'attachment','image/png',0),(99,1,'2023-05-28 20:05:49','2023-05-28 20:05:49','','placeholder-17.png','','inherit','open','closed','','placeholder-17-png','','','2023-05-28 20:05:49','2023-05-28 20:05:49','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/placeholder-17.png',0,'attachment','image/png',0),(100,1,'2023-05-28 20:05:50','2023-05-28 20:05:50','','placeholder-18.png','','inherit','open','closed','','placeholder-18-png','','','2023-05-28 20:05:50','2023-05-28 20:05:50','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/placeholder-18.png',0,'attachment','image/png',0),(101,1,'2023-05-28 20:05:52','2023-05-28 20:05:52','','placeholder-19.png','','inherit','open','closed','','placeholder-19-png','','','2023-05-28 20:05:52','2023-05-28 20:05:52','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/placeholder-19.png',0,'attachment','image/png',0),(102,1,'2023-05-28 20:05:53','2023-05-28 20:05:53','','placeholder-20.png','','inherit','open','closed','','placeholder-20-png','','','2023-05-28 20:05:53','2023-05-28 20:05:53','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/placeholder-20.png',0,'attachment','image/png',0),(103,1,'2023-05-28 20:05:55','2023-05-28 20:05:55','','placeholder-21.png','','inherit','open','closed','','placeholder-21-png','','','2023-05-28 20:05:55','2023-05-28 20:05:55','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/placeholder-21.png',0,'attachment','image/png',0),(105,1,'2023-05-28 20:15:01','2023-05-28 20:15:01','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 20:15:01','2023-05-28 20:15:01','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=105',0,'revision','',0),(106,1,'2023-05-28 20:15:02','2023-05-28 20:15:02','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 20:15:02','2023-05-28 20:15:02','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=106',0,'revision','',0),(107,1,'2023-05-28 20:15:03','2023-05-28 20:15:03','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<button type=\"button\"></button>\n		<button type=\"button\"></button>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 20:15:03','2023-05-28 20:15:03','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=107',0,'revision','',0),(109,1,'2023-05-28 20:16:58','2023-05-28 20:16:58','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<button type=\"button\"></button>\n		<button type=\"button\"></button>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 20:16:58','2023-05-28 20:16:58','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=109',0,'revision','',0),(110,1,'2023-05-28 20:16:59','2023-05-28 20:16:59','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n								Founder &amp; CEO of XpeedStudio\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<button type=\"button\"></button>\n		<button type=\"button\"></button>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 20:16:59','2023-05-28 20:16:59','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=110',0,'revision','',0),(111,1,'2023-05-28 20:17:00','2023-05-28 20:17:00','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 20:17:00','2023-05-28 20:17:00','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=111',0,'revision','',0),(113,1,'2023-05-28 20:47:42','2023-05-28 20:47:42','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 20:47:42','2023-05-28 20:47:42','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=113',0,'revision','',0),(114,1,'2023-05-28 20:47:43','2023-05-28 20:47:43','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care clinic</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 20:47:43','2023-05-28 20:47:43','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=114',0,'revision','',0),(115,1,'2023-05-28 20:47:44','2023-05-28 20:47:44','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-28 20:47:44','2023-05-28 20:47:44','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=115',0,'revision','',0),(117,1,'2023-05-29 05:30:17','2023-05-29 05:30:17','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:30:17','2023-05-29 05:30:17','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=117',0,'revision','',0),(118,1,'2023-05-29 05:30:17','2023-05-29 05:30:17','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:30:17','2023-05-29 05:30:17','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=118',0,'revision','',0),(119,1,'2023-05-29 05:30:19','2023-05-29 05:30:19','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:30:19','2023-05-29 05:30:19','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=119',0,'revision','',0),(120,1,'2023-05-29 05:34:39','2023-05-29 05:34:39','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:34:39','2023-05-29 05:34:39','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=120',0,'revision','',0),(121,1,'2023-05-29 05:34:40','2023-05-29 05:34:40','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:34:40','2023-05-29 05:34:40','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=121',0,'revision','',0),(122,1,'2023-05-29 05:34:41','2023-05-29 05:34:41','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:34:41','2023-05-29 05:34:41','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=122',0,'revision','',0),(124,1,'2023-05-29 05:51:47','2023-05-29 05:51:47','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:51:47','2023-05-29 05:51:47','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=124',0,'revision','',0),(125,1,'2023-05-29 05:51:48','2023-05-29 05:51:48','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:51:48','2023-05-29 05:51:48','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=125',0,'revision','',0),(126,1,'2023-05-29 05:51:49','2023-05-29 05:51:49','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:51:49','2023-05-29 05:51:49','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=126',0,'revision','',0),(128,1,'2023-05-29 05:54:14','2023-05-29 05:54:14','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:54:14','2023-05-29 05:54:14','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=128',0,'revision','',0),(129,1,'2023-05-29 05:54:15','2023-05-29 05:54:15','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:54:15','2023-05-29 05:54:15','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=129',0,'revision','',0),(130,1,'2023-05-29 05:54:16','2023-05-29 05:54:16','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 05:54:16','2023-05-29 05:54:16','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=130',0,'revision','',0),(131,1,'2023-05-29 06:17:13','2023-05-29 06:17:13','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 06:17:13','2023-05-29 06:17:13','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=131',0,'revision','',0),(132,1,'2023-05-29 06:17:14','2023-05-29 06:17:14','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 06:17:14','2023-05-29 06:17:14','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=132',0,'revision','',0),(133,1,'2023-05-29 06:17:15','2023-05-29 06:17:15','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 06:17:15','2023-05-29 06:17:15','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=133',0,'revision','',0),(135,1,'2023-05-29 12:48:27','2023-05-29 12:48:27','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 12:48:27','2023-05-29 12:48:27','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=135',0,'revision','',0),(136,1,'2023-05-29 12:48:28','2023-05-29 12:48:28','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n				Blog & news letter				\n			<h2>Latest Blog & News letter</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 12:48:28','2023-05-29 12:48:28','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=136',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (137,1,'2023-05-29 12:48:29','2023-05-29 12:48:29','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 12:48:29','2023-05-29 12:48:29','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=137',0,'revision','',0),(139,1,'2023-05-29 12:52:40','2023-05-29 12:52:40','','contact','','publish','closed','closed','','contact','','','2023-05-29 12:52:40','2023-05-29 12:52:40','',0,'https://testsharplanding.in8.cdn-alpha.com/?page_id=139',0,'page','',0),(140,1,'2023-05-29 12:52:40','2023-05-29 12:52:40','','contact','','inherit','closed','closed','','139-revision-v1','','','2023-05-29 12:52:40','2023-05-29 12:52:40','',139,'https://testsharplanding.in8.cdn-alpha.com/?p=140',0,'revision','',0),(141,1,'2023-05-29 12:53:05','2023-05-29 12:53:05','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 12:53:05','2023-05-29 12:53:05','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=141',0,'revision','',0),(142,1,'2023-05-29 12:53:06','2023-05-29 12:53:06','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 12:53:06','2023-05-29 12:53:06','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=142',0,'revision','',0),(143,1,'2023-05-29 12:53:07','2023-05-29 12:53:07','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 12:53:07','2023-05-29 12:53:07','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=143',0,'revision','',0),(144,1,'2023-05-29 12:53:35','2023-05-29 12:53:35','','contact','','inherit','closed','closed','','139-autosave-v1','','','2023-05-29 12:54:55','2023-05-29 12:54:55','',139,'https://testsharplanding.in8.cdn-alpha.com/?p=144',0,'revision','',0),(146,1,'2023-05-29 13:26:33','2023-05-29 13:26:33','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:26:33','2023-05-29 13:26:33','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=146',0,'revision','',0),(147,1,'2023-05-29 13:26:34','2023-05-29 13:26:34','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:26:34','2023-05-29 13:26:34','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=147',0,'revision','',0),(148,1,'2023-05-29 13:26:35','2023-05-29 13:26:35','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h2>Add Your Heading Text Here</h2>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:26:35','2023-05-29 13:26:35','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=148',0,'revision','',0),(150,1,'2023-05-29 13:32:22','2023-05-29 13:32:22','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h2>Add Your Heading Text Here</h2>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:32:22','2023-05-29 13:32:22','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=150',0,'revision','',0),(151,1,'2023-05-29 13:32:22','2023-05-29 13:32:22','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h2>Add Your Heading Text Here</h2>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:32:22','2023-05-29 13:32:22','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=151',0,'revision','',0),(152,1,'2023-05-29 13:32:24','2023-05-29 13:32:24','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:32:24','2023-05-29 13:32:24','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=152',0,'revision','',0),(153,1,'2023-05-29 13:32:45','2023-05-29 13:32:45','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:32:45','2023-05-29 13:32:45','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=153',0,'revision','',0),(154,1,'2023-05-29 13:32:46','2023-05-29 13:32:46','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:32:46','2023-05-29 13:32:46','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=154',0,'revision','',0),(155,1,'2023-05-29 13:32:47','2023-05-29 13:32:47','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:32:47','2023-05-29 13:32:47','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=155',0,'revision','',0),(156,1,'2023-05-29 13:33:03','2023-05-29 13:33:03','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:33:03','2023-05-29 13:33:03','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=156',0,'revision','',0),(157,1,'2023-05-29 13:33:03','2023-05-29 13:33:03','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:33:03','2023-05-29 13:33:03','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=157',0,'revision','',0),(158,1,'2023-05-29 13:33:04','2023-05-29 13:33:04','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:33:04','2023-05-29 13:33:04','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=158',0,'revision','',0),(159,1,'2023-05-29 13:33:45','2023-05-29 13:33:45','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:33:45','2023-05-29 13:33:45','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=159',0,'revision','',0),(160,1,'2023-05-29 13:33:45','2023-05-29 13:33:45','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:33:45','2023-05-29 13:33:45','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=160',0,'revision','',0),(161,1,'2023-05-29 13:33:46','2023-05-29 13:33:46','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#form\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 13:33:46','2023-05-29 13:33:46','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=161',0,'revision','',0),(163,1,'2023-05-29 19:26:18','2023-05-29 19:26:18','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#form\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:26:18','2023-05-29 19:26:18','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=163',0,'revision','',0),(164,1,'2023-05-29 19:26:18','2023-05-29 19:26:18','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#form\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with eyecare </h3>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Quality Service					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n				<h5>\n						Modern Technology					\n				</h5>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit ut elit tellus, luctus nec.					</p>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:26:18','2023-05-29 19:26:18','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=164',0,'revision','',0),(165,1,'2023-05-29 19:26:20','2023-05-29 19:26:20','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:26:20','2023-05-29 19:26:20','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=165',0,'revision','',0),(166,1,'2023-05-29 19:30:56','2023-05-29 19:30:56','','sharp-sight-review-4','','inherit','open','closed','','sharp-sight-review-4','','','2023-05-29 19:30:56','2023-05-29 19:30:56','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg',0,'attachment','image/jpeg',0),(167,1,'2023-05-29 19:31:53','2023-05-29 19:31:53','','sharp-sight-review-1','','inherit','open','closed','','sharp-sight-review-1','','','2023-05-29 19:31:53','2023-05-29 19:31:53','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg',0,'attachment','image/jpeg',0),(168,1,'2023-05-29 19:32:25','2023-05-29 19:32:25','','sharp-sight-review-3','','inherit','open','closed','','sharp-sight-review-3','','','2023-05-29 19:32:25','2023-05-29 19:32:25','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg',0,'attachment','image/jpeg',0),(169,1,'2023-05-29 19:32:46','2023-05-29 19:32:46','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:32:46','2023-05-29 19:32:46','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=169',0,'revision','',0),(170,1,'2023-05-29 19:32:47','2023-05-29 19:32:47','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>eye care & clinic with better professionals</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam hendrerit sagittis ante, id aliquet magna viverra scelerisque. Ut aliquet magna a risus sollicitudin.</p>		\n			<a href=\"#\" role=\"button\">\n						let\'s start\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shams W.Pawel</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Rahul</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"400\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6.jpg 400w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team_6-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" />								\n								<strong>Shyam</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"800\" height=\"800\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6.jpg 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />								\n								<strong>Himanshi</strong>\n																						<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarks grove right at the coast</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:32:47','2023-05-29 19:32:47','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=170',0,'revision','',0),(171,1,'2023-05-29 19:32:48','2023-05-29 19:32:48','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:32:48','2023-05-29 19:32:48','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=171',0,'revision','',0),(172,1,'2023-05-29 19:33:58','2023-05-29 19:33:58','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:33:58','2023-05-29 19:33:58','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=172',0,'revision','',0),(173,1,'2023-05-29 19:33:58','2023-05-29 19:33:58','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:33:58','2023-05-29 19:33:58','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=173',0,'revision','',0),(174,1,'2023-05-29 19:33:59','2023-05-29 19:33:59','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:33:59','2023-05-29 19:33:59','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=174',0,'revision','',0),(176,1,'2023-05-29 19:50:44','2023-05-29 19:50:44','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:50:44','2023-05-29 19:50:44','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=176',0,'revision','',0),(177,1,'2023-05-29 19:50:45','2023-05-29 19:50:45','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n		<p>Maecenas volutpat eros felis. Sed tristique diam nec ante ultrices, ac pulvinar ligula luctus. Ut porta ligula elit. Suspendisse volutpat tristique dolor, tempor tincidunt velit imperdiet in. Morbi vitae lorem in metus volutpat hendrerit.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Certified with NABH\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Eye Health Checkups\n									</li>\n								<li>\n										Laser Eye Correction\n									</li>\n								<li>\n										Eye Examination\n									</li>\n						</ul>\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye clinic</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Success\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:50:45','2023-05-29 19:50:45','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=177',0,'revision','',0),(178,1,'2023-05-29 19:50:46','2023-05-29 19:50:46','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye Hospital</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 19:50:46','2023-05-29 19:50:46','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=178',0,'revision','',0),(180,1,'2023-05-29 20:17:16','2023-05-29 20:17:16','','depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed (1)','','inherit','open','closed','','depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1','','','2023-05-29 20:17:16','2023-05-29 20:17:16','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg',0,'attachment','image/jpeg',0),(181,1,'2023-05-29 20:17:57','2023-05-29 20:17:57','','depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed (1)','','inherit','open','closed','','depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1','','','2023-05-29 20:17:57','2023-05-29 20:17:57','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg',0,'attachment','image/jpeg',0),(182,1,'2023-05-29 20:21:33','2023-05-29 20:21:33','','z-ImMR5A8IYb4uUpAy2q4-transformed (1)','','inherit','open','closed','','z-immr5a8iyb4uupay2q4-transformed-1','','','2023-05-29 20:21:33','2023-05-29 20:21:33','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp',0,'attachment','image/webp',0),(183,1,'2023-05-29 20:29:04','2023-05-29 20:29:04','','placeholder-443.png','','inherit','open','closed','','placeholder-443-png','','','2023-05-29 20:29:04','2023-05-29 20:29:04','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/placeholder-443.png',0,'attachment','image/png',0),(184,1,'2023-05-29 20:29:06','2023-05-29 20:29:06','','funfacts-icon-1.png','','inherit','open','closed','','funfacts-icon-1-png','','','2023-05-29 20:29:06','2023-05-29 20:29:06','',0,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/funfacts-icon-1.png',0,'attachment','image/png',0),(185,1,'2023-05-29 20:40:57','2023-05-29 20:40:57','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye Hospital</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:40:57','2023-05-29 20:40:57','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=185',0,'revision','',0),(186,1,'2023-05-29 20:40:58','2023-05-29 20:40:58','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/young-boy-with-phoropter-during-sight-testing-eye-2022-04-20-16-57-08-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/happy-mother-and-daughter-visiting-ophthalmologist-2021-08-29-21-20-04-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>we are the leading eye Hospital</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<a href=\"#\" role=\"button\">\n						all services\n					</a>\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>\nSubscribe Our Newsletter</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:40:58','2023-05-29 20:40:58','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=186',0,'revision','',0),(187,1,'2023-05-29 20:40:59','2023-05-29 20:40:59','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:40:59','2023-05-29 20:40:59','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=187',0,'revision','',0),(189,1,'2023-05-29 20:43:34','2023-05-29 20:43:34','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:43:34','2023-05-29 20:43:34','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=189',0,'revision','',0),(190,1,'2023-05-29 20:43:35','2023-05-29 20:43:35','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:43:35','2023-05-29 20:43:35','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=190',0,'revision','',0),(191,1,'2023-05-29 20:43:36','2023-05-29 20:43:36','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:43:36','2023-05-29 20:43:36','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=191',0,'revision','',0),(192,1,'2023-05-29 20:47:04','2023-05-29 20:47:04','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:47:04','2023-05-29 20:47:04','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=192',0,'revision','',0),(193,1,'2023-05-29 20:47:05','2023-05-29 20:47:05','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:47:05','2023-05-29 20:47:05','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=193',0,'revision','',0),(194,1,'2023-05-29 20:47:06','2023-05-29 20:47:06','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:47:06','2023-05-29 20:47:06','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=194',0,'revision','',0),(195,1,'2023-05-29 20:49:46','2023-05-29 20:49:46','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:49:46','2023-05-29 20:49:46','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=195',0,'revision','',0),(196,1,'2023-05-29 20:49:47','2023-05-29 20:49:47','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:49:47','2023-05-29 20:49:47','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=196',0,'revision','',0),(197,1,'2023-05-29 20:49:48','2023-05-29 20:49:48','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:49:48','2023-05-29 20:49:48','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=197',0,'revision','',0),(198,1,'2023-05-29 20:55:40','2023-05-29 20:55:40','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:55:40','2023-05-29 20:55:40','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=198',0,'revision','',0),(199,1,'2023-05-29 20:55:41','2023-05-29 20:55:41','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:55:41','2023-05-29 20:55:41','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=199',0,'revision','',0),(200,1,'2023-05-29 20:55:42','2023-05-29 20:55:42','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:55:42','2023-05-29 20:55:42','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=200',0,'revision','',0),(201,1,'2023-05-29 20:55:50','2023-05-29 20:55:50','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:55:50','2023-05-29 20:55:50','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=201',0,'revision','',0),(202,1,'2023-05-29 20:55:50','2023-05-29 20:55:50','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:55:50','2023-05-29 20:55:50','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=202',0,'revision','',0),(203,1,'2023-05-29 20:55:52','2023-05-29 20:55:52','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:55:52','2023-05-29 20:55:52','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=203',0,'revision','',0),(204,1,'2023-05-29 20:58:27','2023-05-29 20:58:27','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:58:27','2023-05-29 20:58:27','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=204',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (205,1,'2023-05-29 20:58:28','2023-05-29 20:58:28','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n		<p>Duis cursus eleifend nulla vitae ultricies. Mauris ut tempus risus. Nullam vel enim eget ligula gravida iaculis quis non ipsum. Cras turpis enim, posuere vitae erat interdum, varius pellentesque eros.</p>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Finish Payment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:58:28','2023-05-29 20:58:28','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=205',0,'revision','',0),(206,1,'2023-05-29 20:58:29','2023-05-29 20:58:29','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 20:58:29','2023-05-29 20:58:29','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=206',0,'revision','',0),(207,1,'2023-05-29 21:00:53','2023-05-29 21:00:53','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 21:00:53','2023-05-29 21:00:53','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=207',0,'revision','',0),(208,1,'2023-05-29 21:00:54','2023-05-29 21:00:54','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 21:00:54','2023-05-29 21:00:54','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=208',0,'revision','',0),(209,1,'2023-05-29 21:00:56','2023-05-29 21:00:56','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-29 21:00:56','2023-05-29 21:00:56','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=209',0,'revision','',0),(210,1,'2023-05-30 05:54:59','2023-05-30 05:54:59','','adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled (1) (1)','','inherit','open','closed','','adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1','','','2023-05-30 05:54:59','2023-05-30 05:54:59','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp',0,'attachment','image/webp',0),(212,1,'2023-05-30 06:39:56','2023-05-30 06:39:56','','healthcare-workers-prevent-virus-insurance-medicine-concept-smiling-attractive-female-doctor_1258-91720','','inherit','open','closed','','healthcare-workers-prevent-virus-insurance-medicine-concept-smiling-attractive-female-doctor_1258-91720','','','2023-05-30 06:39:56','2023-05-30 06:39:56','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/healthcare-workers-prevent-virus-insurance-medicine-concept-smiling-attractive-female-doctor_1258-91720.webp',0,'attachment','image/webp',0),(213,1,'2023-05-30 10:46:27','2023-05-30 10:46:27','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-30 10:46:27','2023-05-30 10:46:27','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=213',0,'revision','',0),(214,1,'2023-05-30 10:46:28','2023-05-30 10:46:28','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>Best benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						licensed doctor					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-30 10:46:28','2023-05-30 10:46:28','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=214',0,'revision','',0),(215,1,'2023-05-30 10:46:29','2023-05-30 10:46:29','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-05-30 10:46:29','2023-05-30 10:46:29','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=215',0,'revision','',0),(216,1,'2023-06-01 05:51:29','2023-06-01 05:51:29','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-01 05:51:29','2023-06-01 05:51:29','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=216',0,'revision','',0),(217,1,'2023-06-01 05:51:29','2023-06-01 05:51:29','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-01 05:51:29','2023-06-01 05:51:29','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=217',0,'revision','',0),(218,1,'2023-06-01 05:51:31','2023-06-01 05:51:31','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-01 05:51:31','2023-06-01 05:51:31','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=218',0,'revision','',0),(220,1,'2023-06-03 08:19:38','2023-06-03 08:19:38','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-03 08:19:38','2023-06-03 08:19:38','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=220',0,'revision','',0),(221,1,'2023-06-03 08:19:39','2023-06-03 08:19:39','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-03 08:19:39','2023-06-03 08:19:39','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=221',0,'revision','',0),(222,1,'2023-06-03 08:19:40','2023-06-03 08:19:40','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-03 08:19:40','2023-06-03 08:19:40','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=222',0,'revision','',0),(224,1,'2023-06-03 17:05:02','2023-06-03 17:05:02','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-03 17:05:02','2023-06-03 17:05:02','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=224',0,'revision','',0),(225,1,'2023-06-03 17:05:03','2023-06-03 17:05:03','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-03 17:05:03','2023-06-03 17:05:03','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=225',0,'revision','',0),(226,1,'2023-06-03 17:05:04','2023-06-03 17:05:04','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>we are a leading eye care hospital</h2>		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n		https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<h2>we are a leading eye care hospital</h2>		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-03 17:05:04','2023-06-03 17:05:04','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=226',0,'revision','',0),(228,1,'2023-06-04 04:52:09','2023-06-04 04:52:09','','sharpsight - lallantop','','inherit','open','closed','','sharpsight-lallantop','','','2023-06-04 04:52:18','2023-06-04 04:52:18','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/sharpsight-lallantop.webp',0,'attachment','image/webp',0),(229,1,'2023-06-04 04:52:53','2023-06-04 04:52:53','','touchless lasik','','inherit','open','closed','','touchless-lasik','','','2023-06-04 04:53:00','2023-06-04 04:53:00','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/touchless-lasik.webp',0,'attachment','image/webp',0),(230,1,'2023-06-04 04:53:44','2023-06-04 04:53:44','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>we are a leading eye care hospital</h2>		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n		https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<h2>we are a leading eye care hospital</h2>		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-04 04:53:44','2023-06-04 04:53:44','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=230',0,'revision','',0),(231,1,'2023-06-04 04:53:45','2023-06-04 04:53:45','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>we are a leading eye care hospital</h2>		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n		https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<h2>we are a leading eye care hospital</h2>		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-04 04:53:45','2023-06-04 04:53:45','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=231',0,'revision','',0),(232,1,'2023-06-04 04:53:46','2023-06-04 04:53:46','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-04 04:53:46','2023-06-04 04:53:46','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=232',0,'revision','',0),(234,1,'2023-06-04 05:20:20','2023-06-04 05:20:20','','Before Lasik - After Lasik','','inherit','open','closed','','before-lasik','','','2023-06-04 05:20:39','2023-06-04 05:20:39','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp',0,'attachment','image/webp',0),(235,1,'2023-06-04 05:21:48','2023-06-04 05:21:48','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-04 05:21:48','2023-06-04 05:21:48','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=235',0,'revision','',0),(236,1,'2023-06-04 05:21:49','2023-06-04 05:21:49','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n		<p>Visiting Hours</p>		\n					<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday   \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday     \n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-04 05:21:49','2023-06-04 05:21:49','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=236',0,'revision','',0),(237,1,'2023-06-04 05:21:50','2023-06-04 05:21:50','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-04 05:21:50','2023-06-04 05:21:50','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=237',0,'revision','',0),(238,1,'2023-06-04 05:24:17','2023-06-04 05:24:17','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-04 05:24:17','2023-06-04 05:24:17','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=238',0,'revision','',0),(239,1,'2023-06-04 05:24:17','2023-06-04 05:24:17','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-04 05:24:17','2023-06-04 05:24:17','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=239',0,'revision','',0),(240,1,'2023-06-04 05:24:18','2023-06-04 05:24:18','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-04 05:24:18','2023-06-04 05:24:18','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=240',0,'revision','',0),(241,1,'2023-06-05 06:17:00','2023-06-05 06:17:00','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-05 06:17:00','2023-06-05 06:17:00','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=241',0,'revision','',0),(242,1,'2023-06-05 06:17:00','2023-06-05 06:17:00','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-05 06:17:00','2023-06-05 06:17:00','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=242',0,'revision','',0),(243,1,'2023-06-05 06:17:01','2023-06-05 06:17:01','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-05 06:17:01','2023-06-05 06:17:01','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=243',0,'revision','',0),(244,1,'2023-06-06 05:22:29','2023-06-06 05:22:29','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 05:22:29','2023-06-06 05:22:29','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=244',0,'revision','',0),(245,1,'2023-06-06 05:22:30','2023-06-06 05:22:30','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n									<p>\n						Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.					</p>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 05:22:30','2023-06-06 05:22:30','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=245',0,'revision','',0),(246,1,'2023-06-06 05:22:31','2023-06-06 05:22:31','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 05:22:31','2023-06-06 05:22:31','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=246',0,'revision','',0),(248,1,'2023-06-06 05:27:15','2023-06-06 05:27:15','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 05:27:15','2023-06-06 05:27:15','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=248',0,'revision','',0),(249,1,'2023-06-06 05:27:16','2023-06-06 05:27:16','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 05:27:16','2023-06-06 05:27:16','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=249',0,'revision','',0),(250,1,'2023-06-06 05:27:17','2023-06-06 05:27:17','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 05:27:17','2023-06-06 05:27:17','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=250',0,'revision','',0),(251,1,'2023-06-06 05:40:30','2023-06-06 05:40:30','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 05:40:30','2023-06-06 05:40:30','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=251',0,'revision','',0),(252,1,'2023-06-06 05:40:31','2023-06-06 05:40:31','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n			<h2>Our Speciality Clinic</h2>		\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 05:40:31','2023-06-06 05:40:31','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=252',0,'revision','',0),(253,1,'2023-06-06 05:40:32','2023-06-06 05:40:32','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 05:40:32','2023-06-06 05:40:32','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=253',0,'revision','',0),(255,1,'2023-06-06 06:36:50','2023-06-06 06:36:50','','Sharp Sight - Best Eye Hospital','','inherit','open','closed','','sharp-sight-best-eye-hospital','','','2023-06-06 06:37:07','2023-06-06 06:37:07','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Eye-Hospital.webp',0,'attachment','image/webp',0),(257,1,'2023-06-06 06:40:49','2023-06-06 06:40:49','','Sharp Sight - A Leading Eyecare Hospital','','inherit','open','closed','','sharp-sight-a-leading-eyecare-hospital','','','2023-06-06 07:28:46','2023-06-06 07:28:46','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp',0,'attachment','image/webp',0),(258,1,'2023-06-06 06:43:45','2023-06-06 06:43:45','','Sharp Sight - Best Leading Eyecare Hospital','','inherit','open','closed','','sharp-sight-best-leading-eyecare-hospital','','','2023-06-06 06:43:56','2023-06-06 06:43:56','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp',0,'attachment','image/webp',0),(259,1,'2023-06-06 07:16:20','2023-06-06 07:16:20','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:16:20','2023-06-06 07:16:20','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=259',0,'revision','',0),(260,1,'2023-06-06 07:16:20','2023-06-06 07:16:20','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/adult-female-doctor-ophthalmologist-checking-eye-v-2022-05-31-02-21-30-utc-1-scaled-1-1-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1.jpeg 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-300x200.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_85001952-stock-photo-eye-clinic-laser-vision-correction-transformed-1-768x512.jpeg 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:16:20','2023-06-06 07:16:20','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=260',0,'revision','',0),(261,1,'2023-06-06 07:16:21','2023-06-06 07:16:21','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:16:21','2023-06-06 07:16:21','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=261',0,'revision','',0),(262,1,'2023-06-06 07:27:55','2023-06-06 07:27:55','','Sharp Sight - Better Vision Deserves The Latest Technology','','inherit','open','closed','','sharp-sight-better-vision-deserves-the-latest-technology','','','2023-06-06 07:28:14','2023-06-06 07:28:14','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp',0,'attachment','image/webp',0),(263,1,'2023-06-06 07:28:24','2023-06-06 07:28:24','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:28:24','2023-06-06 07:28:24','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=263',0,'revision','',0),(264,1,'2023-06-06 07:28:24','2023-06-06 07:28:24','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc.jpg 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-300x200.jpg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1024x683.jpg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-768x512.jpg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/side-view-of-young-woman-getting-eye-examination-i-2021-08-29-19-40-34-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:28:24','2023-06-06 07:28:24','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=264',0,'revision','',0),(265,1,'2023-06-06 07:28:25','2023-06-06 07:28:25','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:28:25','2023-06-06 07:28:25','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=265',0,'revision','',0),(266,1,'2023-06-06 07:29:37','2023-06-06 07:29:37','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:29:37','2023-06-06 07:29:37','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=266',0,'revision','',0),(267,1,'2023-06-06 07:29:38','2023-06-06 07:29:38','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:29:38','2023-06-06 07:29:38','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=267',0,'revision','',0),(268,1,'2023-06-06 07:29:39','2023-06-06 07:29:39','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:29:39','2023-06-06 07:29:39','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=268',0,'revision','',0),(269,1,'2023-06-06 07:32:43','2023-06-06 07:32:43','','Sharp Sight - Testimonial','','inherit','open','closed','','sharp-sight-testimonial','','','2023-06-06 07:32:51','2023-06-06 07:32:51','',48,'https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp',0,'attachment','image/webp',0),(270,1,'2023-06-06 07:33:08','2023-06-06 07:33:08','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:33:08','2023-06-06 07:33:08','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=270',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (271,1,'2023-06-06 07:33:09','2023-06-06 07:33:09','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1.jpeg 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-300x225.jpeg 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1024x769.jpeg 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-768x576.jpeg 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/depositphotos_204802698-stock-photo-patient-surgeon-operating-room-ophthalmic-transformed-1-1536x1153.jpeg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:33:09','2023-06-06 07:33:09','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=271',0,'revision','',0),(272,1,'2023-06-06 07:33:10','2023-06-06 07:33:10','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 07:33:10','2023-06-06 07:33:10','',48,'https://testsharplanding.in8.cdn-alpha.com/?p=272',0,'revision','',0),(277,1,'2023-06-06 13:22:40','2023-06-06 13:22:40','','ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg','','inherit','open','closed','','ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc-jpg','','','2023-06-06 13:22:40','2023-06-06 13:22:40','',0,'https://lead.sharpsight.in/wp-content/uploads/2023/06/ophthalmology-concept-patient-examination-eye-vis-2022-05-31-02-19-14-utc.jpg',0,'attachment','image/jpeg',0),(278,1,'2023-06-06 13:22:55','2023-06-06 13:22:55','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Services</h1>		\n		<p><a href=\"#\">Home</a> &gt; Services</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Cornea Transplant</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Laser Surgery</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Dry Eye Surgery</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.</p>\n											<img width=\"800\" height=\"800\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team2.jpg 800w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team2-300x300.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team2-150x150.jpg 150w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team2-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />										\n										<strong>Elsa Verina</strong>\n										Designation\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.</p>\n											<img width=\"800\" height=\"800\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team3.jpg 800w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team3-300x300.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team3-150x150.jpg 150w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team3-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />										\n										<strong>Dyas Kardinal</strong>\n										Designation\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.</p>\n											<img width=\"800\" height=\"800\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team6.jpg 800w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />										\n										<strong>Puri Maha</strong>\n										Designation\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.</p>\n											<img width=\"800\" height=\"800\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team5.jpg 800w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team5-300x300.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team5-150x150.jpg 150w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team5-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />										\n										<strong>Kumto Warming</strong>\n										Designation\n	<ul aria-describedby=\"paginations\"></ul>','Services','','publish','closed','closed','','services','','','2023-06-06 13:22:56','2023-06-06 13:22:56','',0,'https://lead.sharpsight.in/?elementor_library=services',0,'elementor_library','',0),(279,1,'2023-06-06 13:22:56','2023-06-06 13:22:56','','Services','','inherit','closed','closed','','278-revision-v1','','','2023-06-06 13:22:56','2023-06-06 13:22:56','',278,'https://lead.sharpsight.in/?p=279',0,'revision','',0),(280,1,'2023-06-06 13:22:56','2023-06-06 13:22:56','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Services</h1>		\n		<p><a href=\"#\">Home</a> &gt; Services</p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				services				\n			<h2>we gave the best for you</h2>		\n		<p>Proin nec eleifend augue. Nulla vitae congue tellus. Nam cursus elementum nibh, lobortis dictum orci ullamcorper vel. Aliquam sed lacus non elit tempor fermentum. Nunc vestibulum dui vel lorem varius tincidunt.</p>		\n			<h4>Eye Care</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Retina Repair</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Vision Check</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Cornea Transplant</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Laser Surgery</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n			<h4>Dry Eye Surgery</h4>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\" role=\"button\">\n						Read More\n					</a>\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+123-456-789</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										Monday - Thursday\n									</li>\n								<li>\n										08.00 AM - 21.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Friday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Saturday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n					<ul>\n							<li>\n										Sunday\n									</li>\n								<li>\n										08.00 AM - 17.00 PM\n									</li>\n						</ul>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc.jpg 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-300x200.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1024x683.jpg 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-768x512.jpg 768w, https://lead.sharpsight.in/wp-content/uploads/2023/05/ophthalmology-concept-patient-eye-vision-examinat-2021-08-26-17-35-10-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n															<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc.jpg 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-300x200.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1024x683.jpg 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-768x512.jpg 768w, https://lead.sharpsight.in/wp-content/uploads/2023/05/patient-and-oculist-doing-eye-test-with-eye-chart-2021-08-29-19-47-50-utc-1536x1024.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				testimonial				\n			<h2>what they say about our clinic</h2>		\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.</p>\n											<img width=\"800\" height=\"800\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team2.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team2.jpg 800w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team2-300x300.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team2-150x150.jpg 150w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team2-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />										\n										<strong>Elsa Verina</strong>\n										Designation\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.</p>\n											<img width=\"800\" height=\"800\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team3.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team3.jpg 800w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team3-300x300.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team3-150x150.jpg 150w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team3-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />										\n										<strong>Dyas Kardinal</strong>\n										Designation\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.</p>\n											<img width=\"800\" height=\"800\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team6.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team6.jpg 800w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team6-300x300.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team6-150x150.jpg 150w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team6-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />										\n										<strong>Puri Maha</strong>\n										Designation\n																<ul>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																		<li><a></a></li>\n																	</ul>\n															<p>Nulla mollis tristique blandit. Nam at accumsan felis, vitae pharetra nunc. Morbi imperdiet dui eu facilisis vestibulum. Sed dignissim non nibh auctor finibus. Integer mollis varius maximus.</p>\n											<img width=\"800\" height=\"800\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team5.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/team5.jpg 800w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team5-300x300.jpg 300w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team5-150x150.jpg 150w, https://lead.sharpsight.in/wp-content/uploads/2023/05/team5-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />										\n										<strong>Kumto Warming</strong>\n										Designation\n	<ul aria-describedby=\"paginations\"></ul>','Services','','inherit','closed','closed','','278-revision-v1','','','2023-06-06 13:22:56','2023-06-06 13:22:56','',278,'https://lead.sharpsight.in/?p=280',0,'revision','',0),(288,1,'2023-06-06 13:46:59','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2023-06-06 13:46:59','0000-00-00 00:00:00','',0,'https://lead.sharpsight.in/?page_id=288',0,'page','',0),(289,1,'2023-06-06 13:48:44','2023-06-06 13:48:44','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%20+91%20-%209641-919191\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <a href=\"tel: 9641919191\" data-wplink-edit=\"true\"><strong>+91 - 9641-919191</strong></a></p>		\n			<a href=\"https://sharpsight.in\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%20+91%20-%209641-919191\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','publish','closed','closed','','thank-you','','','2023-06-13 17:08:33','2023-06-13 11:38:33','',0,'https://lead.sharpsight.in/?page_id=289',0,'page','',0),(290,1,'2023-06-06 13:48:44','2023-06-06 13:48:44','','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 13:48:44','2023-06-06 13:48:44','',289,'https://lead.sharpsight.in/?p=290',0,'revision','',0),(294,1,'2023-06-06 14:28:01','2023-06-06 14:28:01','','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 14:28:01','2023-06-06 14:28:01','',289,'https://lead.sharpsight.in/?p=294',0,'revision','',0),(295,1,'2023-06-06 14:28:02','2023-06-06 14:28:02','','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 14:28:02','2023-06-06 14:28:02','',289,'https://lead.sharpsight.in/?p=295',0,'revision','',0),(296,1,'2023-06-06 14:28:03','2023-06-06 14:28:03','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						+91 9641-919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						+91 9641-919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 14:28:03','2023-06-06 14:28:03','',289,'https://lead.sharpsight.in/?p=296',0,'revision','',0),(297,1,'2023-06-06 14:34:12','2023-06-06 14:34:12','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						+91 9641-919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						+91 9641-919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 14:34:12','2023-06-06 14:34:12','',289,'https://lead.sharpsight.in/?p=297',0,'revision','',0),(298,1,'2023-06-06 14:34:13','2023-06-06 14:34:13','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						+91 9641-919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						+91 9641-919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 14:34:13','2023-06-06 14:34:13','',289,'https://lead.sharpsight.in/?p=298',0,'revision','',0),(299,1,'2023-06-06 14:34:14','2023-06-06 14:34:14','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 14:34:14','2023-06-06 14:34:14','',289,'https://lead.sharpsight.in/?p=299',0,'revision','',0),(304,1,'2023-06-06 17:35:30','2023-06-06 17:35:30','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 17:35:30','2023-06-06 17:35:30','',289,'https://lead.sharpsight.in/?p=304',0,'revision','',0),(305,1,'2023-06-06 17:35:31','2023-06-06 17:35:31','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 17:35:31','2023-06-06 17:35:31','',289,'https://lead.sharpsight.in/?p=305',0,'revision','',0),(306,1,'2023-06-06 17:35:31','2023-06-06 17:35:31','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 17:35:31','2023-06-06 17:35:31','',289,'https://lead.sharpsight.in/?p=306',0,'revision','',0),(307,1,'2023-06-06 17:36:36','2023-06-06 17:36:36','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 17:36:36','2023-06-06 17:36:36','',289,'https://lead.sharpsight.in/?p=307',0,'revision','',0),(308,1,'2023-06-06 17:36:36','2023-06-06 17:36:36','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 17:36:36','2023-06-06 17:36:36','',289,'https://lead.sharpsight.in/?p=308',0,'revision','',0),(309,1,'2023-06-06 17:36:37','2023-06-06 17:36:37','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 17:36:37','2023-06-06 17:36:37','',289,'https://lead.sharpsight.in/?p=309',0,'revision','',0),(312,1,'2023-06-06 18:01:43','2023-06-06 18:01:43','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 18:01:43','2023-06-06 18:01:43','',48,'https://lead.sharpsight.in/?p=312',0,'revision','',0),(313,1,'2023-06-06 18:01:43','2023-06-06 18:01:43','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://testsharplanding.in8.cdn-alpha.com/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 18:01:43','2023-06-06 18:01:43','',48,'https://lead.sharpsight.in/?p=313',0,'revision','',0),(314,1,'2023-06-06 18:01:45','2023-06-06 18:01:45','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 18:01:45','2023-06-06 18:01:45','',48,'https://lead.sharpsight.in/?p=314',0,'revision','',0),(315,1,'2023-06-06 18:01:55','2023-06-06 18:01:55','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 18:01:55','2023-06-06 18:01:55','',48,'https://lead.sharpsight.in/?p=315',0,'revision','',0),(316,1,'2023-06-06 18:01:56','2023-06-06 18:01:56','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 18:01:56','2023-06-06 18:01:56','',48,'https://lead.sharpsight.in/?p=316',0,'revision','',0),(317,1,'2023-06-06 18:01:57','2023-06-06 18:01:57','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-06 18:01:57','2023-06-06 18:01:57','',48,'https://lead.sharpsight.in/?p=317',0,'revision','',0),(318,1,'2023-06-06 18:02:32','2023-06-06 18:02:32','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 18:02:32','2023-06-06 18:02:32','',289,'https://lead.sharpsight.in/?p=318',0,'revision','',0),(319,1,'2023-06-06 18:02:33','2023-06-06 18:02:33','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 18:02:33','2023-06-06 18:02:33','',289,'https://lead.sharpsight.in/?p=319',0,'revision','',0),(320,1,'2023-06-06 18:02:34','2023-06-06 18:02:34','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 18:02:34','2023-06-06 18:02:34','',289,'https://lead.sharpsight.in/?p=320',0,'revision','',0),(321,1,'2023-06-06 18:02:43','2023-06-06 18:02:43','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 18:02:43','2023-06-06 18:02:43','',289,'https://lead.sharpsight.in/?p=321',0,'revision','',0),(322,1,'2023-06-06 18:02:44','2023-06-06 18:02:44','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n															<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />															\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 18:02:44','2023-06-06 18:02:44','',289,'https://lead.sharpsight.in/?p=322',0,'revision','',0),(323,1,'2023-06-06 18:02:44','2023-06-06 18:02:44','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-06 18:02:44','2023-06-06 18:02:44','',289,'https://lead.sharpsight.in/?p=323',0,'revision','',0),(327,0,'2023-06-06 18:28:17','2023-06-06 18:28:17','[]','shivendra@whatthehell.co','','request-pending','closed','closed','$P$BAVHpjgYv9io.gxYhMUDpVhgdI8hxQ.','export_personal_data','','','2023-06-06 18:28:17','2023-06-06 18:28:17','',0,'https://lead.sharpsight.in/?p=327',0,'user_request','',0),(339,1,'2023-06-13 09:29:33','2023-06-13 09:29:33','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:29:33','2023-06-13 09:29:33','',289,'https://lead.sharpsight.in/?p=339',0,'revision','',0),(340,1,'2023-06-13 09:29:34','2023-06-13 09:29:34','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>One of our expert will be in touch with you.</p>		\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:29:34','2023-06-13 09:29:34','',289,'https://lead.sharpsight.in/?p=340',0,'revision','',0),(341,1,'2023-06-13 09:29:34','2023-06-13 09:29:34','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://lead.sharpsight.in/\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:29:34','2023-06-13 09:29:34','',289,'https://lead.sharpsight.in/?p=341',0,'revision','',0),(342,1,'2023-06-13 09:30:15','2023-06-13 09:30:15','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://lead.sharpsight.in/\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:30:15','2023-06-13 09:30:15','',289,'https://lead.sharpsight.in/?p=342',0,'revision','',0),(343,1,'2023-06-13 09:30:16','2023-06-13 09:30:16','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://lead.sharpsight.in/\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:30:16','2023-06-13 09:30:16','',289,'https://lead.sharpsight.in/?p=343',0,'revision','',0),(344,1,'2023-06-13 09:30:16','2023-06-13 09:30:16','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://lead.sharpsight.in/\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:30:16','2023-06-13 09:30:16','',289,'https://lead.sharpsight.in/?p=344',0,'revision','',0),(345,1,'2023-06-13 09:30:34','2023-06-13 09:30:34','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://lead.sharpsight.in/\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:30:34','2023-06-13 09:30:34','',289,'https://lead.sharpsight.in/?p=345',0,'revision','',0),(346,1,'2023-06-13 09:30:35','2023-06-13 09:30:35','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://lead.sharpsight.in/\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:30:35','2023-06-13 09:30:35','',289,'https://lead.sharpsight.in/?p=346',0,'revision','',0),(347,1,'2023-06-13 09:30:35','2023-06-13 09:30:35','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://lead.sharpsight.in/\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:30:35','2023-06-13 09:30:35','',289,'https://lead.sharpsight.in/?p=347',0,'revision','',0),(349,1,'2023-06-13 09:41:33','2023-06-13 09:41:33','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://lead.sharpsight.in/\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:41:33','2023-06-13 09:41:33','',289,'https://lead.sharpsight.in/?p=349',0,'revision','',0),(350,1,'2023-06-13 09:41:34','2023-06-13 09:41:34','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://lead.sharpsight.in/\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:41:34','2023-06-13 09:41:34','',289,'https://lead.sharpsight.in/?p=350',0,'revision','',0),(351,1,'2023-06-13 09:41:34','2023-06-13 09:41:34','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://sharpsight.in\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 09:41:34','2023-06-13 09:41:34','',289,'https://lead.sharpsight.in/?p=351',0,'revision','',0),(357,1,'2023-06-13 15:44:28','2023-06-13 10:14:28','','Kit Styles: Eyecare – Optometrist & Eye Care Elementor Template Kit','','inherit','closed','closed','','77-revision-v1','','','2023-06-13 15:44:28','2023-06-13 10:14:28','',77,'https://lead.sharpsight.in/?p=357',0,'revision','',0),(359,1,'2023-06-13 15:52:16','2023-06-13 10:22:16','','Kit Styles: Eyecare – Optometrist & Eye Care Elementor Template Kit','','inherit','closed','closed','','77-revision-v1','','','2023-06-13 15:52:16','2023-06-13 10:22:16','',77,'https://lead.sharpsight.in/?p=359',0,'revision','',0),(361,1,'2023-06-13 15:59:10','2023-06-13 10:29:10','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://sharpsight.in\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 15:59:10','2023-06-13 10:29:10','',289,'https://lead.sharpsight.in/?p=361',0,'revision','',0),(362,1,'2023-06-13 15:59:10','2023-06-13 10:29:10','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <strong>+91 - 9641-919191</strong></p>		\n			<a href=\"https://sharpsight.in\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 15:59:10','2023-06-13 10:29:10','',289,'https://lead.sharpsight.in/?p=362',0,'revision','',0),(363,1,'2023-06-13 15:59:11','2023-06-13 10:29:11','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <a href=\"tel: 9641919191\"><strong>+91 - 9641-919191</strong></a></p>		\n			<a href=\"https://sharpsight.in\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 15:59:11','2023-06-13 10:29:11','',289,'https://lead.sharpsight.in/?p=363',0,'revision','',0),(364,1,'2023-06-13 16:00:22','2023-06-13 10:30:22','','Kit Styles: Eyecare – Optometrist & Eye Care Elementor Template Kit','','inherit','closed','closed','','77-revision-v1','','','2023-06-13 16:00:22','2023-06-13 10:30:22','',77,'https://lead.sharpsight.in/?p=364',0,'revision','',0),(365,1,'2023-06-13 16:08:03','2023-06-13 10:38:03','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <a href=\"tel: 9641919191\"><strong>+91 - 9641-919191</strong></a></p>		\n			<a href=\"https://sharpsight.in\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 16:08:03','2023-06-13 10:38:03','',289,'https://lead.sharpsight.in/?p=365',0,'revision','',0),(366,1,'2023-06-13 16:08:04','2023-06-13 10:38:04','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <a href=\"tel: 9641919191\"><strong>+91 - 9641-919191</strong></a></p>		\n			<a href=\"https://sharpsight.in\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 16:08:04','2023-06-13 10:38:04','',289,'https://lead.sharpsight.in/?p=366',0,'revision','',0),(367,1,'2023-06-13 16:08:05','2023-06-13 10:38:05','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <a href=\"tel: 9641919191\"><strong>+91 - 9641-919191</strong></a></p>		\n			<a href=\"https://sharpsight.in\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 16:08:05','2023-06-13 10:38:05','',289,'https://lead.sharpsight.in/?p=367',0,'revision','',0),(372,1,'2023-06-13 17:08:32','2023-06-13 11:38:32','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <a href=\"tel: 9641919191\"><strong>+91 - 9641-919191</strong></a></p>		\n			<a href=\"https://sharpsight.in\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 17:08:32','2023-06-13 11:38:32','',289,'https://lead.sharpsight.in/?p=372',0,'revision','',0),(373,1,'2023-06-13 17:08:33','2023-06-13 11:38:33','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <a href=\"tel: 9641919191\"><strong>+91 - 9641-919191</strong></a></p>		\n			<a href=\"https://sharpsight.in\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%209641919191​\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 17:08:33','2023-06-13 11:38:33','',289,'https://lead.sharpsight.in/?p=373',0,'revision','',0),(374,1,'2023-06-13 17:08:33','2023-06-13 11:38:33','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%20+91%20-%209641-919191\" role=\"button\">\n						9641919191​\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Thank You</h1>		\n			<h6>Your appointment has been successfully booked.</h6>		\n		<p>Please allow us sometime, and one of our representatives will soon get in touch with you.</p><p>You can also reach us on: <a href=\"tel: 9641919191\" data-wplink-edit=\"true\"><strong>+91 - 9641-919191</strong></a></p>		\n			<a href=\"https://sharpsight.in\" role=\"button\">\n						Back to Home\n					</a>\n			<h3>\nBetter Vision Deserves the Latest Technology</h3>		\n			<a href=\"https://sharpsight.in/cataract-eye-surgery/\" role=\"button\">\n						Know More\n					</a>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"tel:%20+91%20-%209641-919191\" role=\"button\">\n						9641919191​\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Thank You','','inherit','closed','closed','','289-revision-v1','','','2023-06-13 17:08:33','2023-06-13 11:38:33','',289,'https://lead.sharpsight.in/?p=374',0,'revision','',0),(375,1,'2023-06-13 17:09:19','2023-06-13 11:39:19','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-13 17:09:19','2023-06-13 11:39:19','',48,'https://lead.sharpsight.in/?p=375',0,'revision','',0),(376,1,'2023-06-13 17:09:19','2023-06-13 11:39:19','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://testsharplanding.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-13 17:09:19','2023-06-13 11:39:19','',48,'https://lead.sharpsight.in/?p=376',0,'revision','',0),(377,1,'2023-06-13 17:09:20','2023-06-13 11:39:20','<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n		<p><strong>YOUR VISION, OUR PRIORITY</strong></p>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Book An Appointment For Lasik </h2>		\n			<a href=\"#form\" role=\"button\">\n						Book Now\n					</a>\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>		\n				Benefit				\n			<h3>benefits with Sharp Sight</h3>		\n		<p>Over the years we have achieved a global reputation of being the best hospital for <em>LASIK laser eye surgery in Delhi-NCR</em>.</p>		\n			<link rel=\"stylesheet\" href=\"https://lead.sharpsight.in/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">		\n				<h5>\n						Experienced Lasik Surgeons					\n				</h5>\n				<h5>\n						Quality Service					\n				</h5>\n				<h5>\n						Modern Technology					\n				</h5>\n															<img width=\"2560\" height=\"1708\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" />															\n															<img width=\"1023\" height=\"682\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\" />															\n				about us				\n			<h2>we are a leading eye care hospital</h2>		\n                            Customer Satisfaction\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Surgery Successs\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n                            Doctor Rating\n                        <!-- .skill-bar-content END -->\n                                    0%\n                        <!-- .skill-bar END -->\n                                    <!-- .single-skill-bar END -->\n            <!-- .skillbar-group END -->\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n				why choose us ?				\n			<h2>Better Vision Deserves the Latest Technology</h2>		\n			<link rel=\"stylesheet\" href=\"https://lead.sharpsight.in/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										NABH Certified\n									</li>\n								<li>\n										14 World Class Eye Hospitals in India \n									</li>\n								<li>\n										World Class Infrastructure\n									</li>\n								<li>\n										Latest Technologies\n									</li>\n								<li>\n										Highly Experienced and Trained Eye Specialists\n									</li>\n								<li>\n										More than 2 Decades of experience in Eye Care\n									</li>\n								<li>\n										Treated more than 10 Lac delighted patients\n									</li>\n								<li>\n										Delivering the high-quality eye treatment\n									</li>\n						</ul>\n															<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />															\n				services				\n			<h2>we provide the best for you</h2>		\n		<p>We have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the <strong>best LASIK surgery in Delhi NCR</strong> at an affordable cost.</p>		\n			<h4>LASIK</h4>		\n		<p>Laser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease. </p>		\n			<h4>FEMTO LASIK</h4>		\n		<p>Blade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.</p>		\n			<h4>TOUCHLESS LASIK</h4>		\n		<p>This method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.</p>		\n			<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>		\n            <noscript>\n	Notice: JavaScript is required for this content.</noscript>\n        <!-- TODO: Move to Template File. -->\n				book now				\n			<h2>Make an appointment</h2>		\n			<h2>+91 9641-919191</h2>		\n															<img width=\"800\" height=\"450\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"1600\" height=\"1201\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" />															\n															<img width=\"600\" height=\"400\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n				testimonial				\n			<h2>what they say about Sharp Sight</h2>		\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Vandana Jolly</strong>\n																						<p>\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Arunabh Jain</strong>\n																						<p>“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n									<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\" />								\n								<strong>Karakoti Vj</strong>\n																						<p>“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”</p>\n																					<ul>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n																	<li><a></a></li>\n															</ul>\n													<!-- .commentor-content END -->\n	<ul aria-describedby=\"paginations\"></ul>\n			<h2>Touchless Lasik Surgery</h2>		\n		<p>(From our experts)</p>https://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4		\n			<a href=\"#form\" role=\"button\">\n						Book an Appointment\n					</a>\n												0\n						+											\n					<h3>Eye Surgeries</h3>								\n												0\n						+											\n					<h3>Eye Treatments</h3>								\n												0\n						+											\n					<h3>Doctors</h3>								\n												0\n					<h3>Hospitals</h3>								\n				Our Approach				\n			<h2>how it work ?</h2>		\n			<h3>1</h3>		\n				<h4>\n						Make an appointment					\n				</h4>\n			<h3>2</h3>		\n				<h4>\n						General Check Up					\n				</h4>\n			<h3>3</h3>		\n				<h4>\n						Get Treatment					\n				</h4>\n			<h4>FAQs</h4>		\n			<h5>Most frequent questions and answers</h5>		\n			<style>/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a href=\"\">What is Lasik Procedure?</a>\n					<p>Lasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.</p>\n												<a href=\"\">What is the best time to get LASIK?</a>\n					<p>Many of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.</p>\n												<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n					<p>Patients normally prefer to have both eyes treated in one sitting.</p>\n												<a href=\"\">What happens post-LASIK eye surgery?</a>\n					<p>LASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.</p>\n												<a href=\"\">Are there any risks and side effects of LASIK?</a>\n					<p>With the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .</p>\n												<a href=\"\">Can LASIK be performed again?</a>\n					<p>A second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.</p>\n																<a href=\"https://lead.sharpsight.in/\">\n							<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" />								</a>\n			<a href=\"#form\" role=\"button\">\n						book an appointment\n					</a>\n			<p>Copyright © 2023. All rights reserved.</p>','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-13 17:09:20','2023-06-13 11:39:20','',48,'https://lead.sharpsight.in/?p=377',0,'revision','',0),(378,1,'2023-06-14 11:21:45','0000-00-00 00:00:00','Thank you for reading this post, don\'t forget to subscribe!','Display a message after the 1st paragraph of posts','','draft','closed','closed','','','','','2023-06-14 11:21:45','0000-00-00 00:00:00','',0,'https://lead.sharpsight.in/?post_type=wpcode&p=378',0,'wpcode','',0),(379,1,'2023-06-14 11:21:45','0000-00-00 00:00:00','add_action(\'admin_init\', function () {\r\n    // Redirect any user trying to access comments page\r\n    global $pagenow;\r\n    \r\n    if ($pagenow === \'edit-comments.php\') {\r\n        wp_safe_redirect(admin_url());\r\n        exit;\r\n    }\r\n\r\n    // Remove comments metabox from dashboard\r\n    remove_meta_box(\'dashboard_recent_comments\', \'dashboard\', \'normal\');\r\n\r\n    // Disable support for comments and trackbacks in post types\r\n    foreach (get_post_types() as $post_type) {\r\n        if (post_type_supports($post_type, \'comments\')) {\r\n            remove_post_type_support($post_type, \'comments\');\r\n            remove_post_type_support($post_type, \'trackbacks\');\r\n        }\r\n    }\r\n});\r\n\r\n// Close comments on the front-end\r\nadd_filter(\'comments_open\', \'__return_false\', 20, 2);\r\nadd_filter(\'pings_open\', \'__return_false\', 20, 2);\r\n\r\n// Hide existing comments\r\nadd_filter(\'comments_array\', \'__return_empty_array\', 10, 2);\r\n\r\n// Remove comments page in menu\r\nadd_action(\'admin_menu\', function () {\r\n    remove_menu_page(\'edit-comments.php\');\r\n});\r\n\r\n// Remove comments links from admin bar\r\nadd_action(\'init\', function () {\r\n    if (is_admin_bar_showing()) {\r\n        remove_action(\'admin_bar_menu\', \'wp_admin_bar_comments_menu\', 60);\r\n    }\r\n});','Completely Disable Comments','','draft','closed','closed','','','','','2023-06-14 11:21:45','0000-00-00 00:00:00','',0,'https://lead.sharpsight.in/?post_type=wpcode&p=379',0,'wpcode','',0),(388,1,'2023-06-14 15:31:54','2023-06-14 10:01:54','<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>													<a href=\"https://lead.sharpsight.in/\">\n<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\">								</a>\n<a href=\"#form\" role=\"button\">\nbook an appointment\n</a>\n\n<strong>YOUR VISION, OUR PRIORITY</strong>\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\n<h2>Book An Appointment For Lasik</h2>\n<a href=\"#form\" role=\"button\">\nBook Now\n</a>\n\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:\"\";border-bottom:0;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style>				Benefit\n<h3>benefits with Sharp Sight</h3>\nOver the years we have achieved a global reputation of being the best hospital for&nbsp;<em>LASIK laser eye surgery in Delhi-NCR</em>.\n\n 	<link rel=\"stylesheet\" href=\"https://lead.sharpsight.in/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css\">\n<h5>\n						Experienced Lasik Surgeons</h5>\n<h5>\n						Quality Service</h5>\n<h5>\n						Modern Technology</h5>\n<img width=\"2560\" height=\"1708\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - A Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp 2560w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-1536x1025.webp 1536w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital-2048x1366.webp 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\">\n<img width=\"1023\" height=\"682\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp\" alt=\"Sharp Sight - Best Leading Eyecare Hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp 1023w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital-768x512.webp 768w\" sizes=\"(max-width: 1023px) 100vw, 1023px\">\nabout us\n<h2>we are a leading eye care hospital</h2>\nCustomer Satisfaction\n<!-- .skill-bar-content END -->\n0%\n<!-- .skill-bar END -->\n<!-- .single-skill-bar END -->\n<!-- .skillbar-group END -->\nSurgery Successs\n<!-- .skill-bar-content END -->\n0%\n<!-- .skill-bar END -->\n<!-- .single-skill-bar END -->\n<!-- .skillbar-group END -->\nDoctor Rating\n<!-- .skill-bar-content END -->\n0%\n<!-- .skill-bar END -->\n<!-- .single-skill-bar END -->\n<!-- .skillbar-group END -->\n<a href=\"#form\" role=\"button\">\nBook an Appointment\n</a>\nwhy choose us ?\n<h2>Better Vision Deserves the Latest Technology</h2>\n 	<link rel=\"stylesheet\" href=\"https://lead.sharpsight.in/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\n<ul>\n 	<li>\n										NABH Certified</li>\n 	<li>\n										14 World Class Eye Hospitals in India</li>\n 	<li>\n										World Class Infrastructure</li>\n 	<li>\n										Latest Technologies</li>\n 	<li>\n										Highly Experienced and Trained Eye Specialists</li>\n 	<li>\n										More than 2 Decades of experience in Eye Care</li>\n 	<li>\n										Treated more than 10 Lac delighted patients</li>\n 	<li>\n										Delivering the high-quality eye treatment</li>\n</ul>\n<img width=\"1920\" height=\"1280\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp\" alt=\"Sharp Sight - Better Vision Deserves The Latest Technology\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp 1920w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-300x200.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1024x683.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-768x512.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology-1536x1024.webp 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">\nservices\n<h2>we provide the best for you</h2>\nWe have a team of expert eye surgeons with robust experiences in spectacle removal surgery, skilled paramedics and nursing staff to deliver you the&nbsp;<strong>best LASIK surgery in Delhi NCR</strong>&nbsp;at an affordable cost.\n<h4>LASIK</h4>\nLaser assisted in situ keratomileusis is a corneal flap based procedure for correction of refractive error in eye. It can be used in patients with myopia, hypermetropia and astigmatism at ease.&nbsp;\n<h4>FEMTO LASIK</h4>\nBlade-free LASIK Eye Surgery is a leap ahead of Traditional LASIK Surgery where a Femtosecond laser is used to create a precise flap. while in the Traditional blade LASIK technique, the flap is made by hand.\n<h4>TOUCHLESS LASIK</h4>\nThis method is biomechanically superior to flap-based Lasik in lower refractive errors, and the surgery gets completed in a single step only. It is safe for patients with thin cornea and bilateral eyes are treated in the same session.\n<h5>At Sharp Sight, we offer the latest Touchless Lasik Procedure for Specs Removal</h5>\n<noscript>\nNotice: JavaScript is required for this content.</noscript>\n<!-- TODO: Move to Template File. -->\nbook now\n<h2>Make an appointment</h2>\n<h2>+91 9641-919191</h2>\n<img width=\"800\" height=\"450\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp\" alt=\"Before Lasik - After Lasik\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp 800w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-300x169.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik-768x432.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\">\n<img width=\"1600\" height=\"1201\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp\" alt=\"Sharp Sight - Testimonial\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp 1600w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-300x225.webp 300w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1024x769.webp 1024w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-768x576.webp 768w, https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial-1536x1153.webp 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\">\n<img width=\"600\" height=\"400\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp 600w, https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1-300x200.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\">\ntestimonial\n<h2>what they say about Sharp Sight</h2>\n<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-4.jpg\" alt=\"\" loading=\"lazy\">\n<strong>Vandana Jolly</strong>\n\n\"Sharp Sight eye hospital in Delhi is one of the best hospitals in Delhi-NCR. We came for my mother\'s Cataract surgery and our personal experience has been excellent.\"\n<ul>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n</ul>\n<!-- .commentor-content END -->\n<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-1.jpg\" alt=\"\" loading=\"lazy\">\n<strong>Arunabh Jain</strong>\n\n“I am delighted to say that after a long wait of 15 years, I\'m finally specs free! Thanks, Sharp Sight eye hospital in Delhi!”\n<ul>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n</ul>\n<!-- .commentor-content END -->\n<img width=\"130\" height=\"130\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-3.jpg\" alt=\"\" loading=\"lazy\">\n<strong>Karakoti Vj</strong>\n\n“Superb and excellent eye hospital in Delhi- right from patient handling by front staff, to well-trained doctors and optometrists.”\n<ul>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n 	<li><a></a></li>\n</ul>\n<!-- .commentor-content END -->\n<ul aria-describedby=\"paginations\"></ul>\n<h2>Touchless Lasik Surgery</h2>\n(From our experts)\n\nhttps://youtu.be/Mmsz8YxZ2TYhttps://youtu.be/SB4-S-uUlS4\n<a href=\"#form\" role=\"button\">\nBook an Appointment\n</a>\n0\n+\n<h3>Eye Surgeries</h3>\n0\n+\n<h3>Eye Treatments</h3>\n0\n+\n<h3>Doctors</h3>\n0\n<h3>Hospitals</h3>\nOur Approach\n<h2>how it work ?</h2>\n<h3>1</h3>\n<h4>\n						Make an appointment</h4>\n<h3>2</h3>\n<h4>\n						General Check Up</h4>\n<h3>3</h3>\n<h4>\n						Get Treatment</h4>\n<h4>FAQs</h4>\n<h5>Most frequent questions and answers</h5>\n<style>/*! elementor - v3.13.3 - 28-05-2023 */<br />\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>												<a href=\"\">What is Lasik Procedure?</a>\n\nLasik is the latest vision corrective surgery for a very delicate part of the eye. Millions of people have tried this latest procedure and corrected their vision within 5-7 days. If you’re wearing glasses and contact lenses, you must be thinking about this surgery to get rid of glasses and contact lenses.\n\n<a href=\"\">What is the best time to get LASIK?</a>\n\nMany of us think that summer is not the ideal season to get Lasik surgery done because of rising temperatures and humidity, while some believe that winters are the perfect time to get Lasik surgery done because of cooler temperatures. But, adding to this point is every season fine for Lasik surgery as there are no major post-surgery precautions. So, whether it is summer or winter both are ideal seasons for the Lasik procedure.\n\n<a href=\"\">Are both eyes treated at one sitting during the LASIK procedure?</a>\n\nPatients normally prefer to have both eyes treated in one sitting.\n\n<a href=\"\">What happens post-LASIK eye surgery?</a>\n\nLASIK is a daycare procedure and therefore, post-surgery you are allowed to go home on the same day. Antibiotic and Lubricant drops are administered post operatively . The whole procedure takes around 10-15minutes only. Visual recovery may vary from a few hours to a few days until it gets stabilized. However, you will be allowed to return to your normal activities within 2-3 days following surgery. Follow-up and aftercare visits are to be adhered to strictly as per your surgeon’s directions.\n\n<a href=\"\">Are there any risks and side effects of LASIK?</a>\n\nWith the latest techniques and world-class equipment, LASIK eye surgery is considered to be one of the safest ways to get rid of glasses. But, like any surgical procedure, LASIK surgery too can pose certain side effects which include dry eyes and glare which are temporary and will eventually subside as the eye heals within a month .\n\n<a href=\"\">Can LASIK be performed again?</a>\n\nA second, or enhancement procedure can be performed to provide additional correction very rarely if required only if some residual refractive error after 2 months . However, most people do not require additional surgery.\n\n<a href=\"https://lead.sharpsight.in/\">\n<img width=\"500\" height=\"200\" src=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp\" alt=\"sharp sight - best eye hospital\" loading=\"lazy\" srcset=\"https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp 500w, https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo-300x120.webp 300w\" sizes=\"(max-width: 500px) 100vw, 500px\">								</a>\n<a href=\"#form\" role=\"button\">\nbook an appointment\n</a>\n\nCopyright © 2023. All rights reserved.','Home','','inherit','closed','closed','','48-revision-v1','','','2023-06-14 15:31:54','2023-06-14 10:01:54','',48,'https://lead.sharpsight.in/?p=388',0,'revision','',0),(389,1,'2023-06-14 16:25:17','2023-06-14 10:55:17','','Untitled design (12)','','inherit','open','closed','','untitled-design-12','','','2023-06-14 16:25:17','2023-06-14 10:55:17','',0,'https://lead.sharpsight.in/wp-content/uploads/2023/06/Untitled-design-12.png',0,'attachment','image/png',0),(390,1,'2023-06-14 16:25:35','2023-06-14 10:55:35','{\n    \"site_icon\": {\n        \"value\": 389,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2023-06-14 10:55:35\"\n    }\n}','','','trash','closed','closed','','4bf5530f-696f-4b9a-8c7f-3429a68b1f33','','','2023-06-14 16:25:35','2023-06-14 10:55:35','',0,'https://lead.sharpsight.in/4bf5530f-696f-4b9a-8c7f-3429a68b1f33/',0,'customize_changeset','',0),(391,0,'2023-06-14 16:31:27','2023-06-14 11:01:27','','','','publish','closed','closed','','391','','','2023-06-14 16:31:27','2023-06-14 11:01:27','',0,'https://lead.sharpsight.in/nf_sub/391/',0,'nf_sub','',0),(392,0,'2023-06-14 18:00:01','2023-06-14 12:30:01','','','','publish','closed','closed','','392','','','2023-06-14 18:00:01','2023-06-14 12:30:01','',0,'https://lead.sharpsight.in/nf_sub/392/',0,'nf_sub','',0),(393,0,'2023-06-15 18:59:34','2023-06-15 13:29:34','','','','publish','closed','closed','','393','','','2023-06-15 18:59:34','2023-06-15 13:29:34','',0,'https://lead.sharpsight.in/nf_sub/393/',0,'nf_sub','',0),(394,0,'2023-06-19 16:05:32','2023-06-19 10:35:32','','','','publish','closed','closed','','394','','','2023-06-19 16:05:32','2023-06-19 10:35:32','',0,'https://lead.sharpsight.in/nf_sub/394/',0,'nf_sub','',0),(395,0,'2023-06-19 16:12:13','2023-06-19 10:42:13','','','','publish','closed','closed','','395','','','2023-06-19 16:12:13','2023-06-19 10:42:13','',0,'https://lead.sharpsight.in/nf_sub/395/',0,'nf_sub','',0),(396,0,'2023-06-19 16:12:43','2023-06-19 10:42:43','','','','publish','closed','closed','','396','','','2023-06-19 16:12:43','2023-06-19 10:42:43','',0,'https://lead.sharpsight.in/nf_sub/396/',0,'nf_sub','',0),(397,0,'2023-06-19 16:14:18','2023-06-19 10:44:18','','','','publish','closed','closed','','397','','','2023-06-19 16:14:18','2023-06-19 10:44:18','',0,'https://lead.sharpsight.in/nf_sub/397/',0,'nf_sub','',0),(398,0,'2023-06-19 16:16:18','2023-06-19 10:46:18','','','','publish','closed','closed','','398','','','2023-06-19 16:16:18','2023-06-19 10:46:18','',0,'https://lead.sharpsight.in/nf_sub/398/',0,'nf_sub','',0),(399,0,'2023-06-20 13:45:49','2023-06-20 08:15:49','','','','publish','closed','closed','','399','','','2023-06-20 13:45:49','2023-06-20 08:15:49','',0,'https://lead.sharpsight.in/nf_sub/399/',0,'nf_sub','',0),(400,0,'2023-06-20 13:47:53','2023-06-20 08:17:53','','','','publish','closed','closed','','400','','','2023-06-20 13:47:53','2023-06-20 08:17:53','',0,'https://lead.sharpsight.in/nf_sub/400/',0,'nf_sub','',0),(401,0,'2023-06-20 18:57:16','2023-06-20 13:27:16','','','','publish','closed','closed','','401','','','2023-06-20 18:57:16','2023-06-20 13:27:16','',0,'https://lead.sharpsight.in/nf_sub/401/',0,'nf_sub','',0),(402,0,'2023-06-21 18:39:44','2023-06-21 13:09:44','','','','publish','closed','closed','','402','','','2023-06-21 18:39:44','2023-06-21 13:09:44','',0,'https://lead.sharpsight.in/nf_sub/402/',0,'nf_sub','',0),(403,0,'2023-06-21 21:34:00','2023-06-21 16:04:00','','','','publish','closed','closed','','403','','','2023-06-21 21:34:00','2023-06-21 16:04:00','',0,'https://lead.sharpsight.in/nf_sub/403/',0,'nf_sub','',0),(404,0,'2023-06-21 23:16:08','2023-06-21 17:46:08','','','','publish','closed','closed','','404','','','2023-06-21 23:16:08','2023-06-21 17:46:08','',0,'https://lead.sharpsight.in/nf_sub/404/',0,'nf_sub','',0),(405,0,'2023-06-21 23:46:07','2023-06-21 18:16:07','','','','publish','closed','closed','','405','','','2023-06-21 23:46:07','2023-06-21 18:16:07','',0,'https://lead.sharpsight.in/nf_sub/405/',0,'nf_sub','',0),(406,0,'2023-06-22 03:22:54','2023-06-21 21:52:54','','','','publish','closed','closed','','406','','','2023-06-22 03:22:54','2023-06-21 21:52:54','',0,'https://lead.sharpsight.in/nf_sub/406/',0,'nf_sub','',0),(407,0,'2023-06-22 05:08:04','2023-06-21 23:38:04','','','','publish','closed','closed','','407','','','2023-06-22 05:08:04','2023-06-21 23:38:04','',0,'https://lead.sharpsight.in/nf_sub/407/',0,'nf_sub','',0),(408,0,'2023-06-22 06:57:10','2023-06-22 01:27:10','','','','publish','closed','closed','','408','','','2023-06-22 06:57:10','2023-06-22 01:27:10','',0,'https://lead.sharpsight.in/nf_sub/408/',0,'nf_sub','',0),(409,0,'2023-06-22 07:21:44','2023-06-22 01:51:44','','','','publish','closed','closed','','409','','','2023-06-22 07:21:44','2023-06-22 01:51:44','',0,'https://lead.sharpsight.in/nf_sub/409/',0,'nf_sub','',0),(410,0,'2023-06-22 07:43:02','2023-06-22 02:13:02','','','','publish','closed','closed','','410','','','2023-06-22 07:43:02','2023-06-22 02:13:02','',0,'https://lead.sharpsight.in/nf_sub/410/',0,'nf_sub','',0),(411,0,'2023-06-22 08:27:31','2023-06-22 02:57:31','','','','publish','closed','closed','','411','','','2023-06-22 08:27:31','2023-06-22 02:57:31','',0,'https://lead.sharpsight.in/nf_sub/411/',0,'nf_sub','',0),(412,0,'2023-06-22 08:39:46','2023-06-22 03:09:46','','','','publish','closed','closed','','412','','','2023-06-22 08:39:46','2023-06-22 03:09:46','',0,'https://lead.sharpsight.in/nf_sub/412/',0,'nf_sub','',0),(413,0,'2023-06-22 08:43:32','2023-06-22 03:13:32','','','','publish','closed','closed','','413','','','2023-06-22 08:43:32','2023-06-22 03:13:32','',0,'https://lead.sharpsight.in/nf_sub/413/',0,'nf_sub','',0),(414,0,'2023-06-22 09:56:23','2023-06-22 04:26:23','','','','publish','closed','closed','','414','','','2023-06-22 09:56:23','2023-06-22 04:26:23','',0,'https://lead.sharpsight.in/nf_sub/414/',0,'nf_sub','',0),(415,0,'2023-06-22 11:56:44','2023-06-22 06:26:44','','','','publish','closed','closed','','415','','','2023-06-22 11:56:44','2023-06-22 06:26:44','',0,'https://lead.sharpsight.in/nf_sub/415/',0,'nf_sub','',0),(416,0,'2023-06-22 12:05:48','2023-06-22 06:35:48','','','','publish','closed','closed','','416','','','2023-06-22 12:05:48','2023-06-22 06:35:48','',0,'https://lead.sharpsight.in/nf_sub/416/',0,'nf_sub','',0),(417,0,'2023-06-22 13:35:46','2023-06-22 08:05:46','','','','publish','closed','closed','','417','','','2023-06-22 13:35:46','2023-06-22 08:05:46','',0,'https://lead.sharpsight.in/nf_sub/417/',0,'nf_sub','',0),(418,0,'2023-06-22 13:47:19','2023-06-22 08:17:19','','','','publish','closed','closed','','418','','','2023-06-22 13:47:19','2023-06-22 08:17:19','',0,'https://lead.sharpsight.in/nf_sub/418/',0,'nf_sub','',0),(419,0,'2023-06-22 13:48:07','2023-06-22 08:18:07','','','','publish','closed','closed','','419','','','2023-06-22 13:48:07','2023-06-22 08:18:07','',0,'https://lead.sharpsight.in/nf_sub/419/',0,'nf_sub','',0),(420,0,'2023-06-22 14:34:44','2023-06-22 09:04:44','','','','publish','closed','closed','','420','','','2023-06-22 14:34:44','2023-06-22 09:04:44','',0,'https://lead.sharpsight.in/nf_sub/420/',0,'nf_sub','',0),(421,0,'2023-06-22 15:18:12','2023-06-22 09:48:12','','','','publish','closed','closed','','421','','','2023-06-22 15:18:12','2023-06-22 09:48:12','',0,'https://lead.sharpsight.in/nf_sub/421/',0,'nf_sub','',0),(422,0,'2023-06-22 17:01:02','2023-06-22 11:31:02','','','','publish','closed','closed','','422','','','2023-06-22 17:01:02','2023-06-22 11:31:02','',0,'https://lead.sharpsight.in/nf_sub/422/',0,'nf_sub','',0),(423,0,'2023-06-22 17:10:39','2023-06-22 11:40:39','','','','publish','closed','closed','','423','','','2023-06-22 17:10:39','2023-06-22 11:40:39','',0,'https://lead.sharpsight.in/nf_sub/423/',0,'nf_sub','',0),(424,0,'2023-06-22 18:30:11','2023-06-22 13:00:11','','','','publish','closed','closed','','424','','','2023-06-22 18:30:11','2023-06-22 13:00:11','',0,'https://lead.sharpsight.in/nf_sub/424/',0,'nf_sub','',0),(425,0,'2023-06-22 18:30:13','2023-06-22 13:00:13','','','','publish','closed','closed','','425','','','2023-06-22 18:30:13','2023-06-22 13:00:13','',0,'https://lead.sharpsight.in/nf_sub/425/',0,'nf_sub','',0),(426,0,'2023-06-22 20:50:50','2023-06-22 15:20:50','','','','publish','closed','closed','','426','','','2023-06-22 20:50:50','2023-06-22 15:20:50','',0,'https://lead.sharpsight.in/nf_sub/426/',0,'nf_sub','',0),(427,0,'2023-06-22 21:25:53','2023-06-22 15:55:53','','','','publish','closed','closed','','427','','','2023-06-22 21:25:53','2023-06-22 15:55:53','',0,'https://lead.sharpsight.in/nf_sub/427/',0,'nf_sub','',0),(428,0,'2023-06-22 21:43:09','2023-06-22 16:13:09','','','','publish','closed','closed','','428','','','2023-06-22 21:43:09','2023-06-22 16:13:09','',0,'https://lead.sharpsight.in/nf_sub/428/',0,'nf_sub','',0),(429,0,'2023-06-23 06:32:30','2023-06-23 01:02:30','','','','publish','closed','closed','','429','','','2023-06-23 06:32:30','2023-06-23 01:02:30','',0,'https://lead.sharpsight.in/nf_sub/429/',0,'nf_sub','',0),(430,0,'2023-06-23 07:41:29','2023-06-23 02:11:29','','','','publish','closed','closed','','430','','','2023-06-23 07:41:29','2023-06-23 02:11:29','',0,'https://lead.sharpsight.in/nf_sub/430/',0,'nf_sub','',0),(431,0,'2023-06-23 08:07:26','2023-06-23 02:37:26','','','','publish','closed','closed','','431','','','2023-06-23 08:07:26','2023-06-23 02:37:26','',0,'https://lead.sharpsight.in/nf_sub/431/',0,'nf_sub','',0),(432,0,'2023-06-23 08:12:17','2023-06-23 02:42:17','','','','publish','closed','closed','','432','','','2023-06-23 08:12:17','2023-06-23 02:42:17','',0,'https://lead.sharpsight.in/nf_sub/432/',0,'nf_sub','',0),(433,0,'2023-06-23 08:47:28','2023-06-23 03:17:28','','','','publish','closed','closed','','433','','','2023-06-23 08:47:28','2023-06-23 03:17:28','',0,'https://lead.sharpsight.in/nf_sub/433/',0,'nf_sub','',0),(434,0,'2023-06-23 08:55:06','2023-06-23 03:25:06','','','','publish','closed','closed','','434','','','2023-06-23 08:55:06','2023-06-23 03:25:06','',0,'https://lead.sharpsight.in/nf_sub/434/',0,'nf_sub','',0),(435,0,'2023-06-23 08:58:23','2023-06-23 03:28:23','','','','publish','closed','closed','','435','','','2023-06-23 08:58:23','2023-06-23 03:28:23','',0,'https://lead.sharpsight.in/nf_sub/435/',0,'nf_sub','',0),(436,0,'2023-06-23 10:15:57','2023-06-23 04:45:57','','','','publish','closed','closed','','436','','','2023-06-23 10:15:57','2023-06-23 04:45:57','',0,'https://lead.sharpsight.in/nf_sub/436/',0,'nf_sub','',0),(437,0,'2023-06-23 11:02:40','2023-06-23 05:32:40','','','','publish','closed','closed','','437','','','2023-06-23 11:02:40','2023-06-23 05:32:40','',0,'https://lead.sharpsight.in/nf_sub/437/',0,'nf_sub','',0),(438,0,'2023-06-23 12:03:38','2023-06-23 06:33:38','','','','publish','closed','closed','','438','','','2023-06-23 12:03:38','2023-06-23 06:33:38','',0,'https://lead.sharpsight.in/nf_sub/438/',0,'nf_sub','',0),(439,0,'2023-06-23 12:58:52','2023-06-23 07:28:52','','','','publish','closed','closed','','439','','','2023-06-23 12:58:52','2023-06-23 07:28:52','',0,'https://lead.sharpsight.in/nf_sub/439/',0,'nf_sub','',0),(440,0,'2023-06-23 14:28:22','2023-06-23 08:58:22','','','','publish','closed','closed','','440','','','2023-06-23 14:28:22','2023-06-23 08:58:22','',0,'https://lead.sharpsight.in/nf_sub/440/',0,'nf_sub','',0),(441,0,'2023-06-23 15:17:12','2023-06-23 09:47:12','','','','publish','closed','closed','','441','','','2023-06-23 15:17:12','2023-06-23 09:47:12','',0,'https://lead.sharpsight.in/nf_sub/441/',0,'nf_sub','',0),(442,0,'2023-06-23 16:51:29','2023-06-23 11:21:29','','','','publish','closed','closed','','442','','','2023-06-23 16:51:29','2023-06-23 11:21:29','',0,'https://lead.sharpsight.in/nf_sub/442/',0,'nf_sub','',0),(443,0,'2023-06-23 20:28:50','2023-06-23 14:58:50','','','','publish','closed','closed','','443','','','2023-06-23 20:28:50','2023-06-23 14:58:50','',0,'https://lead.sharpsight.in/nf_sub/443/',0,'nf_sub','',0),(444,0,'2023-06-23 21:33:07','2023-06-23 16:03:07','','','','publish','closed','closed','','444','','','2023-06-23 21:33:07','2023-06-23 16:03:07','',0,'https://lead.sharpsight.in/nf_sub/444/',0,'nf_sub','',0),(445,0,'2023-06-23 22:00:45','2023-06-23 16:30:45','','','','publish','closed','closed','','445','','','2023-06-23 22:00:45','2023-06-23 16:30:45','',0,'https://lead.sharpsight.in/nf_sub/445/',0,'nf_sub','',0),(446,0,'2023-06-23 22:01:19','2023-06-23 16:31:19','','','','publish','closed','closed','','446','','','2023-06-23 22:01:19','2023-06-23 16:31:19','',0,'https://lead.sharpsight.in/nf_sub/446/',0,'nf_sub','',0),(447,0,'2023-06-23 22:24:11','2023-06-23 16:54:11','','','','publish','closed','closed','','447','','','2023-06-23 22:24:11','2023-06-23 16:54:11','',0,'https://lead.sharpsight.in/nf_sub/447/',0,'nf_sub','',0),(448,0,'2023-06-24 08:14:39','2023-06-24 02:44:39','','','','publish','closed','closed','','448','','','2023-06-24 08:14:39','2023-06-24 02:44:39','',0,'https://lead.sharpsight.in/nf_sub/448/',0,'nf_sub','',0),(449,0,'2023-06-24 08:36:10','2023-06-24 03:06:10','','','','publish','closed','closed','','449','','','2023-06-24 08:36:10','2023-06-24 03:06:10','',0,'https://lead.sharpsight.in/nf_sub/449/',0,'nf_sub','',0),(450,0,'2023-06-24 09:00:04','2023-06-24 03:30:04','','','','publish','closed','closed','','450','','','2023-06-24 09:00:04','2023-06-24 03:30:04','',0,'https://lead.sharpsight.in/nf_sub/450/',0,'nf_sub','',0),(451,0,'2023-06-24 09:00:46','2023-06-24 03:30:46','','','','publish','closed','closed','','451','','','2023-06-24 09:00:46','2023-06-24 03:30:46','',0,'https://lead.sharpsight.in/nf_sub/451/',0,'nf_sub','',0),(452,0,'2023-06-24 11:41:46','2023-06-24 06:11:46','','','','publish','closed','closed','','452','','','2023-06-24 11:41:46','2023-06-24 06:11:46','',0,'https://lead.sharpsight.in/nf_sub/452/',0,'nf_sub','',0),(453,0,'2023-06-24 11:47:56','2023-06-24 06:17:56','','','','publish','closed','closed','','453','','','2023-06-24 11:47:56','2023-06-24 06:17:56','',0,'https://lead.sharpsight.in/nf_sub/453/',0,'nf_sub','',0),(454,0,'2023-06-24 12:36:45','2023-06-24 07:06:45','','','','publish','closed','closed','','454','','','2023-06-24 12:36:45','2023-06-24 07:06:45','',0,'https://lead.sharpsight.in/nf_sub/454/',0,'nf_sub','',0),(455,0,'2023-06-24 13:42:36','2023-06-24 08:12:36','','','','publish','closed','closed','','455','','','2023-06-24 13:42:36','2023-06-24 08:12:36','',0,'https://lead.sharpsight.in/nf_sub/455/',0,'nf_sub','',0),(456,0,'2023-06-24 16:01:49','2023-06-24 10:31:49','','','','publish','closed','closed','','456','','','2023-06-24 16:01:49','2023-06-24 10:31:49','',0,'https://lead.sharpsight.in/nf_sub/456/',0,'nf_sub','',0),(457,0,'2023-06-24 16:10:30','2023-06-24 10:40:30','','','','publish','closed','closed','','457','','','2023-06-24 16:10:30','2023-06-24 10:40:30','',0,'https://lead.sharpsight.in/nf_sub/457/',0,'nf_sub','',0),(458,0,'2023-06-25 08:03:09','2023-06-25 02:33:09','','','','publish','closed','closed','','458','','','2023-06-25 08:03:09','2023-06-25 02:33:09','',0,'https://lead.sharpsight.in/nf_sub/458/',0,'nf_sub','',0),(459,0,'2023-06-25 08:15:13','2023-06-25 02:45:13','','','','publish','closed','closed','','459','','','2023-06-25 08:15:13','2023-06-25 02:45:13','',0,'https://lead.sharpsight.in/nf_sub/459/',0,'nf_sub','',0),(460,0,'2023-06-25 08:54:31','2023-06-25 03:24:31','','','','publish','closed','closed','','460','','','2023-06-25 08:54:31','2023-06-25 03:24:31','',0,'https://lead.sharpsight.in/nf_sub/460/',0,'nf_sub','',0),(461,0,'2023-06-25 10:43:14','2023-06-25 05:13:14','','','','publish','closed','closed','','461','','','2023-06-25 10:43:14','2023-06-25 05:13:14','',0,'https://lead.sharpsight.in/nf_sub/461/',0,'nf_sub','',0),(462,0,'2023-06-25 11:15:21','2023-06-25 05:45:21','','','','publish','closed','closed','','462','','','2023-06-25 11:15:21','2023-06-25 05:45:21','',0,'https://lead.sharpsight.in/nf_sub/462/',0,'nf_sub','',0),(463,0,'2023-06-25 11:47:46','2023-06-25 06:17:46','','','','publish','closed','closed','','463','','','2023-06-25 11:47:46','2023-06-25 06:17:46','',0,'https://lead.sharpsight.in/nf_sub/463/',0,'nf_sub','',0),(464,0,'2023-06-25 13:00:28','2023-06-25 07:30:28','','','','publish','closed','closed','','464','','','2023-06-25 13:00:28','2023-06-25 07:30:28','',0,'https://lead.sharpsight.in/nf_sub/464/',0,'nf_sub','',0),(465,0,'2023-06-25 14:11:53','2023-06-25 08:41:53','','','','publish','closed','closed','','465','','','2023-06-25 14:11:53','2023-06-25 08:41:53','',0,'https://lead.sharpsight.in/nf_sub/465/',0,'nf_sub','',0),(466,0,'2023-06-25 18:58:06','2023-06-25 13:28:06','','','','publish','closed','closed','','466','','','2023-06-25 18:58:06','2023-06-25 13:28:06','',0,'https://lead.sharpsight.in/nf_sub/466/',0,'nf_sub','',0),(467,0,'2023-06-25 20:08:01','2023-06-25 14:38:01','','','','publish','closed','closed','','467','','','2023-06-25 20:08:01','2023-06-25 14:38:01','',0,'https://lead.sharpsight.in/nf_sub/467/',0,'nf_sub','',0),(468,0,'2023-06-26 04:27:36','2023-06-25 22:57:36','','','','publish','closed','closed','','468','','','2023-06-26 04:27:36','2023-06-25 22:57:36','',0,'https://lead.sharpsight.in/nf_sub/468/',0,'nf_sub','',0),(469,0,'2023-06-26 07:15:02','2023-06-26 01:45:02','','','','publish','closed','closed','','469','','','2023-06-26 07:15:02','2023-06-26 01:45:02','',0,'https://lead.sharpsight.in/nf_sub/469/',0,'nf_sub','',0),(470,0,'2023-06-26 07:25:59','2023-06-26 01:55:59','','','','publish','closed','closed','','470','','','2023-06-26 07:25:59','2023-06-26 01:55:59','',0,'https://lead.sharpsight.in/nf_sub/470/',0,'nf_sub','',0),(471,0,'2023-06-26 08:16:11','2023-06-26 02:46:11','','','','publish','closed','closed','','471','','','2023-06-26 08:16:11','2023-06-26 02:46:11','',0,'https://lead.sharpsight.in/nf_sub/471/',0,'nf_sub','',0),(472,0,'2023-06-26 08:56:42','2023-06-26 03:26:42','','','','publish','closed','closed','','472','','','2023-06-26 08:56:42','2023-06-26 03:26:42','',0,'https://lead.sharpsight.in/nf_sub/472/',0,'nf_sub','',0),(473,0,'2023-06-26 10:52:07','2023-06-26 05:22:07','','','','publish','closed','closed','','473','','','2023-06-26 10:52:07','2023-06-26 05:22:07','',0,'https://lead.sharpsight.in/nf_sub/473/',0,'nf_sub','',0),(474,0,'2023-06-26 12:48:34','2023-06-26 07:18:34','','','','publish','closed','closed','','474','','','2023-06-26 12:48:34','2023-06-26 07:18:34','',0,'https://lead.sharpsight.in/nf_sub/474/',0,'nf_sub','',0),(475,0,'2023-06-26 15:07:19','2023-06-26 09:37:19','','','','publish','closed','closed','','475','','','2023-06-26 15:07:19','2023-06-26 09:37:19','',0,'https://lead.sharpsight.in/nf_sub/475/',0,'nf_sub','',0),(476,0,'2023-06-26 21:53:07','2023-06-26 16:23:07','','','','publish','closed','closed','','476','','','2023-06-26 21:53:07','2023-06-26 16:23:07','',0,'https://lead.sharpsight.in/nf_sub/476/',0,'nf_sub','',0),(477,0,'2023-06-26 23:17:50','2023-06-26 17:47:50','','','','publish','closed','closed','','477','','','2023-06-26 23:17:50','2023-06-26 17:47:50','',0,'https://lead.sharpsight.in/nf_sub/477/',0,'nf_sub','',0),(478,0,'2023-06-27 01:45:10','2023-06-26 20:15:10','','','','publish','closed','closed','','478','','','2023-06-27 01:45:10','2023-06-26 20:15:10','',0,'https://lead.sharpsight.in/nf_sub/478/',0,'nf_sub','',0),(479,0,'2023-06-27 02:01:55','2023-06-26 20:31:55','','','','publish','closed','closed','','479','','','2023-06-27 02:01:55','2023-06-26 20:31:55','',0,'https://lead.sharpsight.in/nf_sub/479/',0,'nf_sub','',0),(480,0,'2023-06-27 02:39:04','2023-06-26 21:09:04','','','','publish','closed','closed','','480','','','2023-06-27 02:39:04','2023-06-26 21:09:04','',0,'https://lead.sharpsight.in/nf_sub/480/',0,'nf_sub','',0),(481,0,'2023-06-27 12:54:34','2023-06-27 07:24:34','','','','publish','closed','closed','','481','','','2023-06-27 12:54:34','2023-06-27 07:24:34','',0,'https://lead.sharpsight.in/nf_sub/481/',0,'nf_sub','',0),(482,1,'2023-06-27 12:57:32','2023-06-27 07:27:32','','','','publish','closed','closed','','482','','','2023-06-27 12:57:32','2023-06-27 07:27:32','',0,'https://lead.sharpsight.in/nf_sub/482/',0,'nf_sub','',0),(483,0,'2023-06-27 13:08:03','2023-06-27 07:38:03','','','','publish','closed','closed','','483','','','2023-06-27 13:08:03','2023-06-27 07:38:03','',0,'https://lead.sharpsight.in/nf_sub/483/',0,'nf_sub','',0),(484,0,'2023-06-27 19:28:19','2023-06-27 13:58:19','','','','publish','closed','closed','','484','','','2023-06-27 19:28:19','2023-06-27 13:58:19','',0,'https://lead.sharpsight.in/nf_sub/484/',0,'nf_sub','',0),(485,0,'2023-06-27 21:14:18','2023-06-27 15:44:18','','','','publish','closed','closed','','485','','','2023-06-27 21:14:18','2023-06-27 15:44:18','',0,'https://lead.sharpsight.in/nf_sub/485/',0,'nf_sub','',0),(486,0,'2023-06-28 08:19:58','2023-06-28 02:49:58','','','','publish','closed','closed','','486','','','2023-06-28 08:19:58','2023-06-28 02:49:58','',0,'https://lead.sharpsight.in/nf_sub/486/',0,'nf_sub','',0),(487,0,'2023-06-28 11:19:35','2023-06-28 05:49:35','','','','publish','closed','closed','','487','','','2023-06-28 11:19:35','2023-06-28 05:49:35','',0,'https://lead.sharpsight.in/nf_sub/487/',0,'nf_sub','',0),(488,0,'2023-06-28 22:21:46','2023-06-28 16:51:46','','','','publish','closed','closed','','488','','','2023-06-28 22:21:46','2023-06-28 16:51:46','',0,'https://lead.sharpsight.in/nf_sub/488/',0,'nf_sub','',0),(489,0,'2023-06-28 23:11:07','2023-06-28 17:41:07','','','','publish','closed','closed','','489','','','2023-06-28 23:11:07','2023-06-28 17:41:07','',0,'https://lead.sharpsight.in/nf_sub/489/',0,'nf_sub','',0),(490,0,'2023-06-29 00:47:08','2023-06-28 19:17:08','','','','publish','closed','closed','','490','','','2023-06-29 00:47:08','2023-06-28 19:17:08','',0,'https://lead.sharpsight.in/nf_sub/490/',0,'nf_sub','',0),(491,0,'2023-06-29 08:14:28','2023-06-29 02:44:28','','','','publish','closed','closed','','491','','','2023-06-29 08:14:28','2023-06-29 02:44:28','',0,'https://lead.sharpsight.in/nf_sub/491/',0,'nf_sub','',0),(492,0,'2023-06-29 23:38:53','2023-06-29 18:08:53','','','','publish','closed','closed','','492','','','2023-06-29 23:38:53','2023-06-29 18:08:53','',0,'https://lead.sharpsight.in/nf_sub/492/',0,'nf_sub','',0),(493,0,'2023-06-30 08:48:00','2023-06-30 03:18:00','','','','publish','closed','closed','','493','','','2023-06-30 08:48:00','2023-06-30 03:18:00','',0,'https://lead.sharpsight.in/nf_sub/493/',0,'nf_sub','',0),(494,0,'2023-06-30 08:59:41','2023-06-30 03:29:41','','','','publish','closed','closed','','494','','','2023-06-30 08:59:41','2023-06-30 03:29:41','',0,'https://lead.sharpsight.in/nf_sub/494/',0,'nf_sub','',0),(495,0,'2023-06-30 09:46:50','2023-06-30 04:16:50','','','','publish','closed','closed','','495','','','2023-06-30 09:46:50','2023-06-30 04:16:50','',0,'https://lead.sharpsight.in/nf_sub/495/',0,'nf_sub','',0),(496,0,'2023-07-01 11:40:16','2023-07-01 06:10:16','','','','publish','closed','closed','','496','','','2023-07-01 11:40:16','2023-07-01 06:10:16','',0,'https://lead.sharpsight.in/nf_sub/496/',0,'nf_sub','',0),(497,0,'2023-07-01 14:25:32','2023-07-01 08:55:32','','','','publish','closed','closed','','497','','','2023-07-01 14:25:32','2023-07-01 08:55:32','',0,'https://lead.sharpsight.in/nf_sub/497/',0,'nf_sub','',0),(498,0,'2023-07-01 15:08:17','2023-07-01 09:38:17','','','','publish','closed','closed','','498','','','2023-07-01 15:08:17','2023-07-01 09:38:17','',0,'https://lead.sharpsight.in/nf_sub/498/',0,'nf_sub','',0),(499,0,'2023-07-01 23:08:30','2023-07-01 17:38:30','','','','publish','closed','closed','','499','','','2023-07-01 23:08:30','2023-07-01 17:38:30','',0,'https://lead.sharpsight.in/nf_sub/499/',0,'nf_sub','',0),(500,0,'2023-07-01 23:18:25','2023-07-01 17:48:25','','','','publish','closed','closed','','500','','','2023-07-01 23:18:25','2023-07-01 17:48:25','',0,'https://lead.sharpsight.in/nf_sub/500/',0,'nf_sub','',0),(501,0,'2023-07-02 10:54:51','2023-07-02 05:24:51','','','','publish','closed','closed','','501','','','2023-07-02 10:54:51','2023-07-02 05:24:51','',0,'https://lead.sharpsight.in/nf_sub/501/',0,'nf_sub','',0),(502,0,'2023-07-02 12:33:29','2023-07-02 07:03:29','','','','publish','closed','closed','','502','','','2023-07-02 12:33:29','2023-07-02 07:03:29','',0,'https://lead.sharpsight.in/nf_sub/502/',0,'nf_sub','',0),(503,0,'2023-07-05 22:40:30','2023-07-05 17:10:30','','','','publish','closed','closed','','503','','','2023-07-05 22:40:30','2023-07-05 17:10:30','',0,'https://lead.sharpsight.in/nf_sub/503/',0,'nf_sub','',0),(504,0,'2023-07-06 08:11:13','2023-07-06 02:41:13','','','','publish','closed','closed','','504','','','2023-07-06 08:11:13','2023-07-06 02:41:13','',0,'https://lead.sharpsight.in/nf_sub/504/',0,'nf_sub','',0),(505,0,'2023-07-06 08:32:23','2023-07-06 03:02:23','','','','publish','closed','closed','','505','','','2023-07-06 08:32:23','2023-07-06 03:02:23','',0,'https://lead.sharpsight.in/nf_sub/505/',0,'nf_sub','',0),(506,0,'2023-07-06 08:33:59','2023-07-06 03:03:59','','','','publish','closed','closed','','506','','','2023-07-06 08:33:59','2023-07-06 03:03:59','',0,'https://lead.sharpsight.in/nf_sub/506/',0,'nf_sub','',0),(507,0,'2023-07-06 08:37:54','2023-07-06 03:07:54','','','','publish','closed','closed','','507','','','2023-07-06 08:37:54','2023-07-06 03:07:54','',0,'https://lead.sharpsight.in/nf_sub/507/',0,'nf_sub','',0),(508,0,'2023-07-06 11:43:41','2023-07-06 06:13:41','','','','publish','closed','closed','','508','','','2023-07-06 11:43:41','2023-07-06 06:13:41','',0,'https://lead.sharpsight.in/nf_sub/508/',0,'nf_sub','',0),(509,0,'2023-07-06 11:45:16','2023-07-06 06:15:16','','','','publish','closed','closed','','509','','','2023-07-06 11:45:16','2023-07-06 06:15:16','',0,'https://lead.sharpsight.in/nf_sub/509/',0,'nf_sub','',0),(510,0,'2023-07-07 19:12:44','2023-07-07 13:42:44','','','','publish','closed','closed','','510','','','2023-07-07 19:12:44','2023-07-07 13:42:44','',0,'https://lead.sharpsight.in/nf_sub/510/',0,'nf_sub','',0),(511,0,'2023-07-07 23:00:18','2023-07-07 17:30:18','','','','publish','closed','closed','','511','','','2023-07-07 23:00:18','2023-07-07 17:30:18','',0,'https://lead.sharpsight.in/nf_sub/511/',0,'nf_sub','',0),(512,0,'2023-07-07 23:31:34','2023-07-07 18:01:34','','','','publish','closed','closed','','512','','','2023-07-07 23:31:34','2023-07-07 18:01:34','',0,'https://lead.sharpsight.in/nf_sub/512/',0,'nf_sub','',0),(513,0,'2023-07-07 23:35:39','2023-07-07 18:05:39','','','','publish','closed','closed','','513','','','2023-07-07 23:35:39','2023-07-07 18:05:39','',0,'https://lead.sharpsight.in/nf_sub/513/',0,'nf_sub','',0),(514,0,'2023-07-07 23:56:19','2023-07-07 18:26:19','','','','publish','closed','closed','','514','','','2023-07-07 23:56:19','2023-07-07 18:26:19','',0,'https://lead.sharpsight.in/nf_sub/514/',0,'nf_sub','',0),(515,0,'2023-07-08 00:05:25','2023-07-07 18:35:25','','','','publish','closed','closed','','515','','','2023-07-08 00:05:25','2023-07-07 18:35:25','',0,'https://lead.sharpsight.in/nf_sub/515/',0,'nf_sub','',0),(516,0,'2023-07-08 06:31:51','2023-07-08 01:01:51','','','','publish','closed','closed','','516','','','2023-07-08 06:31:51','2023-07-08 01:01:51','',0,'https://lead.sharpsight.in/nf_sub/516/',0,'nf_sub','',0),(517,0,'2023-07-08 07:11:38','2023-07-08 01:41:38','','','','publish','closed','closed','','517','','','2023-07-08 07:11:38','2023-07-08 01:41:38','',0,'https://lead.sharpsight.in/nf_sub/517/',0,'nf_sub','',0),(518,0,'2023-07-08 07:23:07','2023-07-08 01:53:07','','','','publish','closed','closed','','518','','','2023-07-08 07:23:07','2023-07-08 01:53:07','',0,'https://lead.sharpsight.in/nf_sub/518/',0,'nf_sub','',0),(519,0,'2023-07-08 08:31:27','2023-07-08 03:01:27','','','','publish','closed','closed','','519','','','2023-07-08 08:31:27','2023-07-08 03:01:27','',0,'https://lead.sharpsight.in/nf_sub/519/',0,'nf_sub','',0),(520,0,'2023-07-08 08:59:38','2023-07-08 03:29:38','','','','publish','closed','closed','','520','','','2023-07-08 08:59:38','2023-07-08 03:29:38','',0,'https://lead.sharpsight.in/nf_sub/520/',0,'nf_sub','',0),(521,0,'2023-07-08 09:00:48','2023-07-08 03:30:48','','','','publish','closed','closed','','521','','','2023-07-08 09:00:48','2023-07-08 03:30:48','',0,'https://lead.sharpsight.in/nf_sub/521/',0,'nf_sub','',0),(522,0,'2023-07-08 22:41:41','2023-07-08 17:11:41','','','','publish','closed','closed','','522','','','2023-07-08 22:41:41','2023-07-08 17:11:41','',0,'https://lead.sharpsight.in/nf_sub/522/',0,'nf_sub','',0),(523,0,'2023-07-09 08:35:46','2023-07-09 03:05:46','','','','publish','closed','closed','','523','','','2023-07-09 08:35:46','2023-07-09 03:05:46','',0,'https://lead.sharpsight.in/nf_sub/523/',0,'nf_sub','',0),(524,0,'2023-07-09 14:58:56','2023-07-09 09:28:56','','','','publish','closed','closed','','524','','','2023-07-09 14:58:56','2023-07-09 09:28:56','',0,'https://lead.sharpsight.in/nf_sub/524/',0,'nf_sub','',0),(525,0,'2023-07-09 23:16:02','2023-07-09 17:46:02','','','','publish','closed','closed','','525','','','2023-07-09 23:16:02','2023-07-09 17:46:02','',0,'https://lead.sharpsight.in/nf_sub/525/',0,'nf_sub','',0),(526,0,'2023-07-10 03:34:22','2023-07-09 22:04:22','','','','publish','closed','closed','','526','','','2023-07-10 03:34:22','2023-07-09 22:04:22','',0,'https://lead.sharpsight.in/nf_sub/526/',0,'nf_sub','',0),(527,0,'2023-07-10 06:43:21','2023-07-10 01:13:21','','','','publish','closed','closed','','527','','','2023-07-10 06:43:21','2023-07-10 01:13:21','',0,'https://lead.sharpsight.in/nf_sub/527/',0,'nf_sub','',0),(528,0,'2023-07-10 07:49:15','2023-07-10 02:19:15','','','','publish','closed','closed','','528','','','2023-07-10 07:49:15','2023-07-10 02:19:15','',0,'https://lead.sharpsight.in/nf_sub/528/',0,'nf_sub','',0),(529,0,'2023-07-10 08:50:11','2023-07-10 03:20:11','','','','publish','closed','closed','','529','','','2023-07-10 08:50:11','2023-07-10 03:20:11','',0,'https://lead.sharpsight.in/nf_sub/529/',0,'nf_sub','',0),(530,0,'2023-07-10 11:41:22','2023-07-10 06:11:22','','','','publish','closed','closed','','530','','','2023-07-10 11:41:22','2023-07-10 06:11:22','',0,'https://lead.sharpsight.in/nf_sub/530/',0,'nf_sub','',0),(531,0,'2023-07-10 14:51:13','2023-07-10 09:21:13','','','','publish','closed','closed','','531','','','2023-07-10 14:51:13','2023-07-10 09:21:13','',0,'https://lead.sharpsight.in/nf_sub/531/',0,'nf_sub','',0),(532,0,'2023-07-10 15:19:14','2023-07-10 09:49:14','','','','publish','closed','closed','','532','','','2023-07-10 15:19:14','2023-07-10 09:49:14','',0,'https://lead.sharpsight.in/nf_sub/532/',0,'nf_sub','',0),(533,0,'2023-07-11 01:07:31','2023-07-10 19:37:31','','','','publish','closed','closed','','533','','','2023-07-11 01:07:31','2023-07-10 19:37:31','',0,'https://lead.sharpsight.in/nf_sub/533/',0,'nf_sub','',0),(534,0,'2023-07-11 06:20:11','2023-07-11 00:50:11','','','','publish','closed','closed','','534','','','2023-07-11 06:20:11','2023-07-11 00:50:11','',0,'https://lead.sharpsight.in/nf_sub/534/',0,'nf_sub','',0),(535,0,'2023-07-11 07:11:56','2023-07-11 01:41:56','','','','publish','closed','closed','','535','','','2023-07-11 07:11:56','2023-07-11 01:41:56','',0,'https://lead.sharpsight.in/nf_sub/535/',0,'nf_sub','',0),(536,0,'2023-07-11 07:33:10','2023-07-11 02:03:10','','','','publish','closed','closed','','536','','','2023-07-11 07:33:10','2023-07-11 02:03:10','',0,'https://lead.sharpsight.in/nf_sub/536/',0,'nf_sub','',0),(537,0,'2023-07-11 07:42:57','2023-07-11 02:12:57','','','','publish','closed','closed','','537','','','2023-07-11 07:42:57','2023-07-11 02:12:57','',0,'https://lead.sharpsight.in/nf_sub/537/',0,'nf_sub','',0),(538,0,'2023-07-11 09:00:25','2023-07-11 03:30:25','','','','publish','closed','closed','','538','','','2023-07-11 09:00:25','2023-07-11 03:30:25','',0,'https://lead.sharpsight.in/nf_sub/538/',0,'nf_sub','',0),(539,0,'2023-07-11 15:07:56','2023-07-11 09:37:56','','','','publish','closed','closed','','539','','','2023-07-11 15:07:56','2023-07-11 09:37:56','',0,'https://lead.sharpsight.in/nf_sub/539/',0,'nf_sub','',0),(540,0,'2023-07-11 15:26:02','2023-07-11 09:56:02','','','','publish','closed','closed','','540','','','2023-07-11 15:26:02','2023-07-11 09:56:02','',0,'https://lead.sharpsight.in/nf_sub/540/',0,'nf_sub','',0),(541,0,'2023-07-12 13:26:29','2023-07-12 07:56:29','','','','publish','closed','closed','','541','','','2023-07-12 13:26:29','2023-07-12 07:56:29','',0,'https://lead.sharpsight.in/nf_sub/541/',0,'nf_sub','',0),(542,0,'2023-07-12 22:14:26','2023-07-12 16:44:26','','','','publish','closed','closed','','542','','','2023-07-12 22:14:26','2023-07-12 16:44:26','',0,'https://lead.sharpsight.in/nf_sub/542/',0,'nf_sub','',0),(543,0,'2023-07-13 00:05:05','2023-07-12 18:35:05','','','','publish','closed','closed','','543','','','2023-07-13 00:05:05','2023-07-12 18:35:05','',0,'https://lead.sharpsight.in/nf_sub/543/',0,'nf_sub','',0),(544,0,'2023-07-13 06:07:17','2023-07-13 00:37:17','','','','publish','closed','closed','','544','','','2023-07-13 06:07:17','2023-07-13 00:37:17','',0,'https://lead.sharpsight.in/nf_sub/544/',0,'nf_sub','',0),(545,0,'2023-07-13 06:21:47','2023-07-13 00:51:47','','','','publish','closed','closed','','545','','','2023-07-13 06:21:47','2023-07-13 00:51:47','',0,'https://lead.sharpsight.in/nf_sub/545/',0,'nf_sub','',0),(546,0,'2023-07-13 08:19:15','2023-07-13 02:49:15','','','','publish','closed','closed','','546','','','2023-07-13 08:19:15','2023-07-13 02:49:15','',0,'https://lead.sharpsight.in/nf_sub/546/',0,'nf_sub','',0),(547,0,'2023-07-13 12:06:13','2023-07-13 06:36:13','','','','publish','closed','closed','','547','','','2023-07-13 12:06:13','2023-07-13 06:36:13','',0,'https://lead.sharpsight.in/nf_sub/547/',0,'nf_sub','',0),(548,0,'2023-07-13 14:35:02','2023-07-13 09:05:02','','','','publish','closed','closed','','548','','','2023-07-13 14:35:02','2023-07-13 09:05:02','',0,'https://lead.sharpsight.in/nf_sub/548/',0,'nf_sub','',0),(549,0,'2023-07-13 14:42:18','2023-07-13 09:12:18','','','','publish','closed','closed','','549','','','2023-07-13 14:42:18','2023-07-13 09:12:18','',0,'https://lead.sharpsight.in/nf_sub/549/',0,'nf_sub','',0),(550,0,'2023-07-13 23:08:58','2023-07-13 17:38:58','','','','publish','closed','closed','','550','','','2023-07-13 23:08:58','2023-07-13 17:38:58','',0,'https://lead.sharpsight.in/nf_sub/550/',0,'nf_sub','',0),(551,0,'2023-07-15 07:25:08','2023-07-15 01:55:08','','','','publish','closed','closed','','551','','','2023-07-15 07:25:08','2023-07-15 01:55:08','',0,'https://lead.sharpsight.in/nf_sub/551/',0,'nf_sub','',0),(552,0,'2023-07-15 07:54:29','2023-07-15 02:24:29','','','','publish','closed','closed','','552','','','2023-07-15 07:54:29','2023-07-15 02:24:29','',0,'https://lead.sharpsight.in/nf_sub/552/',0,'nf_sub','',0),(553,0,'2023-07-15 08:30:26','2023-07-15 03:00:26','','','','publish','closed','closed','','553','','','2023-07-15 08:30:26','2023-07-15 03:00:26','',0,'https://lead.sharpsight.in/nf_sub/553/',0,'nf_sub','',0),(554,0,'2023-07-15 10:03:37','2023-07-15 04:33:37','','','','publish','closed','closed','','554','','','2023-07-15 10:03:37','2023-07-15 04:33:37','',0,'https://lead.sharpsight.in/nf_sub/554/',0,'nf_sub','',0),(555,0,'2023-07-19 08:18:39','2023-07-19 02:48:39','','','','publish','closed','closed','','555','','','2023-07-19 08:18:39','2023-07-19 02:48:39','',0,'https://lead.sharpsight.in/nf_sub/555/',0,'nf_sub','',0),(556,0,'2023-07-20 18:29:00','2023-07-20 12:59:00','','','','publish','closed','closed','','556','','','2023-07-20 18:29:00','2023-07-20 12:59:00','',0,'https://lead.sharpsight.in/nf_sub/556/',0,'nf_sub','',0),(557,0,'2023-07-23 07:41:43','2023-07-23 02:11:43','','','','publish','closed','closed','','557','','','2023-07-23 07:41:43','2023-07-23 02:11:43','',0,'https://lead.sharpsight.in/nf_sub/557/',0,'nf_sub','',0),(558,0,'2023-07-23 08:03:39','2023-07-23 02:33:39','','','','publish','closed','closed','','558','','','2023-07-23 08:03:39','2023-07-23 02:33:39','',0,'https://lead.sharpsight.in/nf_sub/558/',0,'nf_sub','',0),(559,0,'2023-07-23 08:50:32','2023-07-23 03:20:32','','','','publish','closed','closed','','559','','','2023-07-23 08:50:32','2023-07-23 03:20:32','',0,'https://lead.sharpsight.in/nf_sub/559/',0,'nf_sub','',0),(560,0,'2023-07-23 08:52:02','2023-07-23 03:22:02','','','','publish','closed','closed','','560','','','2023-07-23 08:52:02','2023-07-23 03:22:02','',0,'https://lead.sharpsight.in/nf_sub/560/',0,'nf_sub','',0),(561,0,'2023-07-23 20:50:29','2023-07-23 15:20:29','','','','publish','closed','closed','','561','','','2023-07-23 20:50:29','2023-07-23 15:20:29','',0,'https://lead.sharpsight.in/nf_sub/561/',0,'nf_sub','',0),(562,0,'2023-07-23 23:43:24','2023-07-23 18:13:24','','','','publish','closed','closed','','562','','','2023-07-23 23:43:24','2023-07-23 18:13:24','',0,'https://lead.sharpsight.in/nf_sub/562/',0,'nf_sub','',0),(563,0,'2023-07-24 00:52:18','2023-07-23 19:22:18','','','','publish','closed','closed','','563','','','2023-07-24 00:52:18','2023-07-23 19:22:18','',0,'https://lead.sharpsight.in/nf_sub/563/',0,'nf_sub','',0),(564,0,'2023-07-24 07:32:20','2023-07-24 02:02:20','','','','publish','closed','closed','','564','','','2023-07-24 07:32:20','2023-07-24 02:02:20','',0,'https://lead.sharpsight.in/nf_sub/564/',0,'nf_sub','',0),(565,0,'2023-07-24 08:33:44','2023-07-24 03:03:44','','','','publish','closed','closed','','565','','','2023-07-24 08:33:44','2023-07-24 03:03:44','',0,'https://lead.sharpsight.in/nf_sub/565/',0,'nf_sub','',0),(566,0,'2023-07-24 12:58:35','2023-07-24 07:28:35','','','','publish','closed','closed','','566','','','2023-07-24 12:58:35','2023-07-24 07:28:35','',0,'https://lead.sharpsight.in/nf_sub/566/',0,'nf_sub','',0),(567,0,'2023-07-24 16:12:35','2023-07-24 10:42:35','','','','publish','closed','closed','','567','','','2023-07-24 16:12:35','2023-07-24 10:42:35','',0,'https://lead.sharpsight.in/nf_sub/567/',0,'nf_sub','',0),(568,0,'2023-07-24 22:17:34','2023-07-24 16:47:34','','','','publish','closed','closed','','568','','','2023-07-24 22:17:34','2023-07-24 16:47:34','',0,'https://lead.sharpsight.in/nf_sub/568/',0,'nf_sub','',0),(569,0,'2023-07-24 22:51:10','2023-07-24 17:21:10','','','','publish','closed','closed','','569','','','2023-07-24 22:51:10','2023-07-24 17:21:10','',0,'https://lead.sharpsight.in/nf_sub/569/',0,'nf_sub','',0),(570,0,'2023-07-25 00:47:14','2023-07-24 19:17:14','','','','publish','closed','closed','','570','','','2023-07-25 00:47:14','2023-07-24 19:17:14','',0,'https://lead.sharpsight.in/nf_sub/570/',0,'nf_sub','',0),(571,0,'2023-07-25 00:57:35','2023-07-24 19:27:35','','','','publish','closed','closed','','571','','','2023-07-25 00:57:35','2023-07-24 19:27:35','',0,'https://lead.sharpsight.in/nf_sub/571/',0,'nf_sub','',0),(572,0,'2023-07-25 07:00:18','2023-07-25 01:30:18','','','','publish','closed','closed','','572','','','2023-07-25 07:00:18','2023-07-25 01:30:18','',0,'https://lead.sharpsight.in/nf_sub/572/',0,'nf_sub','',0),(573,0,'2023-07-25 23:25:25','2023-07-25 17:55:25','','','','publish','closed','closed','','573','','','2023-07-25 23:25:25','2023-07-25 17:55:25','',0,'https://lead.sharpsight.in/nf_sub/573/',0,'nf_sub','',0),(574,0,'2023-07-26 06:23:23','2023-07-26 00:53:23','','','','publish','closed','closed','','574','','','2023-07-26 06:23:23','2023-07-26 00:53:23','',0,'https://lead.sharpsight.in/nf_sub/574/',0,'nf_sub','',0),(575,0,'2023-07-26 09:21:34','2023-07-26 03:51:34','','','','publish','closed','closed','','575','','','2023-07-26 09:21:34','2023-07-26 03:51:34','',0,'https://lead.sharpsight.in/nf_sub/575/',0,'nf_sub','',0),(576,0,'2023-08-01 22:52:53','2023-08-01 17:22:53','','','','publish','closed','closed','','576','','','2023-08-01 22:52:53','2023-08-01 17:22:53','',0,'https://lead.sharpsight.in/nf_sub/576/',0,'nf_sub','',0),(577,0,'2023-08-02 06:14:26','2023-08-02 00:44:26','','','','publish','closed','closed','','577','','','2023-08-02 06:14:26','2023-08-02 00:44:26','',0,'https://lead.sharpsight.in/nf_sub/577/',0,'nf_sub','',0),(578,0,'2023-08-02 07:31:22','2023-08-02 02:01:22','','','','publish','closed','closed','','578','','','2023-08-02 07:31:22','2023-08-02 02:01:22','',0,'https://lead.sharpsight.in/nf_sub/578/',0,'nf_sub','',0),(579,0,'2023-08-02 08:59:11','2023-08-02 03:29:11','','','','publish','closed','closed','','579','','','2023-08-02 08:59:11','2023-08-02 03:29:11','',0,'https://lead.sharpsight.in/nf_sub/579/',0,'nf_sub','',0),(580,0,'2023-08-02 11:55:50','2023-08-02 06:25:50','','','','publish','closed','closed','','580','','','2023-08-02 11:55:50','2023-08-02 06:25:50','',0,'https://lead.sharpsight.in/nf_sub/580/',0,'nf_sub','',0),(581,0,'2023-08-02 23:01:57','2023-08-02 17:31:57','','','','publish','closed','closed','','581','','','2023-08-02 23:01:57','2023-08-02 17:31:57','',0,'https://lead.sharpsight.in/nf_sub/581/',0,'nf_sub','',0),(582,0,'2023-08-03 07:32:49','2023-08-03 02:02:49','','','','publish','closed','closed','','582','','','2023-08-03 07:32:49','2023-08-03 02:02:49','',0,'https://lead.sharpsight.in/nf_sub/582/',0,'nf_sub','',0),(583,0,'2023-08-04 08:46:31','2023-08-04 03:16:31','','','','publish','closed','closed','','583','','','2023-08-04 08:46:31','2023-08-04 03:16:31','',0,'https://lead.sharpsight.in/nf_sub/583/',0,'nf_sub','',0),(584,0,'2023-08-04 08:57:02','2023-08-04 03:27:02','','','','publish','closed','closed','','584','','','2023-08-04 08:57:02','2023-08-04 03:27:02','',0,'https://lead.sharpsight.in/nf_sub/584/',0,'nf_sub','',0),(585,0,'2023-08-04 22:45:43','2023-08-04 17:15:43','','','','publish','closed','closed','','585','','','2023-08-04 22:45:43','2023-08-04 17:15:43','',0,'https://lead.sharpsight.in/nf_sub/585/',0,'nf_sub','',0),(586,0,'2023-08-05 00:37:06','2023-08-04 19:07:06','','','','publish','closed','closed','','586','','','2023-08-05 00:37:06','2023-08-04 19:07:06','',0,'https://lead.sharpsight.in/nf_sub/586/',0,'nf_sub','',0),(587,0,'2023-08-05 08:23:52','2023-08-05 02:53:52','','','','publish','closed','closed','','587','','','2023-08-05 08:23:52','2023-08-05 02:53:52','',0,'https://lead.sharpsight.in/nf_sub/587/',0,'nf_sub','',0),(588,0,'2023-08-05 08:42:53','2023-08-05 03:12:53','','','','publish','closed','closed','','588','','','2023-08-05 08:42:53','2023-08-05 03:12:53','',0,'https://lead.sharpsight.in/nf_sub/588/',0,'nf_sub','',0),(589,0,'2023-08-05 11:30:04','2023-08-05 06:00:04','','','','publish','closed','closed','','589','','','2023-08-05 11:30:04','2023-08-05 06:00:04','',0,'https://lead.sharpsight.in/nf_sub/589/',0,'nf_sub','',0),(590,0,'2023-08-05 15:50:28','2023-08-05 10:20:28','','','','publish','closed','closed','','590','','','2023-08-05 15:50:28','2023-08-05 10:20:28','',0,'https://lead.sharpsight.in/nf_sub/590/',0,'nf_sub','',0),(591,0,'2023-08-05 23:25:47','2023-08-05 17:55:47','','','','publish','closed','closed','','591','','','2023-08-05 23:25:47','2023-08-05 17:55:47','',0,'https://lead.sharpsight.in/nf_sub/591/',0,'nf_sub','',0),(592,0,'2023-08-05 23:40:33','2023-08-05 18:10:33','','','','publish','closed','closed','','592','','','2023-08-05 23:40:33','2023-08-05 18:10:33','',0,'https://lead.sharpsight.in/nf_sub/592/',0,'nf_sub','',0),(593,0,'2023-08-06 07:34:00','2023-08-06 02:04:00','','','','publish','closed','closed','','593','','','2023-08-06 07:34:00','2023-08-06 02:04:00','',0,'https://lead.sharpsight.in/nf_sub/593/',0,'nf_sub','',0),(594,0,'2023-08-06 08:19:34','2023-08-06 02:49:34','','','','publish','closed','closed','','594','','','2023-08-06 08:19:34','2023-08-06 02:49:34','',0,'https://lead.sharpsight.in/nf_sub/594/',0,'nf_sub','',0),(595,0,'2023-08-06 08:36:13','2023-08-06 03:06:13','','','','publish','closed','closed','','595','','','2023-08-06 08:36:13','2023-08-06 03:06:13','',0,'https://lead.sharpsight.in/nf_sub/595/',0,'nf_sub','',0),(596,0,'2023-08-10 23:04:28','2023-08-10 17:34:28','','','','publish','closed','closed','','596','','','2023-08-10 23:04:28','2023-08-10 17:34:28','',0,'https://lead.sharpsight.in/nf_sub/596/',0,'nf_sub','',0),(597,0,'2023-08-11 00:25:26','2023-08-10 18:55:26','','','','publish','closed','closed','','597','','','2023-08-11 00:25:26','2023-08-10 18:55:26','',0,'https://lead.sharpsight.in/nf_sub/597/',0,'nf_sub','',0),(598,0,'2023-08-11 00:41:40','2023-08-10 19:11:40','','','','publish','closed','closed','','598','','','2023-08-11 00:41:40','2023-08-10 19:11:40','',0,'https://lead.sharpsight.in/nf_sub/598/',0,'nf_sub','',0),(599,0,'2023-08-11 06:11:46','2023-08-11 00:41:46','','','','publish','closed','closed','','599','','','2023-08-11 06:11:46','2023-08-11 00:41:46','',0,'https://lead.sharpsight.in/nf_sub/599/',0,'nf_sub','',0),(600,0,'2023-08-11 07:53:17','2023-08-11 02:23:17','','','','publish','closed','closed','','600','','','2023-08-11 07:53:17','2023-08-11 02:23:17','',0,'https://lead.sharpsight.in/nf_sub/600/',0,'nf_sub','',0),(601,0,'2023-08-11 08:04:43','2023-08-11 02:34:43','','','','publish','closed','closed','','601','','','2023-08-11 08:04:43','2023-08-11 02:34:43','',0,'https://lead.sharpsight.in/nf_sub/601/',0,'nf_sub','',0),(602,0,'2023-08-11 08:43:29','2023-08-11 03:13:29','','','','publish','closed','closed','','602','','','2023-08-11 08:43:29','2023-08-11 03:13:29','',0,'https://lead.sharpsight.in/nf_sub/602/',0,'nf_sub','',0),(603,0,'2023-08-11 10:30:11','2023-08-11 05:00:11','','','','publish','closed','closed','','603','','','2023-08-11 10:30:11','2023-08-11 05:00:11','',0,'https://lead.sharpsight.in/nf_sub/603/',0,'nf_sub','',0),(604,0,'2023-08-11 10:58:11','2023-08-11 05:28:11','','','','publish','closed','closed','','604','','','2023-08-11 10:58:11','2023-08-11 05:28:11','',0,'https://lead.sharpsight.in/nf_sub/604/',0,'nf_sub','',0),(605,0,'2023-08-11 22:40:09','2023-08-11 17:10:09','','','','publish','closed','closed','','605','','','2023-08-11 22:40:09','2023-08-11 17:10:09','',0,'https://lead.sharpsight.in/nf_sub/605/',0,'nf_sub','',0),(606,0,'2023-08-11 23:29:22','2023-08-11 17:59:22','','','','publish','closed','closed','','606','','','2023-08-11 23:29:22','2023-08-11 17:59:22','',0,'https://lead.sharpsight.in/nf_sub/606/',0,'nf_sub','',0),(607,0,'2023-08-12 08:26:24','2023-08-12 02:56:24','','','','publish','closed','closed','','607','','','2023-08-12 08:26:24','2023-08-12 02:56:24','',0,'https://lead.sharpsight.in/nf_sub/607/',0,'nf_sub','',0),(608,0,'2023-08-12 08:42:32','2023-08-12 03:12:32','','','','publish','closed','closed','','608','','','2023-08-12 08:42:32','2023-08-12 03:12:32','',0,'https://lead.sharpsight.in/nf_sub/608/',0,'nf_sub','',0),(609,0,'2023-08-13 03:22:31','2023-08-12 21:52:31','','','','publish','closed','closed','','609','','','2023-08-13 03:22:31','2023-08-12 21:52:31','',0,'https://lead.sharpsight.in/nf_sub/609/',0,'nf_sub','',0),(610,0,'2023-08-13 20:51:59','2023-08-13 15:21:59','','','','publish','closed','closed','','610','','','2023-08-13 20:51:59','2023-08-13 15:21:59','',0,'https://lead.sharpsight.in/nf_sub/610/',0,'nf_sub','',0),(611,0,'2023-08-14 00:07:19','2023-08-13 18:37:19','','','','publish','closed','closed','','611','','','2023-08-14 00:07:19','2023-08-13 18:37:19','',0,'https://lead.sharpsight.in/nf_sub/611/',0,'nf_sub','',0),(612,0,'2023-08-14 00:08:28','2023-08-13 18:38:28','','','','publish','closed','closed','','612','','','2023-08-14 00:08:28','2023-08-13 18:38:28','',0,'https://lead.sharpsight.in/nf_sub/612/',0,'nf_sub','',0),(613,0,'2023-08-14 07:53:30','2023-08-14 02:23:30','','','','publish','closed','closed','','613','','','2023-08-14 07:53:30','2023-08-14 02:23:30','',0,'https://lead.sharpsight.in/nf_sub/613/',0,'nf_sub','',0),(614,0,'2023-08-14 08:29:19','2023-08-14 02:59:19','','','','publish','closed','closed','','614','','','2023-08-14 08:29:19','2023-08-14 02:59:19','',0,'https://lead.sharpsight.in/nf_sub/614/',0,'nf_sub','',0),(615,0,'2023-08-14 13:38:35','2023-08-14 08:08:35','','','','publish','closed','closed','','615','','','2023-08-14 13:38:35','2023-08-14 08:08:35','',0,'https://lead.sharpsight.in/nf_sub/615/',0,'nf_sub','',0),(616,0,'2023-08-15 07:46:28','2023-08-15 02:16:28','','','','publish','closed','closed','','616','','','2023-08-15 07:46:28','2023-08-15 02:16:28','',0,'https://lead.sharpsight.in/nf_sub/616/',0,'nf_sub','',0),(617,0,'2023-08-15 08:52:27','2023-08-15 03:22:27','','','','publish','closed','closed','','617','','','2023-08-15 08:52:27','2023-08-15 03:22:27','',0,'https://lead.sharpsight.in/nf_sub/617/',0,'nf_sub','',0),(618,0,'2023-08-15 09:02:50','2023-08-15 03:32:50','','','','publish','closed','closed','','618','','','2023-08-15 09:02:50','2023-08-15 03:32:50','',0,'https://lead.sharpsight.in/nf_sub/618/',0,'nf_sub','',0),(619,0,'2023-08-15 09:59:25','2023-08-15 04:29:25','','','','publish','closed','closed','','619','','','2023-08-15 09:59:25','2023-08-15 04:29:25','',0,'https://lead.sharpsight.in/nf_sub/619/',0,'nf_sub','',0),(620,0,'2023-08-15 22:30:45','2023-08-15 17:00:45','','','','publish','closed','closed','','620','','','2023-08-15 22:30:45','2023-08-15 17:00:45','',0,'https://lead.sharpsight.in/nf_sub/620/',0,'nf_sub','',0),(621,0,'2023-08-15 22:41:57','2023-08-15 17:11:57','','','','publish','closed','closed','','621','','','2023-08-15 22:41:57','2023-08-15 17:11:57','',0,'https://lead.sharpsight.in/nf_sub/621/',0,'nf_sub','',0),(622,0,'2023-08-16 07:58:08','2023-08-16 02:28:08','','','','publish','closed','closed','','622','','','2023-08-16 07:58:08','2023-08-16 02:28:08','',0,'https://lead.sharpsight.in/nf_sub/622/',0,'nf_sub','',0),(623,0,'2023-08-16 08:07:43','2023-08-16 02:37:43','','','','publish','closed','closed','','623','','','2023-08-16 08:07:43','2023-08-16 02:37:43','',0,'https://lead.sharpsight.in/nf_sub/623/',0,'nf_sub','',0),(624,0,'2023-08-16 08:16:45','2023-08-16 02:46:45','','','','publish','closed','closed','','624','','','2023-08-16 08:16:45','2023-08-16 02:46:45','',0,'https://lead.sharpsight.in/nf_sub/624/',0,'nf_sub','',0),(625,0,'2023-08-16 10:58:13','2023-08-16 05:28:13','','','','publish','closed','closed','','625','','','2023-08-16 10:58:13','2023-08-16 05:28:13','',0,'https://lead.sharpsight.in/nf_sub/625/',0,'nf_sub','',0),(626,0,'2023-08-16 22:10:06','2023-08-16 16:40:06','','','','publish','closed','closed','','626','','','2023-08-16 22:10:06','2023-08-16 16:40:06','',0,'https://lead.sharpsight.in/nf_sub/626/',0,'nf_sub','',0),(627,0,'2023-08-17 01:20:29','2023-08-16 19:50:29','','','','publish','closed','closed','','627','','','2023-08-17 01:20:29','2023-08-16 19:50:29','',0,'https://lead.sharpsight.in/nf_sub/627/',0,'nf_sub','',0),(628,0,'2023-08-17 07:54:26','2023-08-17 02:24:26','','','','publish','closed','closed','','628','','','2023-08-17 07:54:26','2023-08-17 02:24:26','',0,'https://lead.sharpsight.in/nf_sub/628/',0,'nf_sub','',0),(629,0,'2023-08-17 08:32:16','2023-08-17 03:02:16','','','','publish','closed','closed','','629','','','2023-08-17 08:32:16','2023-08-17 03:02:16','',0,'https://lead.sharpsight.in/nf_sub/629/',0,'nf_sub','',0),(630,0,'2023-08-17 11:38:11','2023-08-17 06:08:11','','','','publish','closed','closed','','630','','','2023-08-17 11:38:11','2023-08-17 06:08:11','',0,'https://lead.sharpsight.in/nf_sub/630/',0,'nf_sub','',0),(631,0,'2023-08-17 12:28:34','2023-08-17 06:58:34','','','','publish','closed','closed','','631','','','2023-08-17 12:28:34','2023-08-17 06:58:34','',0,'https://lead.sharpsight.in/nf_sub/631/',0,'nf_sub','',0),(632,0,'2023-08-17 13:35:38','2023-08-17 08:05:38','','','','publish','closed','closed','','632','','','2023-08-17 13:35:38','2023-08-17 08:05:38','',0,'https://lead.sharpsight.in/nf_sub/632/',0,'nf_sub','',0),(633,0,'2023-08-17 21:09:41','2023-08-17 15:39:41','','','','publish','closed','closed','','633','','','2023-08-17 21:09:41','2023-08-17 15:39:41','',0,'https://lead.sharpsight.in/nf_sub/633/',0,'nf_sub','',0),(634,0,'2023-08-17 22:50:06','2023-08-17 17:20:06','','','','publish','closed','closed','','634','','','2023-08-17 22:50:06','2023-08-17 17:20:06','',0,'https://lead.sharpsight.in/nf_sub/634/',0,'nf_sub','',0),(635,0,'2023-08-17 23:36:02','2023-08-17 18:06:02','','','','publish','closed','closed','','635','','','2023-08-17 23:36:02','2023-08-17 18:06:02','',0,'https://lead.sharpsight.in/nf_sub/635/',0,'nf_sub','',0),(636,0,'2023-08-18 00:24:54','2023-08-17 18:54:54','','','','publish','closed','closed','','636','','','2023-08-18 00:24:54','2023-08-17 18:54:54','',0,'https://lead.sharpsight.in/nf_sub/636/',0,'nf_sub','',0),(637,0,'2023-08-18 07:40:37','2023-08-18 02:10:37','','','','publish','closed','closed','','637','','','2023-08-18 07:40:37','2023-08-18 02:10:37','',0,'https://lead.sharpsight.in/nf_sub/637/',0,'nf_sub','',0),(638,0,'2023-08-18 07:51:04','2023-08-18 02:21:04','','','','publish','closed','closed','','638','','','2023-08-18 07:51:04','2023-08-18 02:21:04','',0,'https://lead.sharpsight.in/nf_sub/638/',0,'nf_sub','',0),(639,0,'2023-08-18 08:46:51','2023-08-18 03:16:51','','','','publish','closed','closed','','639','','','2023-08-18 08:46:51','2023-08-18 03:16:51','',0,'https://lead.sharpsight.in/nf_sub/639/',0,'nf_sub','',0),(640,0,'2023-08-18 09:40:54','2023-08-18 04:10:54','','','','publish','closed','closed','','640','','','2023-08-18 09:40:54','2023-08-18 04:10:54','',0,'https://lead.sharpsight.in/nf_sub/640/',0,'nf_sub','',0),(641,0,'2023-08-18 10:05:56','2023-08-18 04:35:56','','','','publish','closed','closed','','641','','','2023-08-18 10:05:56','2023-08-18 04:35:56','',0,'https://lead.sharpsight.in/nf_sub/641/',0,'nf_sub','',0),(642,0,'2023-08-18 10:11:04','2023-08-18 04:41:04','','','','publish','closed','closed','','642','','','2023-08-18 10:11:04','2023-08-18 04:41:04','',0,'https://lead.sharpsight.in/nf_sub/642/',0,'nf_sub','',0),(643,0,'2023-08-18 22:35:46','2023-08-18 17:05:46','','','','publish','closed','closed','','643','','','2023-08-18 22:35:46','2023-08-18 17:05:46','',0,'https://lead.sharpsight.in/nf_sub/643/',0,'nf_sub','',0),(644,0,'2023-08-19 01:01:53','2023-08-18 19:31:53','','','','publish','closed','closed','','644','','','2023-08-19 01:01:53','2023-08-18 19:31:53','',0,'https://lead.sharpsight.in/nf_sub/644/',0,'nf_sub','',0),(645,0,'2023-08-19 06:27:58','2023-08-19 00:57:58','','','','publish','closed','closed','','645','','','2023-08-19 06:27:58','2023-08-19 00:57:58','',0,'https://lead.sharpsight.in/nf_sub/645/',0,'nf_sub','',0),(646,0,'2023-08-19 22:33:56','2023-08-19 17:03:56','','','','publish','closed','closed','','646','','','2023-08-19 22:33:56','2023-08-19 17:03:56','',0,'https://lead.sharpsight.in/nf_sub/646/',0,'nf_sub','',0),(647,0,'2023-08-20 00:56:58','2023-08-19 19:26:58','','','','publish','closed','closed','','647','','','2023-08-20 00:56:58','2023-08-19 19:26:58','',0,'https://lead.sharpsight.in/nf_sub/647/',0,'nf_sub','',0),(648,0,'2023-08-20 07:07:46','2023-08-20 01:37:46','','','','publish','closed','closed','','648','','','2023-08-20 07:07:46','2023-08-20 01:37:46','',0,'https://lead.sharpsight.in/nf_sub/648/',0,'nf_sub','',0),(649,0,'2023-08-20 08:36:23','2023-08-20 03:06:23','','','','publish','closed','closed','','649','','','2023-08-20 08:36:23','2023-08-20 03:06:23','',0,'https://lead.sharpsight.in/nf_sub/649/',0,'nf_sub','',0),(650,0,'2023-08-20 08:37:58','2023-08-20 03:07:58','','','','publish','closed','closed','','650','','','2023-08-20 08:37:58','2023-08-20 03:07:58','',0,'https://lead.sharpsight.in/nf_sub/650/',0,'nf_sub','',0),(651,0,'2023-08-20 14:43:25','2023-08-20 09:13:25','','','','publish','closed','closed','','651','','','2023-08-20 14:43:25','2023-08-20 09:13:25','',0,'https://lead.sharpsight.in/nf_sub/651/',0,'nf_sub','',0),(652,0,'2023-08-20 20:52:09','2023-08-20 15:22:09','','','','publish','closed','closed','','652','','','2023-08-20 20:52:09','2023-08-20 15:22:09','',0,'https://lead.sharpsight.in/nf_sub/652/',0,'nf_sub','',0),(653,0,'2023-08-20 22:14:22','2023-08-20 16:44:22','','','','publish','closed','closed','','653','','','2023-08-20 22:14:22','2023-08-20 16:44:22','',0,'https://lead.sharpsight.in/nf_sub/653/',0,'nf_sub','',0),(654,0,'2023-08-20 22:32:21','2023-08-20 17:02:21','','','','publish','closed','closed','','654','','','2023-08-20 22:32:21','2023-08-20 17:02:21','',0,'https://lead.sharpsight.in/nf_sub/654/',0,'nf_sub','',0),(655,0,'2023-08-20 22:49:37','2023-08-20 17:19:37','','','','publish','closed','closed','','655','','','2023-08-20 22:49:37','2023-08-20 17:19:37','',0,'https://lead.sharpsight.in/nf_sub/655/',0,'nf_sub','',0),(656,0,'2023-08-20 23:32:20','2023-08-20 18:02:20','','','','publish','closed','closed','','656','','','2023-08-20 23:32:20','2023-08-20 18:02:20','',0,'https://lead.sharpsight.in/nf_sub/656/',0,'nf_sub','',0),(657,0,'2023-08-21 06:28:11','2023-08-21 00:58:11','','','','publish','closed','closed','','657','','','2023-08-21 06:28:11','2023-08-21 00:58:11','',0,'https://lead.sharpsight.in/nf_sub/657/',0,'nf_sub','',0),(658,0,'2023-08-21 08:16:03','2023-08-21 02:46:03','','','','publish','closed','closed','','658','','','2023-08-21 08:16:03','2023-08-21 02:46:03','',0,'https://lead.sharpsight.in/nf_sub/658/',0,'nf_sub','',0),(659,0,'2023-08-21 08:16:37','2023-08-21 02:46:37','','','','publish','closed','closed','','659','','','2023-08-21 08:16:37','2023-08-21 02:46:37','',0,'https://lead.sharpsight.in/nf_sub/659/',0,'nf_sub','',0),(660,0,'2023-08-21 08:36:33','2023-08-21 03:06:33','','','','publish','closed','closed','','660','','','2023-08-21 08:36:33','2023-08-21 03:06:33','',0,'https://lead.sharpsight.in/nf_sub/660/',0,'nf_sub','',0),(661,0,'2023-08-21 09:01:00','2023-08-21 03:31:00','','','','publish','closed','closed','','661','','','2023-08-21 09:01:00','2023-08-21 03:31:00','',0,'https://lead.sharpsight.in/nf_sub/661/',0,'nf_sub','',0),(662,0,'2023-08-21 10:25:04','2023-08-21 04:55:04','','','','publish','closed','closed','','662','','','2023-08-21 10:25:04','2023-08-21 04:55:04','',0,'https://lead.sharpsight.in/nf_sub/662/',0,'nf_sub','',0),(663,0,'2023-08-21 11:54:43','2023-08-21 06:24:43','','','','publish','closed','closed','','663','','','2023-08-21 11:54:43','2023-08-21 06:24:43','',0,'https://lead.sharpsight.in/nf_sub/663/',0,'nf_sub','',0),(664,0,'2023-08-21 17:28:09','2023-08-21 11:58:09','','','','publish','closed','closed','','664','','','2023-08-21 17:28:09','2023-08-21 11:58:09','',0,'https://lead.sharpsight.in/nf_sub/664/',0,'nf_sub','',0),(665,0,'2023-08-21 22:25:16','2023-08-21 16:55:16','','','','publish','closed','closed','','665','','','2023-08-21 22:25:16','2023-08-21 16:55:16','',0,'https://lead.sharpsight.in/nf_sub/665/',0,'nf_sub','',0),(666,0,'2023-08-22 00:13:56','2023-08-21 18:43:56','','','','publish','closed','closed','','666','','','2023-08-22 00:13:56','2023-08-21 18:43:56','',0,'https://lead.sharpsight.in/nf_sub/666/',0,'nf_sub','',0),(667,0,'2023-08-22 00:27:03','2023-08-21 18:57:03','','','','publish','closed','closed','','667','','','2023-08-22 00:27:03','2023-08-21 18:57:03','',0,'https://lead.sharpsight.in/nf_sub/667/',0,'nf_sub','',0),(668,0,'2023-08-22 10:49:53','2023-08-22 05:19:53','','','','publish','closed','closed','','668','','','2023-08-22 10:49:53','2023-08-22 05:19:53','',0,'https://lead.sharpsight.in/nf_sub/668/',0,'nf_sub','',0),(669,0,'2023-08-22 12:13:02','2023-08-22 06:43:02','','','','publish','closed','closed','','669','','','2023-08-22 12:13:02','2023-08-22 06:43:02','',0,'https://lead.sharpsight.in/nf_sub/669/',0,'nf_sub','',0),(670,0,'2023-08-22 13:45:43','2023-08-22 08:15:43','','','','publish','closed','closed','','670','','','2023-08-22 13:45:43','2023-08-22 08:15:43','',0,'https://lead.sharpsight.in/nf_sub/670/',0,'nf_sub','',0),(671,0,'2023-08-22 15:04:41','2023-08-22 09:34:41','','','','publish','closed','closed','','671','','','2023-08-22 15:04:41','2023-08-22 09:34:41','',0,'https://lead.sharpsight.in/nf_sub/671/',0,'nf_sub','',0),(672,0,'2023-08-22 16:30:01','2023-08-22 11:00:01','','','','publish','closed','closed','','672','','','2023-08-22 16:30:01','2023-08-22 11:00:01','',0,'https://lead.sharpsight.in/nf_sub/672/',0,'nf_sub','',0),(673,0,'2023-08-22 18:22:43','2023-08-22 12:52:43','','','','publish','closed','closed','','673','','','2023-08-22 18:22:43','2023-08-22 12:52:43','',0,'https://lead.sharpsight.in/nf_sub/673/',0,'nf_sub','',0),(674,0,'2023-08-22 19:34:28','2023-08-22 14:04:28','','','','publish','closed','closed','','674','','','2023-08-22 19:34:28','2023-08-22 14:04:28','',0,'https://lead.sharpsight.in/nf_sub/674/',0,'nf_sub','',0),(675,0,'2023-08-22 22:43:37','2023-08-22 17:13:37','','','','publish','closed','closed','','675','','','2023-08-22 22:43:37','2023-08-22 17:13:37','',0,'https://lead.sharpsight.in/nf_sub/675/',0,'nf_sub','',0),(676,0,'2023-08-22 22:43:46','2023-08-22 17:13:46','','','','publish','closed','closed','','676','','','2023-08-22 22:43:46','2023-08-22 17:13:46','',0,'https://lead.sharpsight.in/nf_sub/676/',0,'nf_sub','',0),(677,0,'2023-08-22 22:45:33','2023-08-22 17:15:33','','','','publish','closed','closed','','677','','','2023-08-22 22:45:33','2023-08-22 17:15:33','',0,'https://lead.sharpsight.in/nf_sub/677/',0,'nf_sub','',0),(678,0,'2023-08-22 23:53:46','2023-08-22 18:23:46','','','','publish','closed','closed','','678','','','2023-08-22 23:53:46','2023-08-22 18:23:46','',0,'https://lead.sharpsight.in/nf_sub/678/',0,'nf_sub','',0),(679,0,'2023-08-23 09:07:41','2023-08-23 03:37:41','','','','publish','closed','closed','','679','','','2023-08-23 09:07:41','2023-08-23 03:37:41','',0,'https://lead.sharpsight.in/nf_sub/679/',0,'nf_sub','',0),(680,0,'2023-08-23 10:27:12','2023-08-23 04:57:12','','','','publish','closed','closed','','680','','','2023-08-23 10:27:12','2023-08-23 04:57:12','',0,'https://lead.sharpsight.in/nf_sub/680/',0,'nf_sub','',0),(681,0,'2023-08-23 12:08:02','2023-08-23 06:38:02','','','','publish','closed','closed','','681','','','2023-08-23 12:08:02','2023-08-23 06:38:02','',0,'https://lead.sharpsight.in/nf_sub/681/',0,'nf_sub','',0),(682,0,'2023-08-23 14:00:10','2023-08-23 08:30:10','','','','publish','closed','closed','','682','','','2023-08-23 14:00:10','2023-08-23 08:30:10','',0,'https://lead.sharpsight.in/nf_sub/682/',0,'nf_sub','',0),(683,0,'2023-08-23 17:21:30','2023-08-23 11:51:30','','','','publish','closed','closed','','683','','','2023-08-23 17:21:30','2023-08-23 11:51:30','',0,'https://lead.sharpsight.in/nf_sub/683/',0,'nf_sub','',0),(684,0,'2023-08-23 17:40:47','2023-08-23 12:10:47','','','','publish','closed','closed','','684','','','2023-08-23 17:40:47','2023-08-23 12:10:47','',0,'https://lead.sharpsight.in/nf_sub/684/',0,'nf_sub','',0),(685,0,'2023-08-23 18:12:07','2023-08-23 12:42:07','','','','publish','closed','closed','','685','','','2023-08-23 18:12:07','2023-08-23 12:42:07','',0,'https://lead.sharpsight.in/nf_sub/685/',0,'nf_sub','',0),(686,0,'2023-08-23 19:54:20','2023-08-23 14:24:20','','','','publish','closed','closed','','686','','','2023-08-23 19:54:20','2023-08-23 14:24:20','',0,'https://lead.sharpsight.in/nf_sub/686/',0,'nf_sub','',0),(687,0,'2023-08-23 21:12:55','2023-08-23 15:42:55','','','','publish','closed','closed','','687','','','2023-08-23 21:12:55','2023-08-23 15:42:55','',0,'https://lead.sharpsight.in/nf_sub/687/',0,'nf_sub','',0),(688,0,'2023-08-23 22:11:39','2023-08-23 16:41:39','','','','publish','closed','closed','','688','','','2023-08-23 22:11:39','2023-08-23 16:41:39','',0,'https://lead.sharpsight.in/nf_sub/688/',0,'nf_sub','',0),(689,0,'2023-08-24 21:03:21','2023-08-24 15:33:21','','','','publish','closed','closed','','689','','','2023-08-24 21:03:21','2023-08-24 15:33:21','',0,'https://lead.sharpsight.in/nf_sub/689/',0,'nf_sub','',0),(690,0,'2023-08-24 23:06:13','2023-08-24 17:36:13','','','','publish','closed','closed','','690','','','2023-08-24 23:06:13','2023-08-24 17:36:13','',0,'https://lead.sharpsight.in/nf_sub/690/',0,'nf_sub','',0),(691,0,'2023-08-24 23:24:11','2023-08-24 17:54:11','','','','publish','closed','closed','','691','','','2023-08-24 23:24:11','2023-08-24 17:54:11','',0,'https://lead.sharpsight.in/nf_sub/691/',0,'nf_sub','',0),(692,0,'2023-08-25 07:45:21','2023-08-25 02:15:21','','','','publish','closed','closed','','692','','','2023-08-25 07:45:21','2023-08-25 02:15:21','',0,'https://lead.sharpsight.in/nf_sub/692/',0,'nf_sub','',0),(693,0,'2023-08-25 08:13:22','2023-08-25 02:43:22','','','','publish','closed','closed','','693','','','2023-08-25 08:13:22','2023-08-25 02:43:22','',0,'https://lead.sharpsight.in/nf_sub/693/',0,'nf_sub','',0),(694,0,'2023-08-25 08:18:44','2023-08-25 02:48:44','','','','publish','closed','closed','','694','','','2023-08-25 08:18:44','2023-08-25 02:48:44','',0,'https://lead.sharpsight.in/nf_sub/694/',0,'nf_sub','',0),(695,0,'2023-08-25 18:27:32','2023-08-25 12:57:32','','','','publish','closed','closed','','695','','','2023-08-25 18:27:32','2023-08-25 12:57:32','',0,'https://lead.sharpsight.in/nf_sub/695/',0,'nf_sub','',0),(696,0,'2023-08-25 22:24:31','2023-08-25 16:54:31','','','','publish','closed','closed','','696','','','2023-08-25 22:24:31','2023-08-25 16:54:31','',0,'https://lead.sharpsight.in/nf_sub/696/',0,'nf_sub','',0),(697,0,'2023-08-25 22:27:59','2023-08-25 16:57:59','','','','publish','closed','closed','','697','','','2023-08-25 22:27:59','2023-08-25 16:57:59','',0,'https://lead.sharpsight.in/nf_sub/697/',0,'nf_sub','',0),(698,0,'2023-08-26 08:15:58','2023-08-26 02:45:58','','','','publish','closed','closed','','698','','','2023-08-26 08:15:58','2023-08-26 02:45:58','',0,'https://lead.sharpsight.in/nf_sub/698/',0,'nf_sub','',0),(699,0,'2023-08-26 09:17:41','2023-08-26 03:47:41','','','','publish','closed','closed','','699','','','2023-08-26 09:17:41','2023-08-26 03:47:41','',0,'https://lead.sharpsight.in/nf_sub/699/',0,'nf_sub','',0),(700,0,'2023-08-26 10:38:20','2023-08-26 05:08:20','','','','publish','closed','closed','','700','','','2023-08-26 10:38:20','2023-08-26 05:08:20','',0,'https://lead.sharpsight.in/nf_sub/700/',0,'nf_sub','',0),(701,0,'2023-08-26 12:24:09','2023-08-26 06:54:09','','','','publish','closed','closed','','701','','','2023-08-26 12:24:09','2023-08-26 06:54:09','',0,'https://lead.sharpsight.in/nf_sub/701/',0,'nf_sub','',0),(702,0,'2023-08-26 14:57:05','2023-08-26 09:27:05','','','','publish','closed','closed','','702','','','2023-08-26 14:57:05','2023-08-26 09:27:05','',0,'https://lead.sharpsight.in/nf_sub/702/',0,'nf_sub','',0),(703,0,'2023-08-26 18:14:35','2023-08-26 12:44:35','','','','publish','closed','closed','','703','','','2023-08-26 18:14:35','2023-08-26 12:44:35','',0,'https://lead.sharpsight.in/nf_sub/703/',0,'nf_sub','',0),(704,0,'2023-08-26 19:51:06','2023-08-26 14:21:06','','','','publish','closed','closed','','704','','','2023-08-26 19:51:06','2023-08-26 14:21:06','',0,'https://lead.sharpsight.in/nf_sub/704/',0,'nf_sub','',0),(705,0,'2023-08-26 20:14:10','2023-08-26 14:44:10','','','','publish','closed','closed','','705','','','2023-08-26 20:14:10','2023-08-26 14:44:10','',0,'https://lead.sharpsight.in/nf_sub/705/',0,'nf_sub','',0),(706,0,'2023-08-26 22:01:11','2023-08-26 16:31:11','','','','publish','closed','closed','','706','','','2023-08-26 22:01:11','2023-08-26 16:31:11','',0,'https://lead.sharpsight.in/nf_sub/706/',0,'nf_sub','',0),(707,0,'2023-08-26 22:04:53','2023-08-26 16:34:53','','','','publish','closed','closed','','707','','','2023-08-26 22:04:53','2023-08-26 16:34:53','',0,'https://lead.sharpsight.in/nf_sub/707/',0,'nf_sub','',0),(708,0,'2023-08-26 22:19:43','2023-08-26 16:49:43','','','','publish','closed','closed','','708','','','2023-08-26 22:19:43','2023-08-26 16:49:43','',0,'https://lead.sharpsight.in/nf_sub/708/',0,'nf_sub','',0),(709,0,'2023-08-26 22:25:20','2023-08-26 16:55:20','','','','publish','closed','closed','','709','','','2023-08-26 22:25:20','2023-08-26 16:55:20','',0,'https://lead.sharpsight.in/nf_sub/709/',0,'nf_sub','',0),(710,0,'2023-08-26 22:53:41','2023-08-26 17:23:41','','','','publish','closed','closed','','710','','','2023-08-26 22:53:41','2023-08-26 17:23:41','',0,'https://lead.sharpsight.in/nf_sub/710/',0,'nf_sub','',0),(711,0,'2023-08-26 23:51:40','2023-08-26 18:21:40','','','','publish','closed','closed','','711','','','2023-08-26 23:51:40','2023-08-26 18:21:40','',0,'https://lead.sharpsight.in/nf_sub/711/',0,'nf_sub','',0),(712,0,'2023-08-27 03:17:09','2023-08-26 21:47:09','','','','publish','closed','closed','','712','','','2023-08-27 03:17:09','2023-08-26 21:47:09','',0,'https://lead.sharpsight.in/nf_sub/712/',0,'nf_sub','',0),(713,0,'2023-08-27 06:54:22','2023-08-27 01:24:22','','','','publish','closed','closed','','713','','','2023-08-27 06:54:22','2023-08-27 01:24:22','',0,'https://lead.sharpsight.in/nf_sub/713/',0,'nf_sub','',0),(714,0,'2023-08-27 10:32:00','2023-08-27 05:02:00','','','','publish','closed','closed','','714','','','2023-08-27 10:32:00','2023-08-27 05:02:00','',0,'https://lead.sharpsight.in/nf_sub/714/',0,'nf_sub','',0),(715,0,'2023-08-27 11:31:47','2023-08-27 06:01:47','','','','publish','closed','closed','','715','','','2023-08-27 11:31:47','2023-08-27 06:01:47','',0,'https://lead.sharpsight.in/nf_sub/715/',0,'nf_sub','',0),(716,0,'2023-08-27 12:15:54','2023-08-27 06:45:54','','','','publish','closed','closed','','716','','','2023-08-27 12:15:54','2023-08-27 06:45:54','',0,'https://lead.sharpsight.in/nf_sub/716/',0,'nf_sub','',0),(717,0,'2023-08-27 15:36:36','2023-08-27 10:06:36','','','','publish','closed','closed','','717','','','2023-08-27 15:36:36','2023-08-27 10:06:36','',0,'https://lead.sharpsight.in/nf_sub/717/',0,'nf_sub','',0),(718,0,'2023-08-27 22:16:30','2023-08-27 16:46:30','','','','publish','closed','closed','','718','','','2023-08-27 22:16:30','2023-08-27 16:46:30','',0,'https://lead.sharpsight.in/nf_sub/718/',0,'nf_sub','',0),(719,0,'2023-08-28 08:28:09','2023-08-28 02:58:09','','','','publish','closed','closed','','719','','','2023-08-28 08:28:09','2023-08-28 02:58:09','',0,'https://lead.sharpsight.in/nf_sub/719/',0,'nf_sub','',0),(720,0,'2023-08-28 08:49:21','2023-08-28 03:19:21','','','','publish','closed','closed','','720','','','2023-08-28 08:49:21','2023-08-28 03:19:21','',0,'https://lead.sharpsight.in/nf_sub/720/',0,'nf_sub','',0),(721,0,'2023-08-28 10:51:46','2023-08-28 05:21:46','','','','publish','closed','closed','','721','','','2023-08-28 10:51:46','2023-08-28 05:21:46','',0,'https://lead.sharpsight.in/nf_sub/721/',0,'nf_sub','',0),(722,0,'2023-08-28 11:02:59','2023-08-28 05:32:59','','','','publish','closed','closed','','722','','','2023-08-28 11:02:59','2023-08-28 05:32:59','',0,'https://lead.sharpsight.in/nf_sub/722/',0,'nf_sub','',0),(723,0,'2023-08-28 13:41:45','2023-08-28 08:11:45','','','','publish','closed','closed','','723','','','2023-08-28 13:41:45','2023-08-28 08:11:45','',0,'https://lead.sharpsight.in/nf_sub/723/',0,'nf_sub','',0),(724,0,'2023-08-28 15:00:33','2023-08-28 09:30:33','','','','publish','closed','closed','','724','','','2023-08-28 15:00:33','2023-08-28 09:30:33','',0,'https://lead.sharpsight.in/nf_sub/724/',0,'nf_sub','',0),(725,0,'2023-08-28 15:06:29','2023-08-28 09:36:29','','','','publish','closed','closed','','725','','','2023-08-28 15:06:29','2023-08-28 09:36:29','',0,'https://lead.sharpsight.in/nf_sub/725/',0,'nf_sub','',0),(726,0,'2023-08-28 16:50:19','2023-08-28 11:20:19','','','','publish','closed','closed','','726','','','2023-08-28 16:50:19','2023-08-28 11:20:19','',0,'https://lead.sharpsight.in/nf_sub/726/',0,'nf_sub','',0),(727,0,'2023-08-28 17:42:58','2023-08-28 12:12:58','','','','publish','closed','closed','','727','','','2023-08-28 17:42:58','2023-08-28 12:12:58','',0,'https://lead.sharpsight.in/nf_sub/727/',0,'nf_sub','',0),(728,0,'2023-08-28 18:20:22','2023-08-28 12:50:22','','','','publish','closed','closed','','728','','','2023-08-28 18:20:22','2023-08-28 12:50:22','',0,'https://lead.sharpsight.in/nf_sub/728/',0,'nf_sub','',0),(729,0,'2023-08-28 19:21:56','2023-08-28 13:51:56','','','','publish','closed','closed','','729','','','2023-08-28 19:21:56','2023-08-28 13:51:56','',0,'https://lead.sharpsight.in/nf_sub/729/',0,'nf_sub','',0),(730,0,'2023-08-28 19:26:42','2023-08-28 13:56:42','','','','publish','closed','closed','','730','','','2023-08-28 19:26:42','2023-08-28 13:56:42','',0,'https://lead.sharpsight.in/nf_sub/730/',0,'nf_sub','',0),(731,0,'2023-08-28 20:25:48','2023-08-28 14:55:48','','','','publish','closed','closed','','731','','','2023-08-28 20:25:48','2023-08-28 14:55:48','',0,'https://lead.sharpsight.in/nf_sub/731/',0,'nf_sub','',0),(732,0,'2023-08-28 22:23:29','2023-08-28 16:53:29','','','','publish','closed','closed','','732','','','2023-08-28 22:23:29','2023-08-28 16:53:29','',0,'https://lead.sharpsight.in/nf_sub/732/',0,'nf_sub','',0),(733,0,'2023-08-28 22:25:34','2023-08-28 16:55:34','','','','publish','closed','closed','','733','','','2023-08-28 22:25:34','2023-08-28 16:55:34','',0,'https://lead.sharpsight.in/nf_sub/733/',0,'nf_sub','',0),(734,0,'2023-08-28 22:41:30','2023-08-28 17:11:30','','','','publish','closed','closed','','734','','','2023-08-28 22:41:30','2023-08-28 17:11:30','',0,'https://lead.sharpsight.in/nf_sub/734/',0,'nf_sub','',0),(735,0,'2023-08-28 22:51:14','2023-08-28 17:21:14','','','','publish','closed','closed','','735','','','2023-08-28 22:51:14','2023-08-28 17:21:14','',0,'https://lead.sharpsight.in/nf_sub/735/',0,'nf_sub','',0),(736,0,'2023-08-28 23:09:49','2023-08-28 17:39:49','','','','publish','closed','closed','','736','','','2023-08-28 23:09:49','2023-08-28 17:39:49','',0,'https://lead.sharpsight.in/nf_sub/736/',0,'nf_sub','',0),(737,0,'2023-08-28 23:33:01','2023-08-28 18:03:01','','','','publish','closed','closed','','737','','','2023-08-28 23:33:01','2023-08-28 18:03:01','',0,'https://lead.sharpsight.in/nf_sub/737/',0,'nf_sub','',0),(738,0,'2023-08-28 23:40:15','2023-08-28 18:10:15','','','','publish','closed','closed','','738','','','2023-08-28 23:40:15','2023-08-28 18:10:15','',0,'https://lead.sharpsight.in/nf_sub/738/',0,'nf_sub','',0),(739,0,'2023-08-29 01:41:04','2023-08-28 20:11:04','','','','publish','closed','closed','','739','','','2023-08-29 01:41:04','2023-08-28 20:11:04','',0,'https://lead.sharpsight.in/nf_sub/739/',0,'nf_sub','',0),(740,0,'2023-08-29 01:43:52','2023-08-28 20:13:52','','','','publish','closed','closed','','740','','','2023-08-29 01:43:52','2023-08-28 20:13:52','',0,'https://lead.sharpsight.in/nf_sub/740/',0,'nf_sub','',0),(741,0,'2023-08-29 08:34:25','2023-08-29 03:04:25','','','','publish','closed','closed','','741','','','2023-08-29 08:34:25','2023-08-29 03:04:25','',0,'https://lead.sharpsight.in/nf_sub/741/',0,'nf_sub','',0),(742,0,'2023-08-29 11:10:17','2023-08-29 05:40:17','','','','publish','closed','closed','','742','','','2023-08-29 11:10:17','2023-08-29 05:40:17','',0,'https://lead.sharpsight.in/nf_sub/742/',0,'nf_sub','',0),(743,0,'2023-08-29 13:37:10','2023-08-29 08:07:10','','','','publish','closed','closed','','743','','','2023-08-29 13:37:10','2023-08-29 08:07:10','',0,'https://lead.sharpsight.in/nf_sub/743/',0,'nf_sub','',0),(744,0,'2023-08-29 13:54:27','2023-08-29 08:24:27','','','','publish','closed','closed','','744','','','2023-08-29 13:54:27','2023-08-29 08:24:27','',0,'https://lead.sharpsight.in/nf_sub/744/',0,'nf_sub','',0),(745,0,'2023-08-29 14:03:53','2023-08-29 08:33:53','','','','publish','closed','closed','','745','','','2023-08-29 14:03:53','2023-08-29 08:33:53','',0,'https://lead.sharpsight.in/nf_sub/745/',0,'nf_sub','',0),(746,0,'2023-08-29 16:38:20','2023-08-29 11:08:20','','','','publish','closed','closed','','746','','','2023-08-29 16:38:20','2023-08-29 11:08:20','',0,'https://lead.sharpsight.in/nf_sub/746/',0,'nf_sub','',0),(747,0,'2023-08-29 16:53:33','2023-08-29 11:23:33','','','','publish','closed','closed','','747','','','2023-08-29 16:53:33','2023-08-29 11:23:33','',0,'https://lead.sharpsight.in/nf_sub/747/',0,'nf_sub','',0),(748,0,'2023-08-29 17:33:55','2023-08-29 12:03:55','','','','publish','closed','closed','','748','','','2023-08-29 17:33:55','2023-08-29 12:03:55','',0,'https://lead.sharpsight.in/nf_sub/748/',0,'nf_sub','',0),(749,0,'2023-08-29 18:03:08','2023-08-29 12:33:08','','','','publish','closed','closed','','749','','','2023-08-29 18:03:08','2023-08-29 12:33:08','',0,'https://lead.sharpsight.in/nf_sub/749/',0,'nf_sub','',0),(750,0,'2023-08-29 20:04:42','2023-08-29 14:34:42','','','','publish','closed','closed','','750','','','2023-08-29 20:04:42','2023-08-29 14:34:42','',0,'https://lead.sharpsight.in/nf_sub/750/',0,'nf_sub','',0),(751,0,'2023-08-29 22:59:26','2023-08-29 17:29:26','','','','publish','closed','closed','','751','','','2023-08-29 22:59:26','2023-08-29 17:29:26','',0,'https://lead.sharpsight.in/nf_sub/751/',0,'nf_sub','',0),(752,0,'2023-08-30 03:26:58','2023-08-29 21:56:58','','','','publish','closed','closed','','752','','','2023-08-30 03:26:58','2023-08-29 21:56:58','',0,'https://lead.sharpsight.in/nf_sub/752/',0,'nf_sub','',0),(753,0,'2023-08-31 13:37:42','2023-08-31 08:07:42','','','','publish','closed','closed','','753','','','2023-08-31 13:37:42','2023-08-31 08:07:42','',0,'https://lead.sharpsight.in/nf_sub/753/',0,'nf_sub','',0),(754,0,'2023-08-31 15:55:31','2023-08-31 10:25:31','','','','publish','closed','closed','','754','','','2023-08-31 15:55:31','2023-08-31 10:25:31','',0,'https://lead.sharpsight.in/nf_sub/754/',0,'nf_sub','',0),(755,0,'2023-08-31 23:49:02','2023-08-31 18:19:02','','','','publish','closed','closed','','755','','','2023-08-31 23:49:02','2023-08-31 18:19:02','',0,'https://lead.sharpsight.in/nf_sub/755/',0,'nf_sub','',0),(756,0,'2023-09-01 08:46:08','2023-09-01 03:16:08','','','','publish','closed','closed','','756','','','2023-09-01 08:46:08','2023-09-01 03:16:08','',0,'https://lead.sharpsight.in/nf_sub/756/',0,'nf_sub','',0),(757,0,'2023-09-01 13:43:31','2023-09-01 08:13:31','','','','publish','closed','closed','','757','','','2023-09-01 13:43:31','2023-09-01 08:13:31','',0,'https://lead.sharpsight.in/nf_sub/757/',0,'nf_sub','',0),(758,0,'2023-09-01 16:00:53','2023-09-01 10:30:53','','','','publish','closed','closed','','758','','','2023-09-01 16:00:53','2023-09-01 10:30:53','',0,'https://lead.sharpsight.in/nf_sub/758/',0,'nf_sub','',0),(759,0,'2023-09-01 21:03:59','2023-09-01 15:33:59','','','','publish','closed','closed','','759','','','2023-09-01 21:03:59','2023-09-01 15:33:59','',0,'https://lead.sharpsight.in/nf_sub/759/',0,'nf_sub','',0),(760,0,'2023-09-01 22:22:03','2023-09-01 16:52:03','','','','publish','closed','closed','','760','','','2023-09-01 22:22:03','2023-09-01 16:52:03','',0,'https://lead.sharpsight.in/nf_sub/760/',0,'nf_sub','',0),(761,0,'2023-09-01 22:55:13','2023-09-01 17:25:13','','','','publish','closed','closed','','761','','','2023-09-01 22:55:13','2023-09-01 17:25:13','',0,'https://lead.sharpsight.in/nf_sub/761/',0,'nf_sub','',0),(762,0,'2023-09-01 23:40:59','2023-09-01 18:10:59','','','','publish','closed','closed','','762','','','2023-09-01 23:40:59','2023-09-01 18:10:59','',0,'https://lead.sharpsight.in/nf_sub/762/',0,'nf_sub','',0),(763,0,'2023-09-02 07:42:28','2023-09-02 02:12:28','','','','publish','closed','closed','','763','','','2023-09-02 07:42:28','2023-09-02 02:12:28','',0,'https://lead.sharpsight.in/nf_sub/763/',0,'nf_sub','',0),(764,0,'2023-09-02 22:08:42','2023-09-02 16:38:42','','','','publish','closed','closed','','764','','','2023-09-02 22:08:42','2023-09-02 16:38:42','',0,'https://lead.sharpsight.in/nf_sub/764/',0,'nf_sub','',0),(765,0,'2023-09-03 08:56:05','2023-09-03 03:26:05','','','','publish','closed','closed','','765','','','2023-09-03 08:56:05','2023-09-03 03:26:05','',0,'https://lead.sharpsight.in/nf_sub/765/',0,'nf_sub','',0),(766,0,'2023-09-03 10:10:17','2023-09-03 04:40:17','','','','publish','closed','closed','','766','','','2023-09-03 10:10:17','2023-09-03 04:40:17','',0,'https://lead.sharpsight.in/nf_sub/766/',0,'nf_sub','',0),(767,0,'2023-09-03 17:15:31','2023-09-03 11:45:31','','','','publish','closed','closed','','767','','','2023-09-03 17:15:31','2023-09-03 11:45:31','',0,'https://lead.sharpsight.in/nf_sub/767/',0,'nf_sub','',0),(768,0,'2023-09-03 19:34:42','2023-09-03 14:04:42','','','','publish','closed','closed','','768','','','2023-09-03 19:34:42','2023-09-03 14:04:42','',0,'https://lead.sharpsight.in/nf_sub/768/',0,'nf_sub','',0),(769,0,'2023-09-03 20:21:04','2023-09-03 14:51:04','','','','publish','closed','closed','','769','','','2023-09-03 20:21:04','2023-09-03 14:51:04','',0,'https://lead.sharpsight.in/nf_sub/769/',0,'nf_sub','',0),(770,0,'2023-09-03 23:01:51','2023-09-03 17:31:51','','','','publish','closed','closed','','770','','','2023-09-03 23:01:51','2023-09-03 17:31:51','',0,'https://lead.sharpsight.in/nf_sub/770/',0,'nf_sub','',0),(771,0,'2023-09-03 23:38:04','2023-09-03 18:08:04','','','','publish','closed','closed','','771','','','2023-09-03 23:38:04','2023-09-03 18:08:04','',0,'https://lead.sharpsight.in/nf_sub/771/',0,'nf_sub','',0),(772,0,'2023-09-03 23:41:38','2023-09-03 18:11:38','','','','publish','closed','closed','','772','','','2023-09-03 23:41:38','2023-09-03 18:11:38','',0,'https://lead.sharpsight.in/nf_sub/772/',0,'nf_sub','',0),(773,0,'2023-09-04 00:44:15','2023-09-03 19:14:15','','','','publish','closed','closed','','773','','','2023-09-04 00:44:15','2023-09-03 19:14:15','',0,'https://lead.sharpsight.in/nf_sub/773/',0,'nf_sub','',0),(774,0,'2023-09-04 01:36:49','2023-09-03 20:06:49','','','','publish','closed','closed','','774','','','2023-09-04 01:36:49','2023-09-03 20:06:49','',0,'https://lead.sharpsight.in/nf_sub/774/',0,'nf_sub','',0),(775,0,'2023-09-04 01:38:31','2023-09-03 20:08:31','','','','publish','closed','closed','','775','','','2023-09-04 01:38:31','2023-09-03 20:08:31','',0,'https://lead.sharpsight.in/nf_sub/775/',0,'nf_sub','',0),(776,0,'2023-09-04 07:47:45','2023-09-04 02:17:45','','','','publish','closed','closed','','776','','','2023-09-04 07:47:45','2023-09-04 02:17:45','',0,'https://lead.sharpsight.in/nf_sub/776/',0,'nf_sub','',0),(777,0,'2023-09-04 08:47:37','2023-09-04 03:17:37','','','','publish','closed','closed','','777','','','2023-09-04 08:47:37','2023-09-04 03:17:37','',0,'https://lead.sharpsight.in/nf_sub/777/',0,'nf_sub','',0),(778,0,'2023-09-04 22:15:46','2023-09-04 16:45:46','','','','publish','closed','closed','','778','','','2023-09-04 22:15:46','2023-09-04 16:45:46','',0,'https://lead.sharpsight.in/nf_sub/778/',0,'nf_sub','',0),(779,0,'2023-09-04 23:31:56','2023-09-04 18:01:56','','','','publish','closed','closed','','779','','','2023-09-04 23:31:56','2023-09-04 18:01:56','',0,'https://lead.sharpsight.in/nf_sub/779/',0,'nf_sub','',0),(780,0,'2023-09-05 08:00:29','2023-09-05 02:30:29','','','','publish','closed','closed','','780','','','2023-09-05 08:00:29','2023-09-05 02:30:29','',0,'https://lead.sharpsight.in/nf_sub/780/',0,'nf_sub','',0),(781,0,'2023-09-05 08:19:29','2023-09-05 02:49:29','','','','publish','closed','closed','','781','','','2023-09-05 08:19:29','2023-09-05 02:49:29','',0,'https://lead.sharpsight.in/nf_sub/781/',0,'nf_sub','',0),(782,0,'2023-09-05 09:47:25','2023-09-05 04:17:25','','','','publish','closed','closed','','782','','','2023-09-05 09:47:25','2023-09-05 04:17:25','',0,'https://lead.sharpsight.in/nf_sub/782/',0,'nf_sub','',0),(783,0,'2023-09-05 18:53:13','2023-09-05 13:23:13','','','','publish','closed','closed','','783','','','2023-09-05 18:53:13','2023-09-05 13:23:13','',0,'https://lead.sharpsight.in/nf_sub/783/',0,'nf_sub','',0),(784,0,'2023-09-05 23:04:40','2023-09-05 17:34:40','','','','publish','closed','closed','','784','','','2023-09-05 23:04:40','2023-09-05 17:34:40','',0,'https://lead.sharpsight.in/nf_sub/784/',0,'nf_sub','',0),(785,0,'2023-09-06 08:32:24','2023-09-06 03:02:24','','','','publish','closed','closed','','785','','','2023-09-06 08:32:24','2023-09-06 03:02:24','',0,'https://lead.sharpsight.in/nf_sub/785/',0,'nf_sub','',0),(786,0,'2023-09-06 08:54:59','2023-09-06 03:24:59','','','','publish','closed','closed','','786','','','2023-09-06 08:54:59','2023-09-06 03:24:59','',0,'https://lead.sharpsight.in/nf_sub/786/',0,'nf_sub','',0),(787,0,'2023-09-06 10:05:54','2023-09-06 04:35:54','','','','publish','closed','closed','','787','','','2023-09-06 10:05:54','2023-09-06 04:35:54','',0,'https://lead.sharpsight.in/nf_sub/787/',0,'nf_sub','',0),(788,0,'2023-09-06 10:06:47','2023-09-06 04:36:47','','','','publish','closed','closed','','788','','','2023-09-06 10:06:47','2023-09-06 04:36:47','',0,'https://lead.sharpsight.in/nf_sub/788/',0,'nf_sub','',0),(789,0,'2023-09-06 17:43:05','2023-09-06 12:13:05','','','','publish','closed','closed','','789','','','2023-09-06 17:43:05','2023-09-06 12:13:05','',0,'https://lead.sharpsight.in/nf_sub/789/',0,'nf_sub','',0),(790,0,'2023-09-07 06:47:26','2023-09-07 01:17:26','','','','publish','closed','closed','','790','','','2023-09-07 06:47:26','2023-09-07 01:17:26','',0,'https://lead.sharpsight.in/nf_sub/790/',0,'nf_sub','',0),(791,0,'2023-09-07 07:20:50','2023-09-07 01:50:50','','','','publish','closed','closed','','791','','','2023-09-07 07:20:50','2023-09-07 01:50:50','',0,'https://lead.sharpsight.in/nf_sub/791/',0,'nf_sub','',0),(792,0,'2023-09-07 08:53:06','2023-09-07 03:23:06','','','','publish','closed','closed','','792','','','2023-09-07 08:53:06','2023-09-07 03:23:06','',0,'https://lead.sharpsight.in/nf_sub/792/',0,'nf_sub','',0),(793,0,'2023-09-07 11:33:09','2023-09-07 06:03:09','','','','publish','closed','closed','','793','','','2023-09-07 11:33:09','2023-09-07 06:03:09','',0,'https://lead.sharpsight.in/nf_sub/793/',0,'nf_sub','',0),(794,0,'2023-09-08 08:03:39','2023-09-08 02:33:39','','','','publish','closed','closed','','794','','','2023-09-08 08:03:39','2023-09-08 02:33:39','',0,'https://lead.sharpsight.in/nf_sub/794/',0,'nf_sub','',0),(795,0,'2023-09-08 09:05:19','2023-09-08 03:35:19','','','','publish','closed','closed','','795','','','2023-09-08 09:05:19','2023-09-08 03:35:19','',0,'https://lead.sharpsight.in/nf_sub/795/',0,'nf_sub','',0),(796,0,'2023-09-09 06:06:51','2023-09-09 00:36:51','','','','publish','closed','closed','','796','','','2023-09-09 06:06:51','2023-09-09 00:36:51','',0,'https://lead.sharpsight.in/nf_sub/796/',0,'nf_sub','',0),(797,0,'2023-09-09 08:28:25','2023-09-09 02:58:25','','','','publish','closed','closed','','797','','','2023-09-09 08:28:25','2023-09-09 02:58:25','',0,'https://lead.sharpsight.in/nf_sub/797/',0,'nf_sub','',0),(798,0,'2023-09-10 08:36:48','2023-09-10 03:06:48','','','','publish','closed','closed','','798','','','2023-09-10 08:36:48','2023-09-10 03:06:48','',0,'https://lead.sharpsight.in/nf_sub/798/',0,'nf_sub','',0),(799,0,'2023-09-10 23:22:45','2023-09-10 17:52:45','','','','publish','closed','closed','','799','','','2023-09-10 23:22:45','2023-09-10 17:52:45','',0,'https://lead.sharpsight.in/nf_sub/799/',0,'nf_sub','',0),(800,0,'2023-09-10 23:39:06','2023-09-10 18:09:06','','','','publish','closed','closed','','800','','','2023-09-10 23:39:06','2023-09-10 18:09:06','',0,'https://lead.sharpsight.in/nf_sub/800/',0,'nf_sub','',0),(801,0,'2023-09-11 06:54:53','2023-09-11 01:24:53','','','','publish','closed','closed','','801','','','2023-09-11 06:54:53','2023-09-11 01:24:53','',0,'https://lead.sharpsight.in/nf_sub/801/',0,'nf_sub','',0),(802,0,'2023-09-11 08:00:06','2023-09-11 02:30:06','','','','publish','closed','closed','','802','','','2023-09-11 08:00:06','2023-09-11 02:30:06','',0,'https://lead.sharpsight.in/nf_sub/802/',0,'nf_sub','',0),(803,0,'2023-09-11 08:21:11','2023-09-11 02:51:11','','','','publish','closed','closed','','803','','','2023-09-11 08:21:11','2023-09-11 02:51:11','',0,'https://lead.sharpsight.in/nf_sub/803/',0,'nf_sub','',0),(804,0,'2023-09-11 13:57:30','2023-09-11 08:27:30','','','','publish','closed','closed','','804','','','2023-09-11 13:57:30','2023-09-11 08:27:30','',0,'https://lead.sharpsight.in/nf_sub/804/',0,'nf_sub','',0),(805,0,'2023-09-12 01:34:55','2023-09-11 20:04:55','','','','publish','closed','closed','','805','','','2023-09-12 01:34:55','2023-09-11 20:04:55','',0,'https://lead.sharpsight.in/nf_sub/805/',0,'nf_sub','',0),(806,0,'2023-09-12 01:35:34','2023-09-11 20:05:34','','','','publish','closed','closed','','806','','','2023-09-12 01:35:34','2023-09-11 20:05:34','',0,'https://lead.sharpsight.in/nf_sub/806/',0,'nf_sub','',0),(807,0,'2023-09-12 07:36:13','2023-09-12 02:06:13','','','','publish','closed','closed','','807','','','2023-09-12 07:36:13','2023-09-12 02:06:13','',0,'https://lead.sharpsight.in/nf_sub/807/',0,'nf_sub','',0),(808,0,'2023-09-12 08:31:23','2023-09-12 03:01:23','','','','publish','closed','closed','','808','','','2023-09-12 08:31:23','2023-09-12 03:01:23','',0,'https://lead.sharpsight.in/nf_sub/808/',0,'nf_sub','',0),(809,0,'2023-09-12 08:47:26','2023-09-12 03:17:26','','','','publish','closed','closed','','809','','','2023-09-12 08:47:26','2023-09-12 03:17:26','',0,'https://lead.sharpsight.in/nf_sub/809/',0,'nf_sub','',0),(810,0,'2023-09-12 08:52:38','2023-09-12 03:22:38','','','','publish','closed','closed','','810','','','2023-09-12 08:52:38','2023-09-12 03:22:38','',0,'https://lead.sharpsight.in/nf_sub/810/',0,'nf_sub','',0),(811,0,'2023-09-12 08:55:16','2023-09-12 03:25:16','','','','publish','closed','closed','','811','','','2023-09-12 08:55:16','2023-09-12 03:25:16','',0,'https://lead.sharpsight.in/nf_sub/811/',0,'nf_sub','',0),(812,0,'2023-09-12 10:20:23','2023-09-12 04:50:23','','','','publish','closed','closed','','812','','','2023-09-12 10:20:23','2023-09-12 04:50:23','',0,'https://lead.sharpsight.in/nf_sub/812/',0,'nf_sub','',0),(813,0,'2023-09-12 18:00:31','2023-09-12 12:30:31','','','','publish','closed','closed','','813','','','2023-09-12 18:00:31','2023-09-12 12:30:31','',0,'https://lead.sharpsight.in/nf_sub/813/',0,'nf_sub','',0),(814,0,'2023-09-12 22:28:10','2023-09-12 16:58:10','','','','publish','closed','closed','','814','','','2023-09-12 22:28:10','2023-09-12 16:58:10','',0,'https://lead.sharpsight.in/nf_sub/814/',0,'nf_sub','',0),(815,0,'2023-09-12 22:28:16','2023-09-12 16:58:16','','','','publish','closed','closed','','815','','','2023-09-12 22:28:16','2023-09-12 16:58:16','',0,'https://lead.sharpsight.in/nf_sub/815/',0,'nf_sub','',0),(816,0,'2023-09-12 23:01:41','2023-09-12 17:31:41','','','','publish','closed','closed','','816','','','2023-09-12 23:01:41','2023-09-12 17:31:41','',0,'https://lead.sharpsight.in/nf_sub/816/',0,'nf_sub','',0),(817,0,'2023-09-13 08:19:39','2023-09-13 02:49:39','','','','publish','closed','closed','','817','','','2023-09-13 08:19:39','2023-09-13 02:49:39','',0,'https://lead.sharpsight.in/nf_sub/817/',0,'nf_sub','',0),(818,0,'2023-09-13 12:55:00','2023-09-13 07:25:00','','','','publish','closed','closed','','818','','','2023-09-13 12:55:00','2023-09-13 07:25:00','',0,'https://lead.sharpsight.in/nf_sub/818/',0,'nf_sub','',0),(819,0,'2023-09-13 15:07:56','2023-09-13 09:37:56','','','','publish','closed','closed','','819','','','2023-09-13 15:07:56','2023-09-13 09:37:56','',0,'https://lead.sharpsight.in/nf_sub/819/',0,'nf_sub','',0),(820,0,'2023-09-13 22:37:45','2023-09-13 17:07:45','','','','publish','closed','closed','','820','','','2023-09-13 22:37:45','2023-09-13 17:07:45','',0,'https://lead.sharpsight.in/nf_sub/820/',0,'nf_sub','',0),(821,0,'2023-09-14 07:36:12','2023-09-14 02:06:12','','','','publish','closed','closed','','821','','','2023-09-14 07:36:12','2023-09-14 02:06:12','',0,'https://lead.sharpsight.in/nf_sub/821/',0,'nf_sub','',0),(822,0,'2023-09-14 08:21:03','2023-09-14 02:51:03','','','','publish','closed','closed','','822','','','2023-09-14 08:21:03','2023-09-14 02:51:03','',0,'https://lead.sharpsight.in/nf_sub/822/',0,'nf_sub','',0),(823,0,'2023-09-15 08:55:54','2023-09-15 03:25:54','','','','publish','closed','closed','','823','','','2023-09-15 08:55:54','2023-09-15 03:25:54','',0,'https://lead.sharpsight.in/nf_sub/823/',0,'nf_sub','',0),(824,0,'2023-09-15 15:15:16','2023-09-15 09:45:16','','','','publish','closed','closed','','824','','','2023-09-15 15:15:16','2023-09-15 09:45:16','',0,'https://lead.sharpsight.in/nf_sub/824/',0,'nf_sub','',0),(825,0,'2023-09-15 22:37:45','2023-09-15 17:07:45','','','','publish','closed','closed','','825','','','2023-09-15 22:37:45','2023-09-15 17:07:45','',0,'https://lead.sharpsight.in/nf_sub/825/',0,'nf_sub','',0),(826,0,'2023-09-15 23:44:43','2023-09-15 18:14:43','','','','publish','closed','closed','','826','','','2023-09-15 23:44:43','2023-09-15 18:14:43','',0,'https://lead.sharpsight.in/nf_sub/826/',0,'nf_sub','',0),(827,0,'2023-09-16 08:22:34','2023-09-16 02:52:34','','','','publish','closed','closed','','827','','','2023-09-16 08:22:34','2023-09-16 02:52:34','',0,'https://lead.sharpsight.in/nf_sub/827/',0,'nf_sub','',0),(828,0,'2023-09-16 08:39:38','2023-09-16 03:09:38','','','','publish','closed','closed','','828','','','2023-09-16 08:39:38','2023-09-16 03:09:38','',0,'https://lead.sharpsight.in/nf_sub/828/',0,'nf_sub','',0),(829,0,'2023-09-16 08:54:06','2023-09-16 03:24:06','','','','publish','closed','closed','','829','','','2023-09-16 08:54:06','2023-09-16 03:24:06','',0,'https://lead.sharpsight.in/nf_sub/829/',0,'nf_sub','',0),(830,0,'2023-09-16 08:57:52','2023-09-16 03:27:52','','','','publish','closed','closed','','830','','','2023-09-16 08:57:52','2023-09-16 03:27:52','',0,'https://lead.sharpsight.in/nf_sub/830/',0,'nf_sub','',0),(831,0,'2023-09-16 17:37:27','2023-09-16 12:07:27','','','','publish','closed','closed','','831','','','2023-09-16 17:37:27','2023-09-16 12:07:27','',0,'https://lead.sharpsight.in/nf_sub/831/',0,'nf_sub','',0),(832,0,'2023-09-17 00:53:58','2023-09-16 19:23:58','','','','publish','closed','closed','','832','','','2023-09-17 00:53:58','2023-09-16 19:23:58','',0,'https://lead.sharpsight.in/nf_sub/832/',0,'nf_sub','',0),(833,0,'2023-09-17 08:45:49','2023-09-17 03:15:49','','','','publish','closed','closed','','833','','','2023-09-17 08:45:49','2023-09-17 03:15:49','',0,'https://lead.sharpsight.in/nf_sub/833/',0,'nf_sub','',0),(834,0,'2023-09-17 22:01:04','2023-09-17 16:31:04','','','','publish','closed','closed','','834','','','2023-09-17 22:01:04','2023-09-17 16:31:04','',0,'https://lead.sharpsight.in/nf_sub/834/',0,'nf_sub','',0),(835,0,'2023-09-18 00:27:01','2023-09-17 18:57:01','','','','publish','closed','closed','','835','','','2023-09-18 00:27:01','2023-09-17 18:57:01','',0,'https://lead.sharpsight.in/nf_sub/835/',0,'nf_sub','',0),(836,0,'2023-09-18 01:13:52','2023-09-17 19:43:52','','','','publish','closed','closed','','836','','','2023-09-18 01:13:52','2023-09-17 19:43:52','',0,'https://lead.sharpsight.in/nf_sub/836/',0,'nf_sub','',0),(837,0,'2023-09-19 12:57:01','2023-09-19 07:27:01','','','','publish','closed','closed','','837','','','2023-09-19 12:57:01','2023-09-19 07:27:01','',0,'https://lead.sharpsight.in/nf_sub/837/',0,'nf_sub','',0),(838,0,'2023-09-19 13:00:26','2023-09-19 07:30:26','','','','publish','closed','closed','','838','','','2023-09-19 13:00:26','2023-09-19 07:30:26','',0,'https://lead.sharpsight.in/nf_sub/838/',0,'nf_sub','',0),(839,1,'2023-09-19 13:10:55','2023-09-19 07:40:55','','','','trash','closed','closed','','839__trashed','','','2023-09-19 13:34:57','2023-09-19 08:04:57','',0,'https://lead.sharpsight.in/nf_sub/839/',0,'nf_sub','',0),(840,1,'2023-09-19 13:36:43','2023-09-19 08:06:43','','','','publish','closed','closed','','840','','','2023-09-19 13:36:43','2023-09-19 08:06:43','',0,'https://lead.sharpsight.in/nf_sub/840/',0,'nf_sub','',0),(841,0,'2023-09-20 02:11:22','2023-09-19 20:41:22','','','','publish','closed','closed','','841','','','2023-09-20 02:11:22','2023-09-19 20:41:22','',0,'https://lead.sharpsight.in/nf_sub/841/',0,'nf_sub','',0),(842,0,'2023-09-20 06:58:25','2023-09-20 01:28:25','','','','publish','closed','closed','','842','','','2023-09-20 06:58:25','2023-09-20 01:28:25','',0,'https://lead.sharpsight.in/nf_sub/842/',0,'nf_sub','',0),(843,0,'2023-09-20 08:13:38','2023-09-20 02:43:38','','','','publish','closed','closed','','843','','','2023-09-20 08:13:38','2023-09-20 02:43:38','',0,'https://lead.sharpsight.in/nf_sub/843/',0,'nf_sub','',0),(844,0,'2023-09-20 15:13:13','2023-09-20 09:43:13','','','','publish','closed','closed','','844','','','2023-09-20 15:13:13','2023-09-20 09:43:13','',0,'https://lead.sharpsight.in/nf_sub/844/',0,'nf_sub','',0),(845,0,'2023-09-20 22:18:31','2023-09-20 16:48:31','','','','publish','closed','closed','','845','','','2023-09-20 22:18:31','2023-09-20 16:48:31','',0,'https://lead.sharpsight.in/nf_sub/845/',0,'nf_sub','',0),(846,0,'2023-09-22 12:01:51','2023-09-22 06:31:51','','','','publish','closed','closed','','846','','','2023-09-22 12:01:51','2023-09-22 06:31:51','',0,'https://lead.sharpsight.in/nf_sub/846/',0,'nf_sub','',0),(847,0,'2023-09-22 12:02:51','2023-09-22 06:32:51','','','','publish','closed','closed','','847','','','2023-09-22 12:02:51','2023-09-22 06:32:51','',0,'https://lead.sharpsight.in/nf_sub/847/',0,'nf_sub','',0),(848,0,'2023-09-23 06:33:18','2023-09-23 01:03:18','','','','publish','closed','closed','','848','','','2023-09-23 06:33:18','2023-09-23 01:03:18','',0,'https://lead.sharpsight.in/nf_sub/848/',0,'nf_sub','',0),(849,0,'2023-09-23 07:43:06','2023-09-23 02:13:06','','','','publish','closed','closed','','849','','','2023-09-23 07:43:06','2023-09-23 02:13:06','',0,'https://lead.sharpsight.in/nf_sub/849/',0,'nf_sub','',0),(850,0,'2023-09-23 13:27:46','2023-09-23 07:57:46','','','','publish','closed','closed','','850','','','2023-09-23 13:27:46','2023-09-23 07:57:46','',0,'https://lead.sharpsight.in/nf_sub/850/',0,'nf_sub','',0),(851,0,'2023-09-23 14:26:34','2023-09-23 08:56:34','','','','publish','closed','closed','','851','','','2023-09-23 14:26:34','2023-09-23 08:56:34','',0,'https://lead.sharpsight.in/nf_sub/851/',0,'nf_sub','',0),(852,0,'2023-09-23 22:45:13','2023-09-23 17:15:13','','','','publish','closed','closed','','852','','','2023-09-23 22:45:13','2023-09-23 17:15:13','',0,'https://lead.sharpsight.in/nf_sub/852/',0,'nf_sub','',0),(853,0,'2023-09-23 23:08:19','2023-09-23 17:38:19','','','','publish','closed','closed','','853','','','2023-09-23 23:08:19','2023-09-23 17:38:19','',0,'https://lead.sharpsight.in/nf_sub/853/',0,'nf_sub','',0),(854,0,'2023-09-23 23:52:09','2023-09-23 18:22:09','','','','publish','closed','closed','','854','','','2023-09-23 23:52:09','2023-09-23 18:22:09','',0,'https://lead.sharpsight.in/nf_sub/854/',0,'nf_sub','',0),(855,0,'2023-09-24 01:12:20','2023-09-23 19:42:20','','','','publish','closed','closed','','855','','','2023-09-24 01:12:20','2023-09-23 19:42:20','',0,'https://lead.sharpsight.in/nf_sub/855/',0,'nf_sub','',0),(856,0,'2023-09-24 08:13:27','2023-09-24 02:43:27','','','','publish','closed','closed','','856','','','2023-09-24 08:13:27','2023-09-24 02:43:27','',0,'https://lead.sharpsight.in/nf_sub/856/',0,'nf_sub','',0),(857,0,'2023-09-24 08:14:09','2023-09-24 02:44:09','','','','publish','closed','closed','','857','','','2023-09-24 08:14:09','2023-09-24 02:44:09','',0,'https://lead.sharpsight.in/nf_sub/857/',0,'nf_sub','',0),(858,0,'2023-09-24 09:46:07','2023-09-24 04:16:07','','','','publish','closed','closed','','858','','','2023-09-24 09:46:07','2023-09-24 04:16:07','',0,'https://lead.sharpsight.in/nf_sub/858/',0,'nf_sub','',0),(859,0,'2023-09-24 10:07:00','2023-09-24 04:37:00','','','','publish','closed','closed','','859','','','2023-09-24 10:07:00','2023-09-24 04:37:00','',0,'https://lead.sharpsight.in/nf_sub/859/',0,'nf_sub','',0),(860,0,'2023-09-24 10:32:39','2023-09-24 05:02:39','','','','publish','closed','closed','','860','','','2023-09-24 10:32:39','2023-09-24 05:02:39','',0,'https://lead.sharpsight.in/nf_sub/860/',0,'nf_sub','',0),(861,0,'2023-09-25 11:38:00','2023-09-25 06:08:00','','','','publish','closed','closed','','861','','','2023-09-25 11:38:00','2023-09-25 06:08:00','',0,'https://lead.sharpsight.in/nf_sub/861/',0,'nf_sub','',0),(862,0,'2023-09-26 00:42:53','2023-09-25 19:12:53','','','','publish','closed','closed','','862','','','2023-09-26 00:42:53','2023-09-25 19:12:53','',0,'https://lead.sharpsight.in/nf_sub/862/',0,'nf_sub','',0),(863,0,'2023-09-26 08:56:34','2023-09-26 03:26:34','','','','publish','closed','closed','','863','','','2023-09-26 08:56:34','2023-09-26 03:26:34','',0,'https://lead.sharpsight.in/nf_sub/863/',0,'nf_sub','',0),(864,0,'2023-09-27 06:34:32','2023-09-27 01:04:32','','','','publish','closed','closed','','864','','','2023-09-27 06:34:32','2023-09-27 01:04:32','',0,'https://lead.sharpsight.in/nf_sub/864/',0,'nf_sub','',0),(865,0,'2023-09-28 00:10:06','2023-09-27 18:40:06','','','','publish','closed','closed','','865','','','2023-09-28 00:10:06','2023-09-27 18:40:06','',0,'https://lead.sharpsight.in/nf_sub/865/',0,'nf_sub','',0),(866,0,'2023-09-28 11:18:01','2023-09-28 05:48:01','','','','publish','closed','closed','','866','','','2023-09-28 11:18:01','2023-09-28 05:48:01','',0,'https://lead.sharpsight.in/nf_sub/866/',0,'nf_sub','',0),(867,0,'2023-09-29 11:46:49','2023-09-29 06:16:49','','','','publish','closed','closed','','867','','','2023-09-29 11:46:49','2023-09-29 06:16:49','',0,'https://lead.sharpsight.in/nf_sub/867/',0,'nf_sub','',0),(868,0,'2023-09-29 12:04:16','2023-09-29 06:34:16','','','','publish','closed','closed','','868','','','2023-09-29 12:04:16','2023-09-29 06:34:16','',0,'https://lead.sharpsight.in/nf_sub/868/',0,'nf_sub','',0),(869,0,'2023-09-30 01:04:22','2023-09-29 19:34:22','','','','publish','closed','closed','','869','','','2023-09-30 01:04:22','2023-09-29 19:34:22','',0,'https://lead.sharpsight.in/nf_sub/869/',0,'nf_sub','',0),(870,0,'2023-09-30 01:05:29','2023-09-29 19:35:29','','','','publish','closed','closed','','870','','','2023-09-30 01:05:29','2023-09-29 19:35:29','',0,'https://lead.sharpsight.in/nf_sub/870/',0,'nf_sub','',0),(871,0,'2023-09-30 01:54:29','2023-09-29 20:24:29','','','','publish','closed','closed','','871','','','2023-09-30 01:54:29','2023-09-29 20:24:29','',0,'https://lead.sharpsight.in/nf_sub/871/',0,'nf_sub','',0),(872,0,'2023-09-30 15:17:26','2023-09-30 09:47:26','','','','publish','closed','closed','','872','','','2023-09-30 15:17:26','2023-09-30 09:47:26','',0,'https://lead.sharpsight.in/nf_sub/872/',0,'nf_sub','',0),(873,0,'2023-09-30 20:37:09','2023-09-30 15:07:09','','','','publish','closed','closed','','873','','','2023-09-30 20:37:09','2023-09-30 15:07:09','',0,'https://lead.sharpsight.in/nf_sub/873/',0,'nf_sub','',0),(874,0,'2023-10-01 07:28:45','2023-10-01 01:58:45','','','','publish','closed','closed','','874','','','2023-10-01 07:28:45','2023-10-01 01:58:45','',0,'https://lead.sharpsight.in/nf_sub/874/',0,'nf_sub','',0),(875,0,'2023-10-01 13:45:07','2023-10-01 08:15:07','','','','publish','closed','closed','','875','','','2023-10-01 13:45:07','2023-10-01 08:15:07','',0,'https://lead.sharpsight.in/nf_sub/875/',0,'nf_sub','',0),(876,0,'2023-10-01 17:09:18','2023-10-01 11:39:18','','','','publish','closed','closed','','876','','','2023-10-01 17:09:18','2023-10-01 11:39:18','',0,'https://lead.sharpsight.in/nf_sub/876/',0,'nf_sub','',0),(877,0,'2023-10-01 22:14:48','2023-10-01 16:44:48','','','','publish','closed','closed','','877','','','2023-10-01 22:14:48','2023-10-01 16:44:48','',0,'https://lead.sharpsight.in/nf_sub/877/',0,'nf_sub','',0),(878,0,'2023-10-01 23:47:15','2023-10-01 18:17:15','','','','publish','closed','closed','','878','','','2023-10-01 23:47:15','2023-10-01 18:17:15','',0,'https://lead.sharpsight.in/nf_sub/878/',0,'nf_sub','',0),(879,0,'2023-10-02 07:22:08','2023-10-02 01:52:08','','','','publish','closed','closed','','879','','','2023-10-02 07:22:08','2023-10-02 01:52:08','',0,'https://lead.sharpsight.in/nf_sub/879/',0,'nf_sub','',0),(880,0,'2023-10-02 23:24:26','2023-10-02 17:54:26','','','','publish','closed','closed','','880','','','2023-10-02 23:24:26','2023-10-02 17:54:26','',0,'https://lead.sharpsight.in/nf_sub/880/',0,'nf_sub','',0),(881,0,'2023-10-03 07:06:38','2023-10-03 01:36:38','','','','publish','closed','closed','','881','','','2023-10-03 07:06:38','2023-10-03 01:36:38','',0,'https://lead.sharpsight.in/nf_sub/881/',0,'nf_sub','',0),(882,0,'2023-10-03 07:29:55','2023-10-03 01:59:55','','','','publish','closed','closed','','882','','','2023-10-03 07:29:55','2023-10-03 01:59:55','',0,'https://lead.sharpsight.in/nf_sub/882/',0,'nf_sub','',0),(883,0,'2023-10-03 09:03:05','2023-10-03 03:33:05','','','','publish','closed','closed','','883','','','2023-10-03 09:03:05','2023-10-03 03:33:05','',0,'https://lead.sharpsight.in/nf_sub/883/',0,'nf_sub','',0),(884,0,'2023-10-03 11:20:44','2023-10-03 05:50:44','','','','publish','closed','closed','','884','','','2023-10-03 11:20:44','2023-10-03 05:50:44','',0,'https://lead.sharpsight.in/nf_sub/884/',0,'nf_sub','',0),(885,0,'2023-10-03 14:55:23','2023-10-03 09:25:23','','','','publish','closed','closed','','885','','','2023-10-03 14:55:23','2023-10-03 09:25:23','',0,'https://lead.sharpsight.in/nf_sub/885/',0,'nf_sub','',0),(886,0,'2023-10-04 01:12:47','2023-10-03 19:42:47','','','','publish','closed','closed','','886','','','2023-10-04 01:12:47','2023-10-03 19:42:47','',0,'https://lead.sharpsight.in/nf_sub/886/',0,'nf_sub','',0),(887,0,'2023-10-04 07:31:54','2023-10-04 02:01:54','','','','publish','closed','closed','','887','','','2023-10-04 07:31:54','2023-10-04 02:01:54','',0,'https://lead.sharpsight.in/nf_sub/887/',0,'nf_sub','',0),(888,0,'2023-10-04 07:32:41','2023-10-04 02:02:41','','','','publish','closed','closed','','888','','','2023-10-04 07:32:41','2023-10-04 02:02:41','',0,'https://lead.sharpsight.in/nf_sub/888/',0,'nf_sub','',0),(889,0,'2023-10-04 08:05:16','2023-10-04 02:35:16','','','','publish','closed','closed','','889','','','2023-10-04 08:05:16','2023-10-04 02:35:16','',0,'https://lead.sharpsight.in/nf_sub/889/',0,'nf_sub','',0),(890,0,'2023-10-04 09:53:44','2023-10-04 04:23:44','','','','publish','closed','closed','','890','','','2023-10-04 09:53:44','2023-10-04 04:23:44','',0,'https://lead.sharpsight.in/nf_sub/890/',0,'nf_sub','',0),(891,0,'2023-10-04 11:54:33','2023-10-04 06:24:33','','','','publish','closed','closed','','891','','','2023-10-04 11:54:33','2023-10-04 06:24:33','',0,'https://lead.sharpsight.in/nf_sub/891/',0,'nf_sub','',0),(892,0,'2023-10-04 16:23:30','2023-10-04 10:53:30','','','','publish','closed','closed','','892','','','2023-10-04 16:23:30','2023-10-04 10:53:30','',0,'https://lead.sharpsight.in/nf_sub/892/',0,'nf_sub','',0),(893,0,'2023-10-04 22:18:21','2023-10-04 16:48:21','','','','publish','closed','closed','','893','','','2023-10-04 22:18:21','2023-10-04 16:48:21','',0,'https://lead.sharpsight.in/nf_sub/893/',0,'nf_sub','',0),(894,0,'2023-10-04 22:38:09','2023-10-04 17:08:09','','','','publish','closed','closed','','894','','','2023-10-04 22:38:09','2023-10-04 17:08:09','',0,'https://lead.sharpsight.in/nf_sub/894/',0,'nf_sub','',0),(895,0,'2023-10-04 23:07:11','2023-10-04 17:37:11','','','','publish','closed','closed','','895','','','2023-10-04 23:07:11','2023-10-04 17:37:11','',0,'https://lead.sharpsight.in/nf_sub/895/',0,'nf_sub','',0),(896,0,'2023-10-05 07:32:22','2023-10-05 02:02:22','','','','publish','closed','closed','','896','','','2023-10-05 07:32:22','2023-10-05 02:02:22','',0,'https://lead.sharpsight.in/nf_sub/896/',0,'nf_sub','',0),(897,0,'2023-10-05 08:06:26','2023-10-05 02:36:26','','','','publish','closed','closed','','897','','','2023-10-05 08:06:26','2023-10-05 02:36:26','',0,'https://lead.sharpsight.in/nf_sub/897/',0,'nf_sub','',0),(898,0,'2023-10-05 08:18:02','2023-10-05 02:48:02','','','','publish','closed','closed','','898','','','2023-10-05 08:18:02','2023-10-05 02:48:02','',0,'https://lead.sharpsight.in/nf_sub/898/',0,'nf_sub','',0),(899,0,'2023-10-05 09:11:29','2023-10-05 03:41:29','','','','publish','closed','closed','','899','','','2023-10-05 09:11:29','2023-10-05 03:41:29','',0,'https://lead.sharpsight.in/nf_sub/899/',0,'nf_sub','',0),(900,0,'2023-10-05 17:24:54','2023-10-05 11:54:54','','','','publish','closed','closed','','900','','','2023-10-05 17:24:54','2023-10-05 11:54:54','',0,'https://lead.sharpsight.in/nf_sub/900/',0,'nf_sub','',0),(901,0,'2023-10-05 21:09:46','2023-10-05 15:39:46','','','','publish','closed','closed','','901','','','2023-10-05 21:09:46','2023-10-05 15:39:46','',0,'https://lead.sharpsight.in/nf_sub/901/',0,'nf_sub','',0),(902,0,'2023-10-05 22:09:37','2023-10-05 16:39:37','','','','publish','closed','closed','','902','','','2023-10-05 22:09:37','2023-10-05 16:39:37','',0,'https://lead.sharpsight.in/nf_sub/902/',0,'nf_sub','',0),(903,0,'2023-10-06 11:17:48','2023-10-06 05:47:48','','','','publish','closed','closed','','903','','','2023-10-06 11:17:48','2023-10-06 05:47:48','',0,'https://lead.sharpsight.in/nf_sub/903/',0,'nf_sub','',0),(904,0,'2023-10-06 12:36:04','2023-10-06 07:06:04','','','','publish','closed','closed','','904','','','2023-10-06 12:36:04','2023-10-06 07:06:04','',0,'https://lead.sharpsight.in/nf_sub/904/',0,'nf_sub','',0),(905,0,'2023-10-06 13:20:16','2023-10-06 07:50:16','','','','publish','closed','closed','','905','','','2023-10-06 13:20:16','2023-10-06 07:50:16','',0,'https://lead.sharpsight.in/nf_sub/905/',0,'nf_sub','',0),(906,0,'2023-10-06 16:02:56','2023-10-06 10:32:56','','','','publish','closed','closed','','906','','','2023-10-06 16:02:56','2023-10-06 10:32:56','',0,'https://lead.sharpsight.in/nf_sub/906/',0,'nf_sub','',0),(907,0,'2023-10-06 18:33:42','2023-10-06 13:03:42','','','','publish','closed','closed','','907','','','2023-10-06 18:33:42','2023-10-06 13:03:42','',0,'https://lead.sharpsight.in/nf_sub/907/',0,'nf_sub','',0),(908,0,'2023-10-07 02:00:09','2023-10-06 20:30:09','','','','publish','closed','closed','','908','','','2023-10-07 02:00:09','2023-10-06 20:30:09','',0,'https://lead.sharpsight.in/nf_sub/908/',0,'nf_sub','',0),(909,0,'2023-10-07 07:39:20','2023-10-07 02:09:20','','','','publish','closed','closed','','909','','','2023-10-07 07:39:20','2023-10-07 02:09:20','',0,'https://lead.sharpsight.in/nf_sub/909/',0,'nf_sub','',0),(910,0,'2023-10-07 08:25:39','2023-10-07 02:55:39','','','','publish','closed','closed','','910','','','2023-10-07 08:25:39','2023-10-07 02:55:39','',0,'https://lead.sharpsight.in/nf_sub/910/',0,'nf_sub','',0),(911,0,'2023-10-07 08:28:20','2023-10-07 02:58:20','','','','publish','closed','closed','','911','','','2023-10-07 08:28:20','2023-10-07 02:58:20','',0,'https://lead.sharpsight.in/nf_sub/911/',0,'nf_sub','',0),(912,0,'2023-10-07 08:29:47','2023-10-07 02:59:47','','','','publish','closed','closed','','912','','','2023-10-07 08:29:47','2023-10-07 02:59:47','',0,'https://lead.sharpsight.in/nf_sub/912/',0,'nf_sub','',0),(913,0,'2023-10-07 10:51:18','2023-10-07 05:21:18','','','','publish','closed','closed','','913','','','2023-10-07 10:51:18','2023-10-07 05:21:18','',0,'https://lead.sharpsight.in/nf_sub/913/',0,'nf_sub','',0),(914,0,'2023-10-07 12:09:56','2023-10-07 06:39:56','','','','publish','closed','closed','','914','','','2023-10-07 12:09:56','2023-10-07 06:39:56','',0,'https://lead.sharpsight.in/nf_sub/914/',0,'nf_sub','',0),(915,0,'2023-10-07 12:29:37','2023-10-07 06:59:37','','','','publish','closed','closed','','915','','','2023-10-07 12:29:37','2023-10-07 06:59:37','',0,'https://lead.sharpsight.in/nf_sub/915/',0,'nf_sub','',0),(916,0,'2023-10-07 14:25:24','2023-10-07 08:55:24','','','','publish','closed','closed','','916','','','2023-10-07 14:25:24','2023-10-07 08:55:24','',0,'https://lead.sharpsight.in/nf_sub/916/',0,'nf_sub','',0),(917,0,'2023-10-07 18:42:11','2023-10-07 13:12:11','','','','publish','closed','closed','','917','','','2023-10-07 18:42:11','2023-10-07 13:12:11','',0,'https://lead.sharpsight.in/nf_sub/917/',0,'nf_sub','',0),(918,0,'2023-10-07 21:23:34','2023-10-07 15:53:34','','','','publish','closed','closed','','918','','','2023-10-07 21:23:34','2023-10-07 15:53:34','',0,'https://lead.sharpsight.in/nf_sub/918/',0,'nf_sub','',0),(919,0,'2023-10-07 22:24:47','2023-10-07 16:54:47','','','','publish','closed','closed','','919','','','2023-10-07 22:24:47','2023-10-07 16:54:47','',0,'https://lead.sharpsight.in/nf_sub/919/',0,'nf_sub','',0),(920,0,'2023-10-07 23:33:33','2023-10-07 18:03:33','','','','publish','closed','closed','','920','','','2023-10-07 23:33:33','2023-10-07 18:03:33','',0,'https://lead.sharpsight.in/nf_sub/920/',0,'nf_sub','',0),(921,0,'2023-10-07 23:52:26','2023-10-07 18:22:26','','','','publish','closed','closed','','921','','','2023-10-07 23:52:26','2023-10-07 18:22:26','',0,'https://lead.sharpsight.in/nf_sub/921/',0,'nf_sub','',0),(922,0,'2023-10-08 01:43:33','2023-10-07 20:13:33','','','','publish','closed','closed','','922','','','2023-10-08 01:43:33','2023-10-07 20:13:33','',0,'https://lead.sharpsight.in/nf_sub/922/',0,'nf_sub','',0),(923,0,'2023-10-08 08:16:28','2023-10-08 02:46:28','','','','publish','closed','closed','','923','','','2023-10-08 08:16:28','2023-10-08 02:46:28','',0,'https://lead.sharpsight.in/nf_sub/923/',0,'nf_sub','',0),(924,0,'2023-10-08 08:43:09','2023-10-08 03:13:09','','','','publish','closed','closed','','924','','','2023-10-08 08:43:09','2023-10-08 03:13:09','',0,'https://lead.sharpsight.in/nf_sub/924/',0,'nf_sub','',0),(925,0,'2023-10-08 08:57:21','2023-10-08 03:27:21','','','','publish','closed','closed','','925','','','2023-10-08 08:57:21','2023-10-08 03:27:21','',0,'https://lead.sharpsight.in/nf_sub/925/',0,'nf_sub','',0),(926,0,'2023-10-08 22:09:31','2023-10-08 16:39:31','','','','publish','closed','closed','','926','','','2023-10-08 22:09:31','2023-10-08 16:39:31','',0,'https://lead.sharpsight.in/nf_sub/926/',0,'nf_sub','',0),(927,0,'2023-10-09 01:25:32','2023-10-08 19:55:32','','','','publish','closed','closed','','927','','','2023-10-09 01:25:32','2023-10-08 19:55:32','',0,'https://lead.sharpsight.in/nf_sub/927/',0,'nf_sub','',0),(928,0,'2023-10-09 01:27:51','2023-10-08 19:57:51','','','','publish','closed','closed','','928','','','2023-10-09 01:27:51','2023-10-08 19:57:51','',0,'https://lead.sharpsight.in/nf_sub/928/',0,'nf_sub','',0),(929,0,'2023-10-09 08:31:05','2023-10-09 03:01:05','','','','publish','closed','closed','','929','','','2023-10-09 08:31:05','2023-10-09 03:01:05','',0,'https://lead.sharpsight.in/nf_sub/929/',0,'nf_sub','',0),(930,0,'2023-10-09 17:00:42','2023-10-09 11:30:42','','','','publish','closed','closed','','930','','','2023-10-09 17:00:42','2023-10-09 11:30:42','',0,'https://lead.sharpsight.in/nf_sub/930/',0,'nf_sub','',0),(931,0,'2023-10-09 22:05:32','2023-10-09 16:35:32','','','','publish','closed','closed','','931','','','2023-10-09 22:05:32','2023-10-09 16:35:32','',0,'https://lead.sharpsight.in/nf_sub/931/',0,'nf_sub','',0),(932,0,'2023-10-09 22:09:43','2023-10-09 16:39:43','','','','publish','closed','closed','','932','','','2023-10-09 22:09:43','2023-10-09 16:39:43','',0,'https://lead.sharpsight.in/nf_sub/932/',0,'nf_sub','',0),(933,0,'2023-10-10 00:40:10','2023-10-09 19:10:10','','','','publish','closed','closed','','933','','','2023-10-10 00:40:10','2023-10-09 19:10:10','',0,'https://lead.sharpsight.in/nf_sub/933/',0,'nf_sub','',0),(934,0,'2023-10-10 06:50:46','2023-10-10 01:20:46','','','','publish','closed','closed','','934','','','2023-10-10 06:50:46','2023-10-10 01:20:46','',0,'https://lead.sharpsight.in/nf_sub/934/',0,'nf_sub','',0),(935,0,'2023-10-10 07:47:35','2023-10-10 02:17:35','','','','publish','closed','closed','','935','','','2023-10-10 07:47:35','2023-10-10 02:17:35','',0,'https://lead.sharpsight.in/nf_sub/935/',0,'nf_sub','',0),(936,0,'2023-10-10 08:18:02','2023-10-10 02:48:02','','','','publish','closed','closed','','936','','','2023-10-10 08:18:02','2023-10-10 02:48:02','',0,'https://lead.sharpsight.in/nf_sub/936/',0,'nf_sub','',0),(937,0,'2023-10-10 08:32:47','2023-10-10 03:02:47','','','','publish','closed','closed','','937','','','2023-10-10 08:32:47','2023-10-10 03:02:47','',0,'https://lead.sharpsight.in/nf_sub/937/',0,'nf_sub','',0),(938,0,'2023-10-10 19:08:56','2023-10-10 13:38:56','','','','publish','closed','closed','','938','','','2023-10-10 19:08:56','2023-10-10 13:38:56','',0,'https://lead.sharpsight.in/nf_sub/938/',0,'nf_sub','',0),(939,0,'2023-10-10 23:25:50','2023-10-10 17:55:50','','','','publish','closed','closed','','939','','','2023-10-10 23:25:50','2023-10-10 17:55:50','',0,'https://lead.sharpsight.in/nf_sub/939/',0,'nf_sub','',0),(940,0,'2023-10-11 02:55:59','2023-10-10 21:25:59','','','','publish','closed','closed','','940','','','2023-10-11 02:55:59','2023-10-10 21:25:59','',0,'https://lead.sharpsight.in/nf_sub/940/',0,'nf_sub','',0),(941,0,'2023-10-11 08:18:45','2023-10-11 02:48:45','','','','publish','closed','closed','','941','','','2023-10-11 08:18:45','2023-10-11 02:48:45','',0,'https://lead.sharpsight.in/nf_sub/941/',0,'nf_sub','',0),(942,0,'2023-10-11 08:32:02','2023-10-11 03:02:02','','','','publish','closed','closed','','942','','','2023-10-11 08:32:02','2023-10-11 03:02:02','',0,'https://lead.sharpsight.in/nf_sub/942/',0,'nf_sub','',0),(943,0,'2023-10-11 22:02:15','2023-10-11 16:32:15','','','','publish','closed','closed','','943','','','2023-10-11 22:02:15','2023-10-11 16:32:15','',0,'https://lead.sharpsight.in/nf_sub/943/',0,'nf_sub','',0),(944,0,'2023-10-12 00:30:20','2023-10-11 19:00:20','','','','publish','closed','closed','','944','','','2023-10-12 00:30:20','2023-10-11 19:00:20','',0,'https://lead.sharpsight.in/nf_sub/944/',0,'nf_sub','',0),(945,0,'2023-10-12 07:41:33','2023-10-12 02:11:33','','','','publish','closed','closed','','945','','','2023-10-12 07:41:33','2023-10-12 02:11:33','',0,'https://lead.sharpsight.in/nf_sub/945/',0,'nf_sub','',0),(946,0,'2023-10-12 07:59:23','2023-10-12 02:29:23','','','','publish','closed','closed','','946','','','2023-10-12 07:59:23','2023-10-12 02:29:23','',0,'https://lead.sharpsight.in/nf_sub/946/',0,'nf_sub','',0),(947,0,'2023-10-12 08:05:40','2023-10-12 02:35:40','','','','publish','closed','closed','','947','','','2023-10-12 08:05:40','2023-10-12 02:35:40','',0,'https://lead.sharpsight.in/nf_sub/947/',0,'nf_sub','',0),(948,0,'2023-10-12 08:13:22','2023-10-12 02:43:22','','','','publish','closed','closed','','948','','','2023-10-12 08:13:22','2023-10-12 02:43:22','',0,'https://lead.sharpsight.in/nf_sub/948/',0,'nf_sub','',0),(949,0,'2023-10-12 08:16:32','2023-10-12 02:46:32','','','','publish','closed','closed','','949','','','2023-10-12 08:16:32','2023-10-12 02:46:32','',0,'https://lead.sharpsight.in/nf_sub/949/',0,'nf_sub','',0),(950,0,'2023-10-12 22:14:35','2023-10-12 16:44:35','','','','publish','closed','closed','','950','','','2023-10-12 22:14:35','2023-10-12 16:44:35','',0,'https://lead.sharpsight.in/nf_sub/950/',0,'nf_sub','',0),(951,0,'2023-10-13 02:28:32','2023-10-12 20:58:32','','','','publish','closed','closed','','951','','','2023-10-13 02:28:32','2023-10-12 20:58:32','',0,'https://lead.sharpsight.in/nf_sub/951/',0,'nf_sub','',0),(952,0,'2023-10-13 07:43:36','2023-10-13 02:13:36','','','','publish','closed','closed','','952','','','2023-10-13 07:43:36','2023-10-13 02:13:36','',0,'https://lead.sharpsight.in/nf_sub/952/',0,'nf_sub','',0),(953,0,'2023-10-13 08:05:59','2023-10-13 02:35:59','','','','publish','closed','closed','','953','','','2023-10-13 08:05:59','2023-10-13 02:35:59','',0,'https://lead.sharpsight.in/nf_sub/953/',0,'nf_sub','',0),(954,0,'2023-10-13 08:16:03','2023-10-13 02:46:03','','','','publish','closed','closed','','954','','','2023-10-13 08:16:03','2023-10-13 02:46:03','',0,'https://lead.sharpsight.in/nf_sub/954/',0,'nf_sub','',0),(955,0,'2023-10-13 09:45:29','2023-10-13 04:15:29','','','','publish','closed','closed','','955','','','2023-10-13 09:45:29','2023-10-13 04:15:29','',0,'https://lead.sharpsight.in/nf_sub/955/',0,'nf_sub','',0),(956,0,'2023-10-13 09:53:16','2023-10-13 04:23:16','','','','publish','closed','closed','','956','','','2023-10-13 09:53:16','2023-10-13 04:23:16','',0,'https://lead.sharpsight.in/nf_sub/956/',0,'nf_sub','',0),(957,0,'2023-10-13 23:46:41','2023-10-13 18:16:41','','','','publish','closed','closed','','957','','','2023-10-13 23:46:41','2023-10-13 18:16:41','',0,'https://lead.sharpsight.in/nf_sub/957/',0,'nf_sub','',0),(958,0,'2023-10-14 00:09:35','2023-10-13 18:39:35','','','','publish','closed','closed','','958','','','2023-10-14 00:09:35','2023-10-13 18:39:35','',0,'https://lead.sharpsight.in/nf_sub/958/',0,'nf_sub','',0),(959,0,'2023-10-14 07:32:23','2023-10-14 02:02:23','','','','publish','closed','closed','','959','','','2023-10-14 07:32:23','2023-10-14 02:02:23','',0,'https://lead.sharpsight.in/nf_sub/959/',0,'nf_sub','',0),(960,0,'2023-10-14 07:36:54','2023-10-14 02:06:54','','','','publish','closed','closed','','960','','','2023-10-14 07:36:54','2023-10-14 02:06:54','',0,'https://lead.sharpsight.in/nf_sub/960/',0,'nf_sub','',0),(961,0,'2023-10-14 08:02:14','2023-10-14 02:32:14','','','','publish','closed','closed','','961','','','2023-10-14 08:02:14','2023-10-14 02:32:14','',0,'https://lead.sharpsight.in/nf_sub/961/',0,'nf_sub','',0),(962,0,'2023-10-14 08:09:50','2023-10-14 02:39:50','','','','publish','closed','closed','','962','','','2023-10-14 08:09:50','2023-10-14 02:39:50','',0,'https://lead.sharpsight.in/nf_sub/962/',0,'nf_sub','',0),(963,0,'2023-10-14 08:18:26','2023-10-14 02:48:26','','','','publish','closed','closed','','963','','','2023-10-14 08:18:26','2023-10-14 02:48:26','',0,'https://lead.sharpsight.in/nf_sub/963/',0,'nf_sub','',0),(964,0,'2023-10-14 15:30:51','2023-10-14 10:00:51','','','','publish','closed','closed','','964','','','2023-10-14 15:30:51','2023-10-14 10:00:51','',0,'https://lead.sharpsight.in/nf_sub/964/',0,'nf_sub','',0),(965,0,'2023-10-14 15:58:47','2023-10-14 10:28:47','','','','publish','closed','closed','','965','','','2023-10-14 15:58:47','2023-10-14 10:28:47','',0,'https://lead.sharpsight.in/nf_sub/965/',0,'nf_sub','',0),(966,0,'2023-10-14 23:11:22','2023-10-14 17:41:22','','','','publish','closed','closed','','966','','','2023-10-14 23:11:22','2023-10-14 17:41:22','',0,'https://lead.sharpsight.in/nf_sub/966/',0,'nf_sub','',0),(967,0,'2023-10-15 10:20:36','2023-10-15 04:50:36','','','','publish','closed','closed','','967','','','2023-10-15 10:20:36','2023-10-15 04:50:36','',0,'https://lead.sharpsight.in/nf_sub/967/',0,'nf_sub','',0),(968,0,'2023-10-15 22:56:37','2023-10-15 17:26:37','','','','publish','closed','closed','','968','','','2023-10-15 22:56:37','2023-10-15 17:26:37','',0,'https://lead.sharpsight.in/nf_sub/968/',0,'nf_sub','',0),(969,0,'2023-10-16 08:46:50','2023-10-16 03:16:50','','','','publish','closed','closed','','969','','','2023-10-16 08:46:50','2023-10-16 03:16:50','',0,'https://lead.sharpsight.in/nf_sub/969/',0,'nf_sub','',0),(970,0,'2023-10-16 11:50:56','2023-10-16 06:20:56','','','','publish','closed','closed','','970','','','2023-10-16 11:50:56','2023-10-16 06:20:56','',0,'https://lead.sharpsight.in/nf_sub/970/',0,'nf_sub','',0),(971,0,'2023-10-23 20:37:51','2023-10-23 15:07:51','','','','publish','closed','closed','','971','','','2023-10-23 20:37:51','2023-10-23 15:07:51','',0,'https://lead.sharpsight.in/nf_sub/971/',0,'nf_sub','',0),(972,0,'2023-10-24 08:52:38','2023-10-24 03:22:38','','','','publish','closed','closed','','972','','','2023-10-24 08:52:38','2023-10-24 03:22:38','',0,'https://lead.sharpsight.in/nf_sub/972/',0,'nf_sub','',0),(973,0,'2023-10-24 12:46:48','2023-10-24 07:16:48','','','','publish','closed','closed','','973','','','2023-10-24 12:46:48','2023-10-24 07:16:48','',0,'https://lead.sharpsight.in/nf_sub/973/',0,'nf_sub','',0),(974,0,'2023-10-25 08:40:50','2023-10-25 03:10:50','','','','publish','closed','closed','','974','','','2023-10-25 08:40:50','2023-10-25 03:10:50','',0,'https://lead.sharpsight.in/nf_sub/974/',0,'nf_sub','',0),(975,0,'2023-10-25 08:46:51','2023-10-25 03:16:51','','','','publish','closed','closed','','975','','','2023-10-25 08:46:51','2023-10-25 03:16:51','',0,'https://lead.sharpsight.in/nf_sub/975/',0,'nf_sub','',0),(976,0,'2023-10-25 11:50:05','2023-10-25 06:20:05','','','','publish','closed','closed','','976','','','2023-10-25 11:50:05','2023-10-25 06:20:05','',0,'https://lead.sharpsight.in/nf_sub/976/',0,'nf_sub','',0),(977,0,'2023-10-25 16:36:49','2023-10-25 11:06:49','','','','publish','closed','closed','','977','','','2023-10-25 16:36:49','2023-10-25 11:06:49','',0,'https://lead.sharpsight.in/nf_sub/977/',0,'nf_sub','',0),(978,0,'2023-10-26 07:00:06','2023-10-26 01:30:06','','','','publish','closed','closed','','978','','','2023-10-26 07:00:06','2023-10-26 01:30:06','',0,'https://lead.sharpsight.in/nf_sub/978/',0,'nf_sub','',0),(979,0,'2023-10-26 08:36:14','2023-10-26 03:06:14','','','','publish','closed','closed','','979','','','2023-10-26 08:36:14','2023-10-26 03:06:14','',0,'https://lead.sharpsight.in/nf_sub/979/',0,'nf_sub','',0),(980,0,'2023-10-26 22:08:33','2023-10-26 16:38:33','','','','publish','closed','closed','','980','','','2023-10-26 22:08:33','2023-10-26 16:38:33','',0,'https://lead.sharpsight.in/nf_sub/980/',0,'nf_sub','',0),(981,0,'2023-10-27 08:10:21','2023-10-27 02:40:21','','','','publish','closed','closed','','981','','','2023-10-27 08:10:21','2023-10-27 02:40:21','',0,'https://lead.sharpsight.in/nf_sub/981/',0,'nf_sub','',0),(982,0,'2023-10-27 10:46:37','2023-10-27 05:16:37','','','','publish','closed','closed','','982','','','2023-10-27 10:46:37','2023-10-27 05:16:37','',0,'https://lead.sharpsight.in/nf_sub/982/',0,'nf_sub','',0),(983,0,'2023-10-27 19:36:31','2023-10-27 14:06:31','','','','publish','closed','closed','','983','','','2023-10-27 19:36:31','2023-10-27 14:06:31','',0,'https://lead.sharpsight.in/nf_sub/983/',0,'nf_sub','',0),(984,0,'2023-10-27 22:18:24','2023-10-27 16:48:24','','','','publish','closed','closed','','984','','','2023-10-27 22:18:24','2023-10-27 16:48:24','',0,'https://lead.sharpsight.in/nf_sub/984/',0,'nf_sub','',0),(985,0,'2023-10-27 22:48:13','2023-10-27 17:18:13','','','','publish','closed','closed','','985','','','2023-10-27 22:48:13','2023-10-27 17:18:13','',0,'https://lead.sharpsight.in/nf_sub/985/',0,'nf_sub','',0),(986,0,'2023-10-28 01:20:54','2023-10-27 19:50:54','','','','publish','closed','closed','','986','','','2023-10-28 01:20:54','2023-10-27 19:50:54','',0,'https://lead.sharpsight.in/nf_sub/986/',0,'nf_sub','',0),(987,0,'2023-10-28 08:36:51','2023-10-28 03:06:51','','','','publish','closed','closed','','987','','','2023-10-28 08:36:51','2023-10-28 03:06:51','',0,'https://lead.sharpsight.in/nf_sub/987/',0,'nf_sub','',0),(988,0,'2023-10-30 22:27:21','2023-10-30 16:57:21','','','','publish','closed','closed','','988','','','2023-10-30 22:27:21','2023-10-30 16:57:21','',0,'https://lead.sharpsight.in/nf_sub/988/',0,'nf_sub','',0),(989,0,'2023-10-31 01:54:53','2023-10-30 20:24:53','','','','publish','closed','closed','','989','','','2023-10-31 01:54:53','2023-10-30 20:24:53','',0,'https://lead.sharpsight.in/nf_sub/989/',0,'nf_sub','',0),(990,0,'2023-10-31 06:19:04','2023-10-31 00:49:04','','','','publish','closed','closed','','990','','','2023-10-31 06:19:04','2023-10-31 00:49:04','',0,'https://lead.sharpsight.in/nf_sub/990/',0,'nf_sub','',0),(991,0,'2023-10-31 11:37:21','2023-10-31 06:07:21','','','','publish','closed','closed','','991','','','2023-10-31 11:37:21','2023-10-31 06:07:21','',0,'https://lead.sharpsight.in/nf_sub/991/',0,'nf_sub','',0),(992,0,'2023-10-31 23:27:45','2023-10-31 17:57:45','','','','publish','closed','closed','','992','','','2023-10-31 23:27:45','2023-10-31 17:57:45','',0,'https://lead.sharpsight.in/nf_sub/992/',0,'nf_sub','',0),(993,0,'2023-11-01 08:57:04','2023-11-01 03:27:04','','','','publish','closed','closed','','993','','','2023-11-01 08:57:04','2023-11-01 03:27:04','',0,'https://lead.sharpsight.in/nf_sub/993/',0,'nf_sub','',0),(994,0,'2023-11-01 23:01:29','2023-11-01 17:31:29','','','','publish','closed','closed','','994','','','2023-11-01 23:01:29','2023-11-01 17:31:29','',0,'https://lead.sharpsight.in/nf_sub/994/',0,'nf_sub','',0),(995,0,'2023-11-02 07:28:48','2023-11-02 01:58:48','','','','publish','closed','closed','','995','','','2023-11-02 07:28:48','2023-11-02 01:58:48','',0,'https://lead.sharpsight.in/nf_sub/995/',0,'nf_sub','',0),(996,0,'2023-11-02 16:39:36','2023-11-02 11:09:36','','','','publish','closed','closed','','996','','','2023-11-02 16:39:36','2023-11-02 11:09:36','',0,'https://lead.sharpsight.in/nf_sub/996/',0,'nf_sub','',0),(997,0,'2023-11-04 07:58:35','2023-11-04 02:28:35','','','','publish','closed','closed','','997','','','2023-11-04 07:58:35','2023-11-04 02:28:35','',0,'https://lead.sharpsight.in/nf_sub/997/',0,'nf_sub','',0),(998,0,'2023-11-04 08:04:27','2023-11-04 02:34:27','','','','publish','closed','closed','','998','','','2023-11-04 08:04:27','2023-11-04 02:34:27','',0,'https://lead.sharpsight.in/nf_sub/998/',0,'nf_sub','',0),(999,0,'2023-11-04 08:13:29','2023-11-04 02:43:29','','','','publish','closed','closed','','999','','','2023-11-04 08:13:29','2023-11-04 02:43:29','',0,'https://lead.sharpsight.in/nf_sub/999/',0,'nf_sub','',0),(1000,0,'2023-11-04 08:15:14','2023-11-04 02:45:14','','','','publish','closed','closed','','1000','','','2023-11-04 08:15:14','2023-11-04 02:45:14','',0,'https://lead.sharpsight.in/nf_sub/1000/',0,'nf_sub','',0),(1001,0,'2023-11-05 09:07:38','2023-11-05 03:37:38','','','','publish','closed','closed','','1001','','','2023-11-05 09:07:38','2023-11-05 03:37:38','',0,'https://lead.sharpsight.in/nf_sub/1001/',0,'nf_sub','',0),(1002,0,'2023-11-05 23:43:17','2023-11-05 18:13:17','','','','publish','closed','closed','','1002','','','2023-11-05 23:43:17','2023-11-05 18:13:17','',0,'https://lead.sharpsight.in/nf_sub/1002/',0,'nf_sub','',0),(1003,0,'2023-11-05 23:45:00','2023-11-05 18:15:00','','','','publish','closed','closed','','1003','','','2023-11-05 23:45:00','2023-11-05 18:15:00','',0,'https://lead.sharpsight.in/nf_sub/1003/',0,'nf_sub','',0),(1004,0,'2023-11-05 23:46:51','2023-11-05 18:16:51','','','','publish','closed','closed','','1004','','','2023-11-05 23:46:51','2023-11-05 18:16:51','',0,'https://lead.sharpsight.in/nf_sub/1004/',0,'nf_sub','',0),(1005,0,'2023-11-07 00:30:16','2023-11-06 19:00:16','','','','publish','closed','closed','','1005','','','2023-11-07 00:30:16','2023-11-06 19:00:16','',0,'https://lead.sharpsight.in/nf_sub/1005/',0,'nf_sub','',0),(1006,0,'2023-11-07 00:30:47','2023-11-06 19:00:47','','','','publish','closed','closed','','1006','','','2023-11-07 00:30:47','2023-11-06 19:00:47','',0,'https://lead.sharpsight.in/nf_sub/1006/',0,'nf_sub','',0),(1007,0,'2023-11-08 23:31:20','2023-11-08 18:01:20','','','','publish','closed','closed','','1007','','','2023-11-08 23:31:20','2023-11-08 18:01:20','',0,'https://lead.sharpsight.in/nf_sub/1007/',0,'nf_sub','',0),(1008,0,'2023-11-08 23:45:38','2023-11-08 18:15:38','','','','publish','closed','closed','','1008','','','2023-11-08 23:45:38','2023-11-08 18:15:38','',0,'https://lead.sharpsight.in/nf_sub/1008/',0,'nf_sub','',0),(1009,0,'2023-11-09 23:17:23','2023-11-09 17:47:23','','','','publish','closed','closed','','1009','','','2023-11-09 23:17:23','2023-11-09 17:47:23','',0,'https://lead.sharpsight.in/nf_sub/1009/',0,'nf_sub','',0),(1010,0,'2023-11-10 01:22:33','2023-11-09 19:52:33','','','','publish','closed','closed','','1010','','','2023-11-10 01:22:33','2023-11-09 19:52:33','',0,'https://lead.sharpsight.in/nf_sub/1010/',0,'nf_sub','',0),(1011,0,'2023-11-11 07:37:08','2023-11-11 02:07:08','','','','publish','closed','closed','','1011','','','2023-11-11 07:37:08','2023-11-11 02:07:08','',0,'https://lead.sharpsight.in/nf_sub/1011/',0,'nf_sub','',0),(1012,0,'2023-11-11 08:05:15','2023-11-11 02:35:15','','','','publish','closed','closed','','1012','','','2023-11-11 08:05:15','2023-11-11 02:35:15','',0,'https://lead.sharpsight.in/nf_sub/1012/',0,'nf_sub','',0),(1013,0,'2023-11-11 08:58:12','2023-11-11 03:28:12','','','','publish','closed','closed','','1013','','','2023-11-11 08:58:12','2023-11-11 03:28:12','',0,'https://lead.sharpsight.in/nf_sub/1013/',0,'nf_sub','',0),(1014,0,'2023-11-11 09:00:52','2023-11-11 03:30:52','','','','publish','closed','closed','','1014','','','2023-11-11 09:00:52','2023-11-11 03:30:52','',0,'https://lead.sharpsight.in/nf_sub/1014/',0,'nf_sub','',0),(1015,0,'2023-11-11 23:27:15','2023-11-11 17:57:15','','','','publish','closed','closed','','1015','','','2023-11-11 23:27:15','2023-11-11 17:57:15','',0,'https://lead.sharpsight.in/nf_sub/1015/',0,'nf_sub','',0),(1016,0,'2023-11-12 00:56:36','2023-11-11 19:26:36','','','','publish','closed','closed','','1016','','','2023-11-12 00:56:36','2023-11-11 19:26:36','',0,'https://lead.sharpsight.in/nf_sub/1016/',0,'nf_sub','',0),(1017,0,'2023-11-13 07:09:53','2023-11-13 01:39:53','','','','publish','closed','closed','','1017','','','2023-11-13 07:09:53','2023-11-13 01:39:53','',0,'https://lead.sharpsight.in/nf_sub/1017/',0,'nf_sub','',0),(1018,0,'2023-11-13 07:14:27','2023-11-13 01:44:27','','','','publish','closed','closed','','1018','','','2023-11-13 07:14:27','2023-11-13 01:44:27','',0,'https://lead.sharpsight.in/nf_sub/1018/',0,'nf_sub','',0),(1019,0,'2023-11-13 08:02:08','2023-11-13 02:32:08','','','','publish','closed','closed','','1019','','','2023-11-13 08:02:08','2023-11-13 02:32:08','',0,'https://lead.sharpsight.in/nf_sub/1019/',0,'nf_sub','',0),(1020,0,'2023-11-14 00:36:06','2023-11-13 19:06:06','','','','publish','closed','closed','','1020','','','2023-11-14 00:36:06','2023-11-13 19:06:06','',0,'https://lead.sharpsight.in/nf_sub/1020/',0,'nf_sub','',0),(1021,0,'2023-11-14 08:56:46','2023-11-14 03:26:46','','','','publish','closed','closed','','1021','','','2023-11-14 08:56:46','2023-11-14 03:26:46','',0,'https://lead.sharpsight.in/nf_sub/1021/',0,'nf_sub','',0),(1022,0,'2023-11-14 23:05:34','2023-11-14 17:35:34','','','','publish','closed','closed','','1022','','','2023-11-14 23:05:34','2023-11-14 17:35:34','',0,'https://lead.sharpsight.in/nf_sub/1022/',0,'nf_sub','',0),(1023,0,'2023-11-15 01:43:09','2023-11-14 20:13:09','','','','publish','closed','closed','','1023','','','2023-11-15 01:43:09','2023-11-14 20:13:09','',0,'https://lead.sharpsight.in/nf_sub/1023/',0,'nf_sub','',0),(1024,0,'2023-11-16 01:15:57','2023-11-15 19:45:57','','','','publish','closed','closed','','1024','','','2023-11-16 01:15:57','2023-11-15 19:45:57','',0,'https://lead.sharpsight.in/nf_sub/1024/',0,'nf_sub','',0),(1025,0,'2023-11-16 07:35:41','2023-11-16 02:05:41','','','','publish','closed','closed','','1025','','','2023-11-16 07:35:41','2023-11-16 02:05:41','',0,'https://lead.sharpsight.in/nf_sub/1025/',0,'nf_sub','',0),(1026,0,'2023-11-22 10:47:37','2023-11-22 05:17:37','','','','publish','closed','closed','','1026','','','2023-11-22 10:47:37','2023-11-22 05:17:37','',0,'https://lead.sharpsight.in/nf_sub/1026/',0,'nf_sub','',0),(1027,0,'2023-11-22 22:05:28','2023-11-22 16:35:28','','','','publish','closed','closed','','1027','','','2023-11-22 22:05:28','2023-11-22 16:35:28','',0,'https://lead.sharpsight.in/nf_sub/1027/',0,'nf_sub','',0),(1028,0,'2023-11-23 00:56:39','2023-11-22 19:26:39','','','','publish','closed','closed','','1028','','','2023-11-23 00:56:39','2023-11-22 19:26:39','',0,'https://lead.sharpsight.in/nf_sub/1028/',0,'nf_sub','',0),(1029,0,'2023-11-23 02:35:18','2023-11-22 21:05:18','','','','publish','closed','closed','','1029','','','2023-11-23 02:35:18','2023-11-22 21:05:18','',0,'https://lead.sharpsight.in/nf_sub/1029/',0,'nf_sub','',0),(1030,0,'2023-11-23 07:53:08','2023-11-23 02:23:08','','','','publish','closed','closed','','1030','','','2023-11-23 07:53:08','2023-11-23 02:23:08','',0,'https://lead.sharpsight.in/nf_sub/1030/',0,'nf_sub','',0),(1031,0,'2023-11-23 09:06:20','2023-11-23 03:36:20','','','','publish','closed','closed','','1031','','','2023-11-23 09:06:20','2023-11-23 03:36:20','',0,'https://lead.sharpsight.in/nf_sub/1031/',0,'nf_sub','',0),(1032,0,'2023-11-23 22:29:36','2023-11-23 16:59:36','','','','publish','closed','closed','','1032','','','2023-11-23 22:29:36','2023-11-23 16:59:36','',0,'https://lead.sharpsight.in/nf_sub/1032/',0,'nf_sub','',0),(1033,0,'2023-11-24 08:55:01','2023-11-24 03:25:01','','','','publish','closed','closed','','1033','','','2023-11-24 08:55:01','2023-11-24 03:25:01','',0,'https://lead.sharpsight.in/nf_sub/1033/',0,'nf_sub','',0),(1034,0,'2023-11-24 12:57:53','2023-11-24 07:27:53','','','','publish','closed','closed','','1034','','','2023-11-24 12:57:53','2023-11-24 07:27:53','',0,'https://lead.sharpsight.in/nf_sub/1034/',0,'nf_sub','',0),(1035,0,'2023-11-24 22:26:57','2023-11-24 16:56:57','','','','publish','closed','closed','','1035','','','2023-11-24 22:26:57','2023-11-24 16:56:57','',0,'https://lead.sharpsight.in/nf_sub/1035/',0,'nf_sub','',0),(1036,0,'2023-11-25 20:27:17','2023-11-25 14:57:17','','','','publish','closed','closed','','1036','','','2023-11-25 20:27:17','2023-11-25 14:57:17','',0,'https://lead.sharpsight.in/nf_sub/1036/',0,'nf_sub','',0),(1037,0,'2023-11-25 23:50:10','2023-11-25 18:20:10','','','','publish','closed','closed','','1037','','','2023-11-25 23:50:10','2023-11-25 18:20:10','',0,'https://lead.sharpsight.in/nf_sub/1037/',0,'nf_sub','',0),(1038,0,'2023-11-26 06:59:30','2023-11-26 01:29:30','','','','publish','closed','closed','','1038','','','2023-11-26 06:59:30','2023-11-26 01:29:30','',0,'https://lead.sharpsight.in/nf_sub/1038/',0,'nf_sub','',0),(1039,0,'2023-11-26 07:02:09','2023-11-26 01:32:09','','','','publish','closed','closed','','1039','','','2023-11-26 07:02:09','2023-11-26 01:32:09','',0,'https://lead.sharpsight.in/nf_sub/1039/',0,'nf_sub','',0),(1040,0,'2023-11-26 07:34:59','2023-11-26 02:04:59','','','','publish','closed','closed','','1040','','','2023-11-26 07:34:59','2023-11-26 02:04:59','',0,'https://lead.sharpsight.in/nf_sub/1040/',0,'nf_sub','',0),(1041,0,'2023-11-26 07:57:40','2023-11-26 02:27:40','','','','publish','closed','closed','','1041','','','2023-11-26 07:57:40','2023-11-26 02:27:40','',0,'https://lead.sharpsight.in/nf_sub/1041/',0,'nf_sub','',0),(1042,0,'2023-11-26 22:51:03','2023-11-26 17:21:03','','','','publish','closed','closed','','1042','','','2023-11-26 22:51:03','2023-11-26 17:21:03','',0,'https://lead.sharpsight.in/nf_sub/1042/',0,'nf_sub','',0),(1043,0,'2023-11-26 23:29:45','2023-11-26 17:59:45','','','','publish','closed','closed','','1043','','','2023-11-26 23:29:45','2023-11-26 17:59:45','',0,'https://lead.sharpsight.in/nf_sub/1043/',0,'nf_sub','',0),(1044,0,'2023-11-27 01:10:35','2023-11-26 19:40:35','','','','publish','closed','closed','','1044','','','2023-11-27 01:10:35','2023-11-26 19:40:35','',0,'https://lead.sharpsight.in/nf_sub/1044/',0,'nf_sub','',0),(1045,0,'2023-11-27 07:22:12','2023-11-27 01:52:12','','','','publish','closed','closed','','1045','','','2023-11-27 07:22:12','2023-11-27 01:52:12','',0,'https://lead.sharpsight.in/nf_sub/1045/',0,'nf_sub','',0),(1046,0,'2023-11-27 07:34:59','2023-11-27 02:04:59','','','','publish','closed','closed','','1046','','','2023-11-27 07:34:59','2023-11-27 02:04:59','',0,'https://lead.sharpsight.in/nf_sub/1046/',0,'nf_sub','',0),(1047,0,'2023-11-27 08:32:55','2023-11-27 03:02:55','','','','publish','closed','closed','','1047','','','2023-11-27 08:32:55','2023-11-27 03:02:55','',0,'https://lead.sharpsight.in/nf_sub/1047/',0,'nf_sub','',0),(1048,0,'2023-11-27 08:33:59','2023-11-27 03:03:59','','','','publish','closed','closed','','1048','','','2023-11-27 08:33:59','2023-11-27 03:03:59','',0,'https://lead.sharpsight.in/nf_sub/1048/',0,'nf_sub','',0),(1049,0,'2023-11-27 18:17:56','2023-11-27 12:47:56','','','','publish','closed','closed','','1049','','','2023-11-27 18:17:56','2023-11-27 12:47:56','',0,'https://lead.sharpsight.in/nf_sub/1049/',0,'nf_sub','',0),(1050,0,'2023-11-28 08:54:31','2023-11-28 03:24:31','','','','publish','closed','closed','','1050','','','2023-11-28 08:54:31','2023-11-28 03:24:31','',0,'https://lead.sharpsight.in/nf_sub/1050/',0,'nf_sub','',0),(1051,0,'2023-11-29 03:51:39','2023-11-28 22:21:39','','','','publish','closed','closed','','1051','','','2023-11-29 03:51:39','2023-11-28 22:21:39','',0,'https://lead.sharpsight.in/nf_sub/1051/',0,'nf_sub','',0),(1052,0,'2023-11-29 07:44:53','2023-11-29 02:14:53','','','','publish','closed','closed','','1052','','','2023-11-29 07:44:53','2023-11-29 02:14:53','',0,'https://lead.sharpsight.in/nf_sub/1052/',0,'nf_sub','',0),(1053,0,'2023-11-30 04:35:43','2023-11-29 23:05:43','','','','publish','closed','closed','','1053','','','2023-11-30 04:35:43','2023-11-29 23:05:43','',0,'https://lead.sharpsight.in/nf_sub/1053/',0,'nf_sub','',0),(1054,0,'2023-11-30 05:24:30','2023-11-29 23:54:30','','','','publish','closed','closed','','1054','','','2023-11-30 05:24:30','2023-11-29 23:54:30','',0,'https://lead.sharpsight.in/nf_sub/1054/',0,'nf_sub','',0),(1055,0,'2023-11-30 07:53:13','2023-11-30 02:23:13','','','','publish','closed','closed','','1055','','','2023-11-30 07:53:13','2023-11-30 02:23:13','',0,'https://lead.sharpsight.in/nf_sub/1055/',0,'nf_sub','',0),(1056,0,'2023-11-30 22:30:57','2023-11-30 17:00:57','','','','publish','closed','closed','','1056','','','2023-11-30 22:30:57','2023-11-30 17:00:57','',0,'https://lead.sharpsight.in/nf_sub/1056/',0,'nf_sub','',0),(1057,0,'2023-12-03 07:04:01','2023-12-03 01:34:01','','','','publish','closed','closed','','1057','','','2023-12-03 07:04:01','2023-12-03 01:34:01','',0,'https://lead.sharpsight.in/nf_sub/1057/',0,'nf_sub','',0),(1058,0,'2023-12-03 23:46:55','2023-12-03 18:16:55','','','','publish','closed','closed','','1058','','','2023-12-03 23:46:55','2023-12-03 18:16:55','',0,'https://lead.sharpsight.in/nf_sub/1058/',0,'nf_sub','',0),(1059,0,'2023-12-04 08:11:06','2023-12-04 02:41:06','','','','publish','closed','closed','','1059','','','2023-12-04 08:11:06','2023-12-04 02:41:06','',0,'https://lead.sharpsight.in/nf_sub/1059/',0,'nf_sub','',0),(1060,0,'2023-12-04 22:05:49','2023-12-04 16:35:49','','','','publish','closed','closed','','1060','','','2023-12-04 22:05:49','2023-12-04 16:35:49','',0,'https://lead.sharpsight.in/nf_sub/1060/',0,'nf_sub','',0),(1061,0,'2023-12-05 00:12:31','2023-12-04 18:42:31','','','','publish','closed','closed','','1061','','','2023-12-05 00:12:31','2023-12-04 18:42:31','',0,'https://lead.sharpsight.in/nf_sub/1061/',0,'nf_sub','',0),(1062,0,'2023-12-05 08:44:44','2023-12-05 03:14:44','','','','publish','closed','closed','','1062','','','2023-12-05 08:44:44','2023-12-05 03:14:44','',0,'https://lead.sharpsight.in/nf_sub/1062/',0,'nf_sub','',0),(1063,0,'2023-12-05 19:58:20','2023-12-05 14:28:20','','','','publish','closed','closed','','1063','','','2023-12-05 19:58:20','2023-12-05 14:28:20','',0,'https://lead.sharpsight.in/nf_sub/1063/',0,'nf_sub','',0),(1064,0,'2023-12-05 22:45:13','2023-12-05 17:15:13','','','','publish','closed','closed','','1064','','','2023-12-05 22:45:13','2023-12-05 17:15:13','',0,'https://lead.sharpsight.in/nf_sub/1064/',0,'nf_sub','',0),(1065,0,'2023-12-06 03:14:33','2023-12-05 21:44:33','','','','publish','closed','closed','','1065','','','2023-12-06 03:14:33','2023-12-05 21:44:33','',0,'https://lead.sharpsight.in/nf_sub/1065/',0,'nf_sub','',0),(1066,0,'2023-12-06 08:38:24','2023-12-06 03:08:24','','','','publish','closed','closed','','1066','','','2023-12-06 08:38:24','2023-12-06 03:08:24','',0,'https://lead.sharpsight.in/nf_sub/1066/',0,'nf_sub','',0),(1067,0,'2023-12-06 22:07:22','2023-12-06 16:37:22','','','','publish','closed','closed','','1067','','','2023-12-06 22:07:22','2023-12-06 16:37:22','',0,'https://lead.sharpsight.in/nf_sub/1067/',0,'nf_sub','',0),(1068,0,'2023-12-07 22:14:21','2023-12-07 16:44:21','','','','publish','closed','closed','','1068','','','2023-12-07 22:14:21','2023-12-07 16:44:21','',0,'https://lead.sharpsight.in/nf_sub/1068/',0,'nf_sub','',0),(1069,0,'2023-12-07 22:48:47','2023-12-07 17:18:47','','','','publish','closed','closed','','1069','','','2023-12-07 22:48:47','2023-12-07 17:18:47','',0,'https://lead.sharpsight.in/nf_sub/1069/',0,'nf_sub','',0),(1070,0,'2023-12-08 06:37:20','2023-12-08 01:07:20','','','','publish','closed','closed','','1070','','','2023-12-08 06:37:20','2023-12-08 01:07:20','',0,'https://lead.sharpsight.in/nf_sub/1070/',0,'nf_sub','',0),(1071,0,'2023-12-08 08:06:29','2023-12-08 02:36:29','','','','publish','closed','closed','','1071','','','2023-12-08 08:06:29','2023-12-08 02:36:29','',0,'https://lead.sharpsight.in/nf_sub/1071/',0,'nf_sub','',0),(1072,0,'2023-12-08 22:16:31','2023-12-08 16:46:31','','','','publish','closed','closed','','1072','','','2023-12-08 22:16:31','2023-12-08 16:46:31','',0,'https://lead.sharpsight.in/nf_sub/1072/',0,'nf_sub','',0),(1073,0,'2023-12-09 00:28:57','2023-12-08 18:58:57','','','','publish','closed','closed','','1073','','','2023-12-09 00:28:57','2023-12-08 18:58:57','',0,'https://lead.sharpsight.in/nf_sub/1073/',0,'nf_sub','',0),(1074,0,'2023-12-09 08:42:56','2023-12-09 03:12:56','','','','publish','closed','closed','','1074','','','2023-12-09 08:42:56','2023-12-09 03:12:56','',0,'https://lead.sharpsight.in/nf_sub/1074/',0,'nf_sub','',0),(1075,0,'2023-12-09 08:50:46','2023-12-09 03:20:46','','','','publish','closed','closed','','1075','','','2023-12-09 08:50:46','2023-12-09 03:20:46','',0,'https://lead.sharpsight.in/nf_sub/1075/',0,'nf_sub','',0),(1076,0,'2023-12-09 08:54:45','2023-12-09 03:24:45','','','','publish','closed','closed','','1076','','','2023-12-09 08:54:45','2023-12-09 03:24:45','',0,'https://lead.sharpsight.in/nf_sub/1076/',0,'nf_sub','',0),(1077,0,'2023-12-09 08:58:38','2023-12-09 03:28:38','','','','publish','closed','closed','','1077','','','2023-12-09 08:58:38','2023-12-09 03:28:38','',0,'https://lead.sharpsight.in/nf_sub/1077/',0,'nf_sub','',0),(1078,0,'2023-12-09 08:58:54','2023-12-09 03:28:54','','','','publish','closed','closed','','1078','','','2023-12-09 08:58:54','2023-12-09 03:28:54','',0,'https://lead.sharpsight.in/nf_sub/1078/',0,'nf_sub','',0),(1079,0,'2023-12-09 12:40:45','2023-12-09 07:10:45','','','','publish','closed','closed','','1079','','','2023-12-09 12:40:45','2023-12-09 07:10:45','',0,'https://lead.sharpsight.in/nf_sub/1079/',0,'nf_sub','',0),(1080,0,'2023-12-09 22:38:27','2023-12-09 17:08:27','','','','publish','closed','closed','','1080','','','2023-12-09 22:38:27','2023-12-09 17:08:27','',0,'https://lead.sharpsight.in/nf_sub/1080/',0,'nf_sub','',0),(1081,0,'2023-12-09 23:15:47','2023-12-09 17:45:47','','','','publish','closed','closed','','1081','','','2023-12-09 23:15:47','2023-12-09 17:45:47','',0,'https://lead.sharpsight.in/nf_sub/1081/',0,'nf_sub','',0),(1082,0,'2023-12-10 22:21:16','2023-12-10 16:51:16','','','','publish','closed','closed','','1082','','','2023-12-10 22:21:16','2023-12-10 16:51:16','',0,'https://lead.sharpsight.in/nf_sub/1082/',0,'nf_sub','',0),(1083,0,'2023-12-10 22:32:37','2023-12-10 17:02:37','','','','publish','closed','closed','','1083','','','2023-12-10 22:32:37','2023-12-10 17:02:37','',0,'https://lead.sharpsight.in/nf_sub/1083/',0,'nf_sub','',0),(1084,0,'2023-12-10 22:36:29','2023-12-10 17:06:29','','','','publish','closed','closed','','1084','','','2023-12-10 22:36:29','2023-12-10 17:06:29','',0,'https://lead.sharpsight.in/nf_sub/1084/',0,'nf_sub','',0),(1085,0,'2023-12-10 22:43:58','2023-12-10 17:13:58','','','','publish','closed','closed','','1085','','','2023-12-10 22:43:58','2023-12-10 17:13:58','',0,'https://lead.sharpsight.in/nf_sub/1085/',0,'nf_sub','',0),(1086,0,'2023-12-11 08:01:46','2023-12-11 02:31:46','','','','publish','closed','closed','','1086','','','2023-12-11 08:01:46','2023-12-11 02:31:46','',0,'https://lead.sharpsight.in/nf_sub/1086/',0,'nf_sub','',0),(1087,0,'2023-12-11 08:29:27','2023-12-11 02:59:27','','','','publish','closed','closed','','1087','','','2023-12-11 08:29:27','2023-12-11 02:59:27','',0,'https://lead.sharpsight.in/nf_sub/1087/',0,'nf_sub','',0),(1088,0,'2023-12-11 11:02:33','2023-12-11 05:32:33','','','','publish','closed','closed','','1088','','','2023-12-11 11:02:33','2023-12-11 05:32:33','',0,'https://lead.sharpsight.in/nf_sub/1088/',0,'nf_sub','',0),(1089,0,'2023-12-11 22:42:05','2023-12-11 17:12:05','','','','publish','closed','closed','','1089','','','2023-12-11 22:42:05','2023-12-11 17:12:05','',0,'https://lead.sharpsight.in/nf_sub/1089/',0,'nf_sub','',0),(1090,0,'2023-12-12 07:42:14','2023-12-12 02:12:14','','','','publish','closed','closed','','1090','','','2023-12-12 07:42:14','2023-12-12 02:12:14','',0,'https://lead.sharpsight.in/nf_sub/1090/',0,'nf_sub','',0),(1091,0,'2023-12-12 08:21:26','2023-12-12 02:51:26','','','','publish','closed','closed','','1091','','','2023-12-12 08:21:26','2023-12-12 02:51:26','',0,'https://lead.sharpsight.in/nf_sub/1091/',0,'nf_sub','',0),(1092,0,'2023-12-13 23:35:29','2023-12-13 18:05:29','','','','publish','closed','closed','','1092','','','2023-12-13 23:35:29','2023-12-13 18:05:29','',0,'https://lead.sharpsight.in/nf_sub/1092/',0,'nf_sub','',0),(1093,0,'2023-12-14 07:17:04','2023-12-14 01:47:04','','','','publish','closed','closed','','1093','','','2023-12-14 07:17:04','2023-12-14 01:47:04','',0,'https://lead.sharpsight.in/nf_sub/1093/',0,'nf_sub','',0),(1094,0,'2023-12-14 22:57:11','2023-12-14 17:27:11','','','','publish','closed','closed','','1094','','','2023-12-14 22:57:11','2023-12-14 17:27:11','',0,'https://lead.sharpsight.in/nf_sub/1094/',0,'nf_sub','',0),(1095,0,'2023-12-15 07:00:58','2023-12-15 01:30:58','','','','publish','closed','closed','','1095','','','2023-12-15 07:00:58','2023-12-15 01:30:58','',0,'https://lead.sharpsight.in/nf_sub/1095/',0,'nf_sub','',0),(1096,0,'2023-12-15 07:47:48','2023-12-15 02:17:48','','','','publish','closed','closed','','1096','','','2023-12-15 07:47:48','2023-12-15 02:17:48','',0,'https://lead.sharpsight.in/nf_sub/1096/',0,'nf_sub','',0),(1097,0,'2023-12-15 22:13:32','2023-12-15 16:43:32','','','','publish','closed','closed','','1097','','','2023-12-15 22:13:32','2023-12-15 16:43:32','',0,'https://lead.sharpsight.in/nf_sub/1097/',0,'nf_sub','',0),(1098,0,'2023-12-16 08:09:15','2023-12-16 02:39:15','','','','publish','closed','closed','','1098','','','2023-12-16 08:09:15','2023-12-16 02:39:15','',0,'https://lead.sharpsight.in/nf_sub/1098/',0,'nf_sub','',0),(1099,0,'2023-12-16 08:42:08','2023-12-16 03:12:08','','','','publish','closed','closed','','1099','','','2023-12-16 08:42:08','2023-12-16 03:12:08','',0,'https://lead.sharpsight.in/nf_sub/1099/',0,'nf_sub','',0),(1100,0,'2023-12-16 08:55:51','2023-12-16 03:25:51','','','','publish','closed','closed','','1100','','','2023-12-16 08:55:51','2023-12-16 03:25:51','',0,'https://lead.sharpsight.in/nf_sub/1100/',0,'nf_sub','',0),(1101,0,'2023-12-16 09:02:28','2023-12-16 03:32:28','','','','publish','closed','closed','','1101','','','2023-12-16 09:02:28','2023-12-16 03:32:28','',0,'https://lead.sharpsight.in/nf_sub/1101/',0,'nf_sub','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(6,2,0),(12,3,0),(13,3,0),(30,3,0),(49,4,0),(68,3,0),(69,3,0),(72,3,0),(77,3,0),(278,2,0),(378,5,0),(378,6,0),(378,7,0),(378,8,0),(379,7,0),(379,9,0),(379,10,0),(379,11,0),(379,12,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'elementor_library_type','',0,1),(3,3,'elementor_library_type','',0,7),(4,4,'wp_theme','',0,1),(5,5,'wpcode_type','',0,1),(6,6,'wpcode_location','',0,1),(7,7,'wpcode_tags','',0,2),(8,8,'wpcode_tags','',0,1),(9,9,'wpcode_type','',0,1),(10,10,'wpcode_location','',0,1),(11,11,'wpcode_tags','',0,1),(12,12,'wpcode_tags','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'page','page',0),(3,'section','section',0),(4,'twentytwentythree','twentytwentythree',0),(5,'text','text',0),(6,'after_paragraph','after_paragraph',0),(7,'sample','sample',0),(8,'message','message',0),(9,'php','php',0),(10,'everywhere','everywhere',0),(11,'disable','disable',0),(12,'comments','comments',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=289 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','sitemanager'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','0'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"122.185.42.0\";}'),(19,1,'elementor_introduction','a:4:{s:27:\"ai-get-started-announcement\";b:1;s:7:\"exit_to\";b:1;s:20:\"globals_introduction\";b:1;s:6:\"e-apps\";b:1;}'),(20,1,'announcements_user_counter','1'),(21,1,'hfe-popup','dismissed'),(22,1,'header-footer-elementor-rating','delayed-notice'),(23,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}}s:9:\"_modified\";s:24:\"2023-06-14T09:58:28.203Z\";}'),(24,1,'wp_user-settings','editor=tinymce&libraryContent=browse'),(25,1,'wp_user-settings-time','1685301933'),(26,1,'wp_nf_form_preview_tmp-1685365103','a:4:{s:2:\"id\";s:14:\"tmp-1685365103\";s:8:\"settings\";a:32:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:0:\"\";s:10:\"show_title\";i:1;s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:24:\"form_title_heading_level\";s:1:\"3\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:0;s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:13:\"sub_limit_msg\";s:42:\"The form has reached its submission limit.\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:23:\"firstname_1685365121523\";i:1;s:19:\"phone_1685365132389\";i:2;s:21:\"textbox_1685366130813\";i:3;s:22:\"book_now_1685366391766\";}s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:6:\"fields\";a:4:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:20:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:0:\"\";s:4:\"type\";s:9:\"firstname\";s:3:\"key\";s:23:\"firstname_1685365121523\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:4:\"Name\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"fname\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:0:\"\";s:4:\"type\";s:5:\"phone\";s:3:\"key\";s:19:\"phone_1685365132389\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:5:\"Phone\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:5:\"phone\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}}s:5:\"tmp-5\";a:1:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:11:\"idAttribute\";s:2:\"id\";s:4:\"type\";s:7:\"textbox\";s:5:\"label\";s:0:\"\";s:3:\"key\";s:21:\"textbox_1685366130813\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"default\";s:0:\"\";s:11:\"placeholder\";s:3:\"AGE\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";b:0;s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}}s:5:\"tmp-6\";a:1:{s:8:\"settings\";a:12:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:8:\"Book Now\";s:4:\"type\";s:6:\"submit\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:22:\"book_now_1685366391766\";s:14:\"drawerDisabled\";b:0;}}}s:7:\"actions\";a:3:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:19:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Success Message\";s:4:\"type\";s:14:\"successmessage\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";i:1;s:6:\"active\";b:1;s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:17:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:11:\"Admin Email\";s:4:\"type\";s:5:\"email\";s:5:\"order\";i:2;s:6:\"active\";b:1;s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:17:\"Record Submission\";s:4:\"type\";s:4:\"save\";s:5:\"order\";i:3;s:6:\"active\";b:1;s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:12:\"redirect_url\";s:0:\"\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}}}}'),(30,1,'wp_elementor_connect_common_data','a:7:{s:9:\"client_id\";s:32:\"nytS5qzrrajhIbGJ2Q4RD7M54VtznL2f\";s:11:\"auth_secret\";s:32:\"wYNQu9Yl0X2AoBQSZXM9m3noeJdOglzt\";s:12:\"access_token\";s:313:\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjg2NTAzMiwiYXVkIjoiaHR0cHM6Ly90ZXN0c2hhcnBsYW5kaW5nLmluOC5jZG4tYWxwaGEuY29tLyIsImNsaWVudF9pZCI6Im55dFM1cXpycmFqaEliR0oyUTRSRDdNNTRWdHpuTDJmIiwiY29ubmVjdF90eXBlIjoibGlicmFyeSIsImlhdCI6MTY4NTc3OTQ3MywiZXhwIjozMTcyMzAyMjE4NzN9.dA9mKg8fdMalfagtHEUedfND39u3tUMgSimyeNOZeVo\";s:19:\"access_token_secret\";s:32:\"BYGOhMAMSV4NovZAAlQmT7s236JHJyyf\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:21:\"dhiraj@whatthehell.co\";}s:19:\"data_share_opted_in\";b:1;}'),(57,1,'closedpostboxes_page','a:0:{}'),(58,1,'metaboxhidden_page','a:0:{}'),(60,1,'_yoast_wpseo_profile_updated','1686736926'),(237,1,'elementor_admin_notices','a:1:{s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:0;s:4:\"meta\";a:1:{s:7:\"version\";s:6:\"3.18.2\";}}}'),(242,1,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:354:\"<p>You can speed up your site and get insight into your internal linking structure by letting us perform a few optimizations to the way SEO data is stored. </p><p>We estimate this will take less than a minute.</p><a class=\"button\" href=\"https://lead.sharpsight.in/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">Start SEO data optimization</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'sitemanager','$P$B/mkmufAIhffjPzQpD8aoKTLAW3RMR.','sitemanager','theshivendra@whatthehell.co','https://testsharplanding.in8.cdn-alpha.com','2023-05-28 15:43:19','',0,'sitemanager');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpmailsmtp_debug_events`
--

DROP TABLE IF EXISTS `wp_wpmailsmtp_debug_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpmailsmtp_debug_events` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `content` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `initiator` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `event_type` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2150 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpmailsmtp_debug_events`
--

LOCK TABLES `wp_wpmailsmtp_debug_events` WRITE;
/*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` DISABLE KEYS */;
INSERT INTO `wp_wpmailsmtp_debug_events` VALUES (1,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',1,'2023-06-07 13:07:20'),(2,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',0,'2023-06-07 21:12:19'),(3,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',0,'2023-06-07 21:12:19'),(4,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',0,'2023-06-07 21:12:19'),(5,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',0,'2023-06-07 21:19:38'),(6,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',0,'2023-06-07 21:19:38'),(7,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',0,'2023-06-07 21:19:38'),(8,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',0,'2023-06-07 21:21:14'),(9,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',1,'2023-06-08 05:39:03'),(10,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',1,'2023-06-08 05:40:25'),(11,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',1,'2023-06-08 05:45:05'),(12,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',1,'2023-06-08 05:49:20'),(13,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',0,'2023-06-13 10:39:55'),(14,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',0,'2023-06-13 10:45:32'),(15,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',0,'2023-06-13 10:46:20'),(16,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',0,'2023-06-13 10:53:37'),(17,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:17:15'),(18,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:17:15'),(19,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:17:15'),(20,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:32:28'),(21,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:32:28'),(22,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:32:28'),(23,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:34:30'),(24,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:34:30'),(25,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:34:30'),(26,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:37:06'),(27,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:37:06'),(28,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-13 11:37:06'),(29,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:24:46'),(30,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:24:46'),(31,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:31:39'),(32,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:32:06'),(33,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:32:07'),(34,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:37:18'),(35,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:37:18'),(36,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:42:00'),(37,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:42:00'),(38,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:46:01'),(39,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:46:01'),(40,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:46:52'),(41,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:46:52'),(42,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:52:56'),(43,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 09:52:56'),(44,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 11:01:28'),(45,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 11:01:28'),(46,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 12:30:01'),(47,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-14 12:30:01'),(48,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-15 13:29:35'),(49,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-15 13:29:35'),(50,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-19 10:35:33'),(51,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-19 10:35:33'),(52,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-19 10:42:14'),(53,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-19 10:42:14'),(54,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-19 10:42:44'),(55,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-19 10:42:44'),(56,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-19 10:44:18'),(57,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-19 10:44:18'),(58,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-19 10:46:19'),(59,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-19 10:46:19'),(60,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-20 08:15:49'),(61,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-20 08:15:49'),(62,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-20 08:17:54'),(63,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-20 08:17:54'),(64,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-20 13:27:17'),(65,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-20 13:27:17'),(66,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-21 13:09:45'),(67,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-21 16:04:01'),(68,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-21 16:04:01'),(69,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-21 17:46:09'),(70,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-21 17:46:09'),(71,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-21 18:16:08'),(72,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-21 18:16:08'),(73,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-21 21:52:55'),(74,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-21 21:52:55'),(75,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-21 23:38:05'),(76,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-21 23:38:05'),(77,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 01:27:11'),(78,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 01:51:44'),(79,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 01:51:44'),(80,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 02:13:02'),(81,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 02:13:02'),(82,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 02:57:32'),(83,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 02:57:32'),(84,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 03:09:47'),(85,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 03:09:47'),(86,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 03:13:32'),(87,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 03:13:32'),(88,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 04:26:24'),(89,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 04:26:24'),(90,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 06:26:45'),(91,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 06:26:45'),(92,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 06:35:49'),(93,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 06:35:49'),(94,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 08:05:46'),(95,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 08:17:20'),(96,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 08:17:20'),(97,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 08:18:07'),(98,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 09:04:45'),(99,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 09:04:45'),(100,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 09:48:12'),(101,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 09:48:12'),(102,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 09:48:12'),(103,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',1,'2023-06-22 09:48:27'),(104,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',1,'2023-06-22 09:50:38'),(105,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 11:31:02'),(106,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 11:31:02'),(107,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-22 11:31:02'),(108,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 11:40:40'),(109,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 11:40:40'),(110,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 13:00:11'),(111,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 13:00:11'),(112,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 13:00:11'),(113,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 13:00:13'),(114,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 13:00:13'),(115,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 13:00:13'),(116,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 15:20:51'),(117,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 15:20:51'),(118,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 15:20:51'),(119,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 15:55:54'),(120,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 15:55:54'),(121,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 15:55:54'),(122,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 16:13:09'),(123,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 16:13:09'),(124,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-22 16:13:09'),(125,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 01:02:30'),(126,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 01:02:30'),(127,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 01:02:30'),(128,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 02:11:30'),(129,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 02:11:30'),(130,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 02:11:30'),(131,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 02:37:26'),(132,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 02:37:26'),(133,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 02:42:18'),(134,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 02:42:18'),(135,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 02:42:18'),(136,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 03:17:29'),(137,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 03:17:29'),(138,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 03:17:29'),(139,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 03:25:07'),(140,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 03:25:07'),(141,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 03:25:07'),(142,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 03:28:23'),(143,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 03:28:23'),(144,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 03:28:23'),(145,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 04:45:58'),(146,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 04:45:58'),(147,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 04:45:58'),(148,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 05:32:41'),(149,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 05:32:41'),(150,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 05:32:41'),(151,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 06:33:39'),(152,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 06:33:39'),(153,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 07:28:53'),(154,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 07:28:53'),(155,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 08:58:23'),(156,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 08:58:23'),(157,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 08:58:23'),(158,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 09:47:13'),(159,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-23 09:47:13'),(160,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 11:21:30'),(161,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 11:21:30'),(162,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 11:21:30'),(163,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 14:58:50'),(164,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 14:58:50'),(165,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 14:58:50'),(166,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:03:08'),(167,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:03:08'),(168,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:03:08'),(169,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:30:46'),(170,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:30:46'),(171,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:30:46'),(172,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:31:20'),(173,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:31:20'),(174,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:31:20'),(175,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:54:11'),(176,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:54:11'),(177,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-23 16:54:11'),(178,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 02:44:40'),(179,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 02:44:40'),(180,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 02:44:40'),(181,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 03:06:10'),(182,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 03:06:10'),(183,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 03:06:10'),(184,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 03:30:04'),(185,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 03:30:04'),(186,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 03:30:47'),(187,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 03:30:47'),(188,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 03:30:47'),(189,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 06:11:47'),(190,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 06:11:47'),(191,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 06:11:47'),(192,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 06:17:56'),(193,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 06:17:57'),(194,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 07:06:46'),(195,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 07:06:46'),(196,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 07:06:46'),(197,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 08:12:37'),(198,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 08:12:37'),(199,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 10:31:49'),(200,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 10:31:49'),(201,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 10:31:50'),(202,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 10:40:31'),(203,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 10:40:31'),(204,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-24 10:40:31'),(205,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 02:33:10'),(206,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 02:33:10'),(207,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 02:45:14'),(208,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 02:45:14'),(209,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 03:24:32'),(210,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 03:24:32'),(211,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 03:24:32'),(212,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 05:13:15'),(213,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 05:13:15'),(214,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 05:13:15'),(215,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 05:45:22'),(216,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 05:45:22'),(217,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 05:45:22'),(218,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 06:17:47'),(219,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 06:17:47'),(220,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 06:17:47'),(221,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 07:30:28'),(222,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 07:30:28'),(223,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 07:30:28'),(224,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 08:41:54'),(225,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 08:41:54'),(226,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-25 08:41:54'),(227,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-25 13:28:06'),(228,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-25 13:28:06'),(229,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-25 13:28:06'),(230,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-25 14:38:02'),(231,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-25 14:38:02'),(232,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-25 14:38:02'),(233,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-25 22:57:37'),(234,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-25 22:57:37'),(235,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-25 22:57:37'),(236,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 01:45:03'),(237,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 01:45:03'),(238,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 01:45:03'),(239,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 01:56:00'),(240,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 01:56:00'),(241,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 01:56:00'),(242,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 02:46:12'),(243,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 02:46:12'),(244,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 02:46:12'),(245,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 03:26:42'),(246,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 03:26:42'),(247,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 03:26:42'),(248,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 05:22:07'),(249,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 05:22:07'),(250,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 07:18:35'),(251,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 07:18:35'),(252,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 07:18:35'),(253,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 09:37:20'),(254,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 09:37:20'),(255,'An email request was sent.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-26 09:37:20'),(256,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 16:23:07'),(257,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 16:23:07'),(258,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 16:23:07'),(259,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 17:47:51'),(260,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 17:47:51'),(261,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 17:47:51'),(262,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 20:15:11'),(263,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 20:15:11'),(264,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 20:15:11'),(265,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 20:31:56'),(266,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 20:31:56'),(267,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 20:31:56'),(268,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 21:09:05'),(269,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 21:09:05'),(270,'Mailer: Default (none)\r\nPHPMailer was able to connect to SMTP server but failed while trying to send an email.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',0,'2023-06-26 21:09:05'),(271,'An error occurred when trying to get Gmail aliases: {\n  &quot;error&quot;: {\n    &quot;code&quot;: 401,\n    &quot;message&quot;: &quot;Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.&quot;,\n    &quot;errors&quot;: [\n      {\n        &quot;message&quot;: &quot;Login Required.&quot;,\n        &quot;domain&quot;: &quot;global&quot;,\n        &quot;reason&quot;: &quot;required&quot;,\n        &quot;location&quot;: &quot;Authorization&quot;,\n        &quot;locationType&quot;: &quot;header&quot;\n      }\n    ],\n    &quot;status&quot;: &quot;UNAUTHENTICATED&quot;,\n    &quot;details&quot;: [\n      {\n        &quot;@type&quot;: &quot;type.googleapis.com/google.rpc.ErrorInfo&quot;,\n        &quot;reason&quot;: &quot;CREDENTIALS_MISSING&quot;,\n        &quot;domain&quot;: &quot;googleapis.com&quot;,\n        &quot;metadata&quot;: {\n          &quot;service&quot;: &quot;gmail.googleapis.com&quot;,\n          &quot;method&quot;: &quot;caribou.api.proto.MailboxService.ListSendAs&quot;\n        }\n      }\n    ]\n  }\n}','',1,'2023-06-27 07:15:05'),(272,'An error occurred when trying to get Gmail aliases: {\n  &quot;error&quot;: {\n    &quot;code&quot;: 401,\n    &quot;message&quot;: &quot;Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.&quot;,\n    &quot;errors&quot;: [\n      {\n        &quot;message&quot;: &quot;Login Required.&quot;,\n        &quot;domain&quot;: &quot;global&quot;,\n        &quot;reason&quot;: &quot;required&quot;,\n        &quot;location&quot;: &quot;Authorization&quot;,\n        &quot;locationType&quot;: &quot;header&quot;\n      }\n    ],\n    &quot;status&quot;: &quot;UNAUTHENTICATED&quot;,\n    &quot;details&quot;: [\n      {\n        &quot;@type&quot;: &quot;type.googleapis.com/google.rpc.ErrorInfo&quot;,\n        &quot;reason&quot;: &quot;CREDENTIALS_MISSING&quot;,\n        &quot;domain&quot;: &quot;googleapis.com&quot;,\n        &quot;metadata&quot;: {\n          &quot;service&quot;: &quot;gmail.googleapis.com&quot;,\n          &quot;method&quot;: &quot;caribou.api.proto.MailboxService.ListSendAs&quot;\n        }\n      }\n    ]\n  }\n}','',1,'2023-06-27 07:15:05'),(273,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/Pages\\/TestTab.php\",\"line\":349,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Admin\\/ParentPageAbstract.php\",\"line\":265,\"function\":\"process_post\",\"class\":\"WPMailSMTP\\\\Admin\\\\Pages\\\\TestTab\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"process_actions\",\"class\":\"WPMailSMTP\\\\Admin\\\\ParentPageAbstract\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin.php\",\"line\":175,\"function\":\"do_action\"}]}',1,'2023-06-27 07:16:34'),(274,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/includes\\/misc.php\",\"line\":1541,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/includes\\/misc.php\",\"line\":1541,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"update_option_new_admin_email\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/option.php\",\"line\":570,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/options.php\",\"line\":322,\"function\":\"update_option\"}]}',1,'2023-06-27 07:21:15'),(275,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/functions.php\",\"line\":7740,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/functions.php\",\"line\":7740,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"wp_site_admin_email_change_notification\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/option.php\",\"line\":570,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/options.php\",\"line\":65,\"function\":\"update_option\"}]}',1,'2023-06-27 07:21:56'),(276,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 07:24:36'),(277,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 07:24:37'),(278,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 07:24:39'),(279,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',1,'2023-06-27 07:27:33'),(280,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',1,'2023-06-27 07:27:35'),(281,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',1,'2023-06-27 07:27:36'),(282,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 07:38:05'),(283,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 07:38:06'),(284,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 07:38:08'),(285,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 13:58:22'),(286,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 13:58:23'),(287,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 13:58:24'),(288,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 15:44:21'),(289,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 15:44:22'),(290,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-27 15:44:23'),(291,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 02:50:01'),(292,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 02:50:03'),(293,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 02:50:04'),(294,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 05:49:37'),(295,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 05:49:38'),(296,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 05:49:40'),(297,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 16:51:50'),(298,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 16:51:52'),(299,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 16:51:53'),(300,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 17:41:10'),(301,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 17:41:13'),(302,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 17:41:14'),(303,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 19:17:11'),(304,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 19:17:12'),(305,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-28 19:17:14'),(306,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-29 02:44:31'),(307,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-29 02:44:32'),(308,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-29 02:44:34'),(309,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-29 18:08:55'),(310,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-29 18:08:56'),(311,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-29 18:08:57'),(312,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-30 03:18:02'),(313,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-30 03:18:03'),(314,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-30 03:29:43'),(315,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-30 03:29:44'),(316,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-30 03:29:45'),(317,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-30 04:16:51'),(318,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-30 04:16:52'),(319,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-06-30 04:16:53'),(320,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 06:10:19'),(321,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 06:10:20'),(322,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 06:10:21'),(323,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 08:55:34'),(324,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 08:55:35'),(325,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 08:55:36'),(326,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 09:38:19'),(327,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 09:38:20'),(328,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 09:38:21'),(329,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 17:38:32'),(330,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 17:38:33'),(331,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 17:38:35'),(332,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 17:48:27'),(333,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 17:48:28'),(334,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-01 17:48:29'),(335,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-02 05:24:53'),(336,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-02 05:24:54'),(337,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-02 05:24:55'),(338,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-02 07:03:31'),(339,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-02 07:03:32'),(340,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-02 07:03:33'),(341,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-05 17:10:32'),(342,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-05 17:10:33'),(343,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-05 17:10:34'),(344,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 02:41:15'),(345,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 02:41:16'),(346,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 03:02:26'),(347,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 03:02:27'),(348,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 03:02:28'),(349,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 03:04:01'),(350,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 03:04:02'),(351,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 03:04:03'),(352,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 03:07:55'),(353,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 03:07:56'),(354,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 03:07:57'),(355,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 06:13:43'),(356,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 06:13:44'),(357,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 06:13:45'),(358,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 06:15:17'),(359,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 06:15:19'),(360,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-06 06:15:20'),(361,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 13:42:46'),(362,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 13:42:47'),(363,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 13:42:48'),(364,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 17:30:20'),(365,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 17:30:21'),(366,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 17:30:21'),(367,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 18:01:36'),(368,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 18:01:37'),(369,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 18:05:41'),(370,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 18:05:42'),(371,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 18:05:43'),(372,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 18:26:21'),(373,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 18:26:22'),(374,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 18:26:23'),(375,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 18:35:27'),(376,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 18:35:28'),(377,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-07 18:35:29'),(378,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 01:01:53'),(379,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 01:01:54'),(380,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 01:01:55'),(381,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 01:41:40'),(382,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 01:41:41'),(383,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 01:41:42'),(384,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 01:53:09'),(385,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 01:53:10'),(386,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 01:53:11'),(387,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 03:01:28'),(388,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 03:01:30'),(389,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 03:01:31'),(390,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 03:29:40'),(391,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 03:29:41'),(392,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 03:29:42'),(393,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 03:30:50'),(394,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 03:30:51'),(395,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 03:30:52'),(396,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 17:11:43'),(397,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 17:11:44'),(398,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-08 17:11:45'),(399,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-09 03:05:48'),(400,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-09 03:05:49'),(401,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-09 03:05:50'),(402,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-09 09:28:57'),(403,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-09 09:28:58'),(404,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-09 17:46:04'),(405,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-09 17:46:05'),(406,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-09 17:46:06'),(407,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-09 22:04:24'),(408,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-09 22:04:25'),(409,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-09 22:04:27'),(410,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 01:13:23'),(411,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 01:13:24'),(412,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 01:13:25'),(413,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 02:19:16'),(414,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 02:19:17'),(415,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 02:19:18'),(416,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 03:20:13'),(417,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 03:20:14'),(418,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 06:11:24'),(419,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 06:11:25'),(420,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 06:11:26'),(421,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 09:21:15'),(422,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 09:21:16'),(423,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 09:21:17'),(424,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 09:49:15'),(425,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 09:49:17'),(426,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 09:49:18'),(427,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 19:37:33'),(428,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 19:37:33'),(429,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-10 19:37:34'),(430,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 00:50:13'),(431,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 00:50:14'),(432,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 00:50:15'),(433,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 01:41:58'),(434,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 01:41:59'),(435,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 01:42:00'),(436,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 02:03:15'),(437,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 02:03:16'),(438,'An error occurred when trying to get Gmail aliases: {\n  &quot;error&quot;: {\n    &quot;code&quot;: 500,\n    &quot;message&quot;: &quot;Unknown Error.&quot;,\n    &quot;errors&quot;: [\n      {\n        &quot;message&quot;: &quot;Unknown Error.&quot;,\n        &quot;domain&quot;: &quot;global&quot;,\n        &quot;reason&quot;: &quot;backendError&quot;\n      }\n    ],\n    &quot;status&quot;: &quot;UNKNOWN&quot;\n  }\n}','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 02:03:17'),(439,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 02:03:18'),(440,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 02:12:59'),(441,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 02:13:00'),(442,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 02:13:01'),(443,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 03:30:27'),(444,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 03:30:28'),(445,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 03:30:29'),(446,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 09:37:58'),(447,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 09:37:59'),(448,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 09:38:00'),(449,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 09:56:04'),(450,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 09:56:05'),(451,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-11 09:56:06'),(452,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-12 07:56:32'),(453,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-12 07:56:33'),(454,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-12 07:56:34'),(455,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-12 16:44:29'),(456,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-12 16:44:30'),(457,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-12 16:44:31'),(458,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-12 18:35:07'),(459,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-12 18:35:08'),(460,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-12 18:35:09'),(461,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 00:37:20'),(462,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 00:37:21'),(463,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 00:37:21'),(464,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 00:51:49'),(465,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 00:51:49'),(466,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 00:51:50'),(467,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 02:49:17'),(468,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 02:49:18'),(469,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 02:49:19'),(470,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 06:36:15'),(471,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 06:36:17'),(472,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 06:36:18'),(473,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 09:05:04'),(474,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 09:05:05'),(475,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 09:05:06'),(476,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 09:12:19'),(477,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 09:12:20'),(478,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 09:12:21'),(479,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 17:39:00'),(480,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 17:39:01'),(481,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-13 17:39:02'),(482,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 01:55:10'),(483,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 01:55:11'),(484,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 01:55:12'),(485,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 02:24:31'),(486,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 02:24:32'),(487,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 02:24:33'),(488,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 03:00:28'),(489,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 03:00:29'),(490,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 03:00:30'),(491,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 04:33:39'),(492,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 04:33:40'),(493,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-15 04:33:41'),(494,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-19 02:48:41'),(495,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-19 02:48:42'),(496,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-19 02:48:43'),(497,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-20 12:59:02'),(498,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-20 12:59:03'),(499,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 02:11:45'),(500,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 02:11:46'),(501,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 02:11:47'),(502,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 02:33:41'),(503,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 02:33:42'),(504,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 02:33:43'),(505,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 03:20:34'),(506,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 03:20:35'),(507,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 03:20:37'),(508,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 03:22:03'),(509,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 03:22:05'),(510,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 03:22:06'),(511,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 15:20:31'),(512,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 15:20:32'),(513,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 15:20:33'),(514,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 18:13:26'),(515,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 18:13:27'),(516,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 18:13:28'),(517,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 19:22:20'),(518,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-23 19:22:21'),(519,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 02:02:22'),(520,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 02:02:23'),(521,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 02:02:24'),(522,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 03:03:46'),(523,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 03:03:47'),(524,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 07:28:37'),(525,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 07:28:38'),(526,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 07:28:39'),(527,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 10:42:37'),(528,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 10:42:37'),(529,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 10:42:39'),(530,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 16:47:36'),(531,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 16:47:37'),(532,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 16:47:38'),(533,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 17:21:12'),(534,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 17:21:13'),(535,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 17:21:14'),(536,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 19:17:15'),(537,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 19:17:16'),(538,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 19:17:17'),(539,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 19:27:37'),(540,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 19:27:38'),(541,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-24 19:27:39'),(542,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-25 01:30:20'),(543,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-25 01:30:21'),(544,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-25 01:30:22'),(545,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-25 17:55:27'),(546,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-25 17:55:28'),(547,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-26 00:53:25'),(548,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-26 00:53:25'),(549,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-26 00:53:26'),(550,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-26 03:51:36'),(551,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-26 03:51:37'),(552,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-07-26 03:51:38'),(553,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-01 17:22:56'),(554,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-01 17:22:57'),(555,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 00:44:28'),(556,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 00:44:29'),(557,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 00:44:30'),(558,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 02:01:24'),(559,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 02:01:25'),(560,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 02:01:26'),(561,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 03:29:13'),(562,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 03:29:14'),(563,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 03:29:15'),(564,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 06:25:52'),(565,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 06:25:53'),(566,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 06:25:54'),(567,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 17:31:59'),(568,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 17:32:00'),(569,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-02 17:32:01'),(570,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-03 02:02:51'),(571,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-03 02:02:52'),(572,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-03 02:02:53'),(573,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-04 03:16:33'),(574,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-04 03:16:34'),(575,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-04 03:27:04'),(576,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-04 03:27:05'),(577,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-04 03:27:06'),(578,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-04 17:15:45'),(579,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-04 17:15:47'),(580,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-04 17:15:47'),(581,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-04 19:07:08'),(582,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-04 19:07:09'),(583,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 02:53:54'),(584,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 02:53:55'),(585,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 02:53:56'),(586,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 03:12:55'),(587,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 03:12:56'),(588,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 03:12:57'),(589,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 06:00:06'),(590,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 06:00:08'),(591,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 06:00:09'),(592,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 10:20:30'),(593,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 10:20:31'),(594,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 10:20:32'),(595,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 17:55:49'),(596,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 17:55:50'),(597,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 17:55:51'),(598,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 18:10:34'),(599,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 18:10:35'),(600,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-05 18:10:36'),(601,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-06 02:04:02'),(602,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-06 02:04:03'),(603,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-06 02:49:36'),(604,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-06 02:49:37'),(605,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-06 02:49:38'),(606,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-06 03:06:15'),(607,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-06 03:06:16'),(608,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":308,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":332,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-06 03:06:17'),(609,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-10 17:34:31'),(610,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-10 17:34:32'),(611,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-10 17:34:33'),(612,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-10 18:55:28'),(613,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-10 18:55:29'),(614,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-10 19:11:42'),(615,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-10 19:11:43'),(616,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 00:41:49'),(617,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 00:41:49'),(618,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 00:41:51'),(619,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 02:23:19'),(620,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 02:23:20'),(621,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 02:23:21'),(622,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 02:34:44'),(623,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 02:34:45'),(624,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 02:34:46'),(625,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 03:13:31'),(626,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 03:13:32'),(627,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 05:00:14'),(628,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 05:00:15'),(629,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 05:00:16'),(630,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 05:28:13'),(631,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 05:28:14'),(632,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 05:28:15'),(633,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 17:10:11'),(634,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 17:10:12'),(635,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 17:10:13'),(636,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 17:59:24'),(637,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 17:59:25'),(638,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-11 17:59:26'),(639,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-12 02:56:26'),(640,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-12 02:56:27'),(641,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-12 02:56:28'),(642,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-12 03:12:34'),(643,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-12 03:12:35'),(644,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-12 03:12:36'),(645,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-12 21:52:33'),(646,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-12 21:52:34'),(647,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-12 21:52:35'),(648,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-13 15:22:00'),(649,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-13 15:22:02'),(650,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-13 15:22:03'),(651,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-13 18:37:21'),(652,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-13 18:37:22'),(653,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-13 18:37:23');
INSERT INTO `wp_wpmailsmtp_debug_events` VALUES (654,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-13 18:38:30'),(655,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-13 18:38:30'),(656,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-13 18:38:31'),(657,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-14 02:23:32'),(658,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-14 02:23:33'),(659,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-14 02:23:34'),(660,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-14 02:59:21'),(661,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-14 02:59:22'),(662,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-14 08:08:37'),(663,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-14 08:08:38'),(664,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-14 08:08:39'),(665,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 02:16:30'),(666,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 02:16:31'),(667,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 02:16:32'),(668,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 03:22:30'),(669,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 03:22:31'),(670,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 03:22:32'),(671,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 03:32:52'),(672,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 03:32:53'),(673,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 03:32:55'),(674,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 04:29:27'),(675,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 04:29:29'),(676,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 04:29:29'),(677,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 17:00:48'),(678,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 17:00:49'),(679,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 17:11:59'),(680,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 17:12:00'),(681,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-15 17:12:02'),(682,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 02:28:10'),(683,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 02:28:11'),(684,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 02:28:12'),(685,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 02:37:45'),(686,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 02:37:47'),(687,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 02:37:48'),(688,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 02:46:47'),(689,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 02:46:48'),(690,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 02:46:49'),(691,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 05:28:15'),(692,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 05:28:16'),(693,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 05:28:17'),(694,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 16:40:08'),(695,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 16:40:09'),(696,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 16:40:10'),(697,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 19:50:31'),(698,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-16 19:50:32'),(699,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 02:24:28'),(700,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 02:24:29'),(701,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 02:24:30'),(702,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 03:02:18'),(703,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 03:02:19'),(704,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 03:02:19'),(705,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 06:08:13'),(706,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 06:08:14'),(707,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 06:08:15'),(708,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 06:58:36'),(709,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 06:58:37'),(710,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 06:58:38'),(711,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 08:05:40'),(712,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 08:05:42'),(713,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 08:05:43'),(714,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 15:39:43'),(715,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 15:39:44'),(716,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 15:39:45'),(717,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 17:20:08'),(718,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 17:20:09'),(719,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 17:20:10'),(720,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 18:06:04'),(721,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 18:06:05'),(722,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 18:06:06'),(723,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 18:54:56'),(724,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 18:54:58'),(725,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-17 18:54:59'),(726,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 02:10:39'),(727,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 02:10:40'),(728,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 02:10:41'),(729,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 02:21:06'),(730,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 02:21:07'),(731,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 02:21:08'),(732,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 03:16:53'),(733,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 03:16:54'),(734,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 03:16:55'),(735,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 04:10:56'),(736,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 04:10:57'),(737,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 04:35:58'),(738,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 04:35:59'),(739,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 04:36:00'),(740,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 04:41:06'),(741,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 04:41:07'),(742,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 04:41:09'),(743,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 17:05:48'),(744,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 17:05:50'),(745,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 17:05:51'),(746,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 19:31:55'),(747,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 19:31:56'),(748,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-18 19:31:57'),(749,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-19 00:58:01'),(750,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-19 00:58:02'),(751,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-19 17:03:58'),(752,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-19 17:03:59'),(753,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-19 17:04:00'),(754,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-19 19:27:00'),(755,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-19 19:27:01'),(756,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-19 19:27:02'),(757,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 01:37:48'),(758,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 01:37:49'),(759,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 03:06:25'),(760,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 03:06:26'),(761,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 03:07:59'),(762,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 03:08:00'),(763,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 03:08:01'),(764,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 09:13:27'),(765,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 09:13:28'),(766,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 09:13:29'),(767,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 15:22:11'),(768,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 15:22:12'),(769,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 15:22:13'),(770,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 16:44:24'),(771,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 16:44:26'),(772,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 16:44:27'),(773,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 17:02:23'),(774,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 17:02:24'),(775,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 17:02:25'),(776,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 17:19:39'),(777,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 17:19:42'),(778,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 17:19:43'),(779,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 18:02:22'),(780,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 18:02:23'),(781,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-20 18:02:24'),(782,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 00:58:13'),(783,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 00:58:14'),(784,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 00:58:15'),(785,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 02:46:05'),(786,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 02:46:06'),(787,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 02:46:07'),(788,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 02:46:39'),(789,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 02:46:40'),(790,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 02:46:41'),(791,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 03:06:34'),(792,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 03:06:35'),(793,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 03:06:36'),(794,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 03:31:02'),(795,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 03:31:03'),(796,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 03:31:04'),(797,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 04:55:06'),(798,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 04:55:07'),(799,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 04:55:08'),(800,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 06:24:45'),(801,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 06:24:46'),(802,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 06:24:47'),(803,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 11:58:11'),(804,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 11:58:12'),(805,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 11:58:13'),(806,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 16:55:18'),(807,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 16:55:19'),(808,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 16:55:20'),(809,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 18:43:58'),(810,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 18:43:59'),(811,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 18:57:05'),(812,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 18:57:06'),(813,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-21 18:57:07'),(814,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 05:19:55'),(815,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 05:19:56'),(816,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 05:19:57'),(817,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 06:43:04'),(818,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 06:43:05'),(819,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 08:15:45'),(820,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 08:15:46'),(821,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 08:15:47'),(822,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 09:34:43'),(823,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 09:34:44'),(824,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 11:00:03'),(825,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 11:00:04'),(826,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 12:52:45'),(827,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 12:52:47'),(828,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 12:52:48'),(829,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 14:04:30'),(830,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 14:04:31'),(831,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 17:13:39'),(832,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 17:13:40'),(833,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 17:13:42'),(834,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 17:13:48'),(835,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 17:13:49'),(836,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 17:15:35'),(837,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 17:15:36'),(838,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 17:15:37'),(839,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 18:23:48'),(840,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 18:23:49'),(841,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-22 18:23:50'),(842,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 03:37:43'),(843,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 03:37:44'),(844,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 03:37:46'),(845,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 04:57:14'),(846,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 04:57:15'),(847,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 04:57:17'),(848,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 06:38:03'),(849,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 06:38:05'),(850,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 08:30:12'),(851,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 08:30:13'),(852,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 08:30:14'),(853,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 11:51:32'),(854,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 11:51:33'),(855,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 11:51:34'),(856,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 12:10:49'),(857,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 12:10:50'),(858,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 12:10:51'),(859,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 12:42:08'),(860,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 12:42:09'),(861,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 12:42:10'),(862,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 14:24:22'),(863,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 14:24:23'),(864,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 14:24:24'),(865,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 15:42:57'),(866,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 15:42:58'),(867,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 16:41:41'),(868,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-23 16:41:42'),(869,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-24 15:33:23'),(870,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-24 15:33:24'),(871,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-24 15:33:25'),(872,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-24 17:36:15'),(873,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-24 17:36:16'),(874,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-24 17:36:17'),(875,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-24 17:54:13'),(876,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-24 17:54:14'),(877,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-24 17:54:15'),(878,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 02:15:23'),(879,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 02:15:24'),(880,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 02:15:25'),(881,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 02:43:24'),(882,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 02:43:25'),(883,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 02:43:26'),(884,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 02:48:46'),(885,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 02:48:47'),(886,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 02:48:48'),(887,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 12:57:34'),(888,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 12:57:35'),(889,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 12:57:36'),(890,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 16:54:34'),(891,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 16:54:35'),(892,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 16:54:36'),(893,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 16:58:01'),(894,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 16:58:02'),(895,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-25 16:58:03'),(896,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 02:46:00'),(897,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 02:46:01'),(898,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 02:46:02'),(899,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 03:47:43'),(900,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 03:47:44'),(901,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 03:47:45'),(902,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 05:08:22'),(903,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 05:08:23'),(904,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 05:08:24'),(905,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 06:54:11'),(906,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 06:54:12'),(907,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 06:54:13'),(908,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 09:27:07'),(909,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 09:27:08'),(910,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 09:27:09'),(911,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 12:44:37'),(912,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 12:44:38'),(913,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 14:21:08'),(914,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 14:21:10'),(915,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 14:21:11'),(916,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 14:44:12'),(917,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 14:44:13'),(918,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 16:31:13'),(919,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 16:31:14'),(920,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 16:31:15'),(921,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 16:34:55'),(922,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 16:34:56'),(923,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 16:34:57'),(924,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 16:49:45'),(925,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 16:49:46'),(926,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 16:49:47'),(927,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 16:55:22'),(928,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 16:55:23'),(929,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 17:23:43'),(930,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 17:23:44'),(931,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 17:23:45'),(932,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 18:21:42'),(933,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 18:21:43'),(934,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 18:21:44'),(935,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 21:47:11'),(936,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 21:47:12'),(937,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-26 21:47:13'),(938,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 01:24:24'),(939,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 01:24:25'),(940,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 01:24:26'),(941,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 05:02:02'),(942,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 05:02:03'),(943,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 06:01:49'),(944,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 06:01:51'),(945,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 06:01:52'),(946,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 06:45:56'),(947,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 06:45:57'),(948,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 10:06:38'),(949,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 10:06:39'),(950,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 16:46:32'),(951,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 16:46:33'),(952,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-27 16:46:34'),(953,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 02:58:12'),(954,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 02:58:13'),(955,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 02:58:14'),(956,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 03:19:22'),(957,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 03:19:23'),(958,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 03:19:24'),(959,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 05:21:48'),(960,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 05:21:49'),(961,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 05:21:50'),(962,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 05:33:01'),(963,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 05:33:02'),(964,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 08:11:47'),(965,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 08:11:48'),(966,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 08:11:49'),(967,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 09:30:35'),(968,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 09:30:36'),(969,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 09:30:37'),(970,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 09:36:31'),(971,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 09:36:32'),(972,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 09:36:33'),(973,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 11:20:22'),(974,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 11:20:23'),(975,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 11:20:24'),(976,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 12:13:00'),(977,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 12:13:01'),(978,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 12:13:02'),(979,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 12:50:25'),(980,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 12:50:26'),(981,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 12:50:27'),(982,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 13:51:59'),(983,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 13:52:00'),(984,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 13:52:01'),(985,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 13:56:44'),(986,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 13:56:45'),(987,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 14:55:50'),(988,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 14:55:51'),(989,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 14:55:54'),(990,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 16:53:32'),(991,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 16:53:33'),(992,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 16:53:34'),(993,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 16:55:36'),(994,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 16:55:37'),(995,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 16:55:38'),(996,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 17:11:31'),(997,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 17:11:32'),(998,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 17:11:33'),(999,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 17:21:16'),(1000,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 17:21:17'),(1001,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 17:21:19'),(1002,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 17:39:51'),(1003,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 17:39:52'),(1004,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 17:39:53'),(1005,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 18:03:03'),(1006,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 18:03:04'),(1007,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 18:03:05'),(1008,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 18:10:17'),(1009,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 18:10:18'),(1010,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 18:10:19'),(1011,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 20:11:06'),(1012,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 20:11:07'),(1013,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 20:11:08'),(1014,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 20:13:53'),(1015,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 20:13:54'),(1016,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-28 20:13:55'),(1017,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 03:04:27'),(1018,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 03:04:28'),(1019,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 03:04:29'),(1020,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 05:40:19'),(1021,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 05:40:20'),(1022,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 05:40:22'),(1023,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 08:07:12'),(1024,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 08:07:13'),(1025,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 08:07:14'),(1026,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 08:24:29'),(1027,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 08:24:30'),(1028,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 08:24:31'),(1029,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 08:33:55'),(1030,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 08:33:56'),(1031,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 08:33:57'),(1032,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 11:08:22'),(1033,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 11:08:23'),(1034,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 11:08:24'),(1035,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 11:23:35'),(1036,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 11:23:36'),(1037,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 11:23:37'),(1038,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 12:03:57'),(1039,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 12:03:58'),(1040,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 12:03:59'),(1041,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 12:33:10'),(1042,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 12:33:11'),(1043,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 14:34:45'),(1044,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 14:34:46'),(1045,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 17:29:28'),(1046,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 17:29:29'),(1047,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 17:29:30'),(1048,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 21:57:00'),(1049,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 21:57:01'),(1050,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-29 21:57:02'),(1051,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-31 08:07:44'),(1052,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-31 08:07:45'),(1053,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-31 10:25:34'),(1054,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-31 10:25:35'),(1055,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-31 10:25:36'),(1056,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-31 18:19:04'),(1057,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-08-31 18:19:05'),(1058,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 03:16:10'),(1059,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 03:16:11'),(1060,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 03:16:12'),(1061,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 08:13:33'),(1062,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 08:13:35'),(1063,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 08:13:36'),(1064,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 10:30:55'),(1065,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 10:30:56'),(1066,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 15:34:01'),(1067,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 15:34:03'),(1068,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 15:34:04'),(1069,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 16:52:05'),(1070,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 16:52:06'),(1071,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 16:52:07'),(1072,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 17:25:15'),(1073,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 17:25:16'),(1074,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 17:25:17'),(1075,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 18:11:02'),(1076,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 18:11:03'),(1077,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-01 18:11:04'),(1078,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-02 02:12:30'),(1079,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-02 02:12:31'),(1080,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-02 02:12:32'),(1081,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-02 16:38:44'),(1082,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-02 16:38:45'),(1083,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-02 16:38:46'),(1084,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 03:26:07'),(1085,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 03:26:08'),(1086,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 03:26:09'),(1087,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 04:40:19'),(1088,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 04:40:20'),(1089,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 04:40:22'),(1090,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 11:45:33'),(1091,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 11:45:34'),(1092,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 11:45:35'),(1093,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 14:04:44'),(1094,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 14:04:46'),(1095,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 14:51:06'),(1096,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 14:51:07'),(1097,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 14:51:08'),(1098,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 17:31:53'),(1099,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 17:31:54'),(1100,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 17:31:55'),(1101,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 18:08:06'),(1102,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 18:08:08'),(1103,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 18:08:09'),(1104,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 18:11:40'),(1105,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 18:11:41'),(1106,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 18:11:42'),(1107,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 19:14:17'),(1108,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 19:14:18'),(1109,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 19:14:19'),(1110,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 20:06:51'),(1111,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 20:06:52'),(1112,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 20:06:53'),(1113,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 20:08:33'),(1114,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 20:08:34'),(1115,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-03 20:08:35'),(1116,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 02:17:47'),(1117,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 02:17:49'),(1118,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 02:17:50'),(1119,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 03:17:39'),(1120,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 03:17:40'),(1121,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 03:17:41'),(1122,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 16:45:48'),(1123,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 16:45:49'),(1124,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 16:45:50'),(1125,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 18:01:59'),(1126,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 18:02:00'),(1127,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-04 18:02:01'),(1128,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 02:30:31'),(1129,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 02:30:32'),(1130,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 02:30:33'),(1131,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 02:49:31'),(1132,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 02:49:32'),(1133,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 02:49:33'),(1134,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 04:17:27'),(1135,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 04:17:29'),(1136,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 04:17:31'),(1137,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 13:23:15'),(1138,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 13:23:16'),(1139,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 13:23:17'),(1140,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 17:34:42'),(1141,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 17:34:43'),(1142,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-05 17:34:44'),(1143,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 03:02:26'),(1144,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 03:02:27'),(1145,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 03:02:28'),(1146,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 03:25:01'),(1147,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 03:25:02'),(1148,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 03:25:03'),(1149,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 04:35:56'),(1150,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 04:35:57'),(1151,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 04:35:58'),(1152,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 04:36:49'),(1153,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 04:36:50'),(1154,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 04:36:51'),(1155,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 12:13:08'),(1156,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 12:13:09'),(1157,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-06 12:13:10'),(1158,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-07 01:17:28'),(1159,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-07 01:17:29'),(1160,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-07 01:50:52'),(1161,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-07 01:50:53'),(1162,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-07 01:50:57'),(1163,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-07 03:23:08'),(1164,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-07 03:23:09'),(1165,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-07 03:23:10'),(1166,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-07 06:03:11'),(1167,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-07 06:03:12'),(1168,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-07 06:03:13'),(1169,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-08 02:33:41'),(1170,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-08 02:33:42'),(1171,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-08 02:33:43'),(1172,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-08 03:35:22'),(1173,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-08 03:35:23'),(1174,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-08 03:35:24'),(1175,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-09 00:36:54'),(1176,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-09 00:36:55'),(1177,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-09 00:36:56'),(1178,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-09 02:58:27'),(1179,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-09 02:58:28'),(1180,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-09 02:58:29'),(1181,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-10 03:06:51'),(1182,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-10 03:06:52'),(1183,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-10 03:06:53'),(1184,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-10 17:52:47'),(1185,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-10 17:52:48'),(1186,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-10 18:09:08'),(1187,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-10 18:09:09'),(1188,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 01:24:56'),(1189,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 01:24:57'),(1190,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 01:24:58'),(1191,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 02:30:08'),(1192,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 02:30:09'),(1193,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 02:30:10'),(1194,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 02:51:13'),(1195,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 02:51:14'),(1196,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 02:51:15'),(1197,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 08:27:32'),(1198,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 08:27:33'),(1199,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 08:27:34'),(1200,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 20:04:57'),(1201,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 20:04:58'),(1202,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 20:05:35'),(1203,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-11 20:05:37'),(1204,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 02:06:15'),(1205,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 02:06:16'),(1206,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 02:06:17'),(1207,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 03:01:25'),(1208,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 03:01:26'),(1209,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 03:01:27'),(1210,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 03:17:28'),(1211,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 03:17:29'),(1212,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 03:22:40'),(1213,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 03:22:41'),(1214,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 03:22:42'),(1215,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 03:25:18'),(1216,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 03:25:19'),(1217,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 03:25:20'),(1218,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 04:50:25'),(1219,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 04:50:26'),(1220,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 04:50:27'),(1221,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 12:30:34'),(1222,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 12:30:35'),(1223,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 12:30:36'),(1224,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 16:58:12'),(1225,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 16:58:14'),(1226,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 16:58:18'),(1227,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 16:58:19'),(1228,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 16:58:20'),(1229,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 17:31:43'),(1230,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 17:31:44'),(1231,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-12 17:31:45'),(1232,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-13 02:49:41'),(1233,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-13 02:49:43'),(1234,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-13 02:49:44'),(1235,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-13 07:25:02'),(1236,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-13 07:25:03'),(1237,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-13 07:25:04'),(1238,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-13 09:37:58'),(1239,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-13 09:37:59'),(1240,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-13 09:38:00'),(1241,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-13 17:07:48'),(1242,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-13 17:07:49'),(1243,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-14 02:06:14'),(1244,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-14 02:06:15'),(1245,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-14 02:51:05'),(1246,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-14 02:51:06'),(1247,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-14 02:51:07'),(1248,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 03:25:56'),(1249,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 03:25:58'),(1250,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 03:25:59'),(1251,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 09:45:19'),(1252,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 09:45:20'),(1253,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 09:45:21'),(1254,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 17:07:47'),(1255,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 17:07:48'),(1256,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 17:07:49'),(1257,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 18:14:45'),(1258,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 18:14:46'),(1259,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-15 18:14:47'),(1260,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 02:52:36'),(1261,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 02:52:37'),(1262,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 02:52:38'),(1263,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 03:09:39'),(1264,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 03:09:41'),(1265,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 03:09:42'),(1266,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 03:24:08'),(1267,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 03:24:10'),(1268,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 03:24:10'),(1269,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 03:27:54'),(1270,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 03:27:55'),(1271,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 03:27:56'),(1272,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 12:07:29'),(1273,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 12:07:31'),(1274,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 12:07:32'),(1275,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 19:24:00'),(1276,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-16 19:24:01'),(1277,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 03:15:51'),(1278,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 03:15:52'),(1279,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 03:15:53'),(1280,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 16:31:06'),(1281,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 16:31:07'),(1282,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 16:31:08'),(1283,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 18:57:03'),(1284,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 18:57:04'),(1285,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 18:57:05'),(1286,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 19:43:55'),(1287,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 19:43:56'),(1288,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-17 19:43:57'),(1289,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-19 07:27:03'),(1290,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-19 07:27:04'),(1291,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-19 07:27:05'),(1292,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-19 07:30:28'),(1293,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-19 07:30:29'),(1294,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-19 07:30:30'),(1295,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',1,'2023-09-19 07:40:57'),(1296,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',1,'2023-09-19 07:40:58'),(1297,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',1,'2023-09-19 07:40:59'),(1298,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',1,'2023-09-19 08:06:45'),(1299,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',1,'2023-09-19 08:06:46'),(1300,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":188,\"function\":\"do_action\"}]}',1,'2023-09-19 08:06:47'),(1301,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-19 20:41:24'),(1302,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-19 20:41:25'),(1303,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-19 20:41:26'),(1304,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-20 01:28:28');
INSERT INTO `wp_wpmailsmtp_debug_events` VALUES (1305,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-20 01:28:29'),(1306,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-20 02:43:41'),(1307,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-20 02:43:42'),(1308,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-20 02:43:43'),(1309,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-20 09:43:15'),(1310,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-20 09:43:16'),(1311,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-20 09:43:17'),(1312,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-20 16:48:33'),(1313,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-20 16:48:34'),(1314,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-22 06:31:54'),(1315,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-22 06:31:56'),(1316,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-22 06:31:57'),(1317,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-22 06:32:53'),(1318,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-22 06:32:55'),(1319,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-22 06:32:56'),(1320,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 01:03:20'),(1321,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 01:03:21'),(1322,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 02:13:08'),(1323,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 02:13:10'),(1324,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 02:13:11'),(1325,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 07:57:48'),(1326,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 07:57:49'),(1327,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 07:57:50'),(1328,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 08:56:35'),(1329,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 08:56:37'),(1330,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 08:56:38'),(1331,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 17:15:15'),(1332,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 17:15:16'),(1333,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 17:38:21'),(1334,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 17:38:22'),(1335,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 17:38:23'),(1336,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 18:22:11'),(1337,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 18:22:12'),(1338,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 18:22:13'),(1339,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 19:42:22'),(1340,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 19:42:24'),(1341,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-23 19:42:25'),(1342,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 02:43:30'),(1343,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 02:43:31'),(1344,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 02:43:32'),(1345,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 02:44:11'),(1346,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 02:44:12'),(1347,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 02:44:14'),(1348,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 04:16:09'),(1349,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 04:16:10'),(1350,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 04:16:11'),(1351,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 04:37:02'),(1352,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 04:37:03'),(1353,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 04:37:04'),(1354,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 05:02:41'),(1355,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-24 05:02:42'),(1356,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-25 06:08:02'),(1357,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-25 06:08:03'),(1358,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-25 19:12:55'),(1359,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-25 19:12:56'),(1360,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-25 19:12:57'),(1361,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-26 03:26:36'),(1362,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-26 03:26:37'),(1363,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-26 03:26:38'),(1364,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-27 01:04:34'),(1365,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-27 01:04:35'),(1366,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-27 01:04:37'),(1367,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-27 18:40:09'),(1368,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-27 18:40:10'),(1369,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-27 18:40:11'),(1370,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-28 05:48:03'),(1371,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-28 05:48:04'),(1372,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-28 05:48:05'),(1373,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 06:16:52'),(1374,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 06:16:53'),(1375,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 06:16:54'),(1376,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 06:34:18'),(1377,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 06:34:19'),(1378,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 06:34:20'),(1379,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 19:34:24'),(1380,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 19:34:25'),(1381,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 19:34:26'),(1382,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 19:35:31'),(1383,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 19:35:32'),(1384,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 19:35:33'),(1385,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 20:24:32'),(1386,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 20:24:33'),(1387,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-29 20:24:34'),(1388,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-30 09:47:28'),(1389,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-30 09:47:30'),(1390,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-30 09:47:31'),(1391,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-30 15:07:12'),(1392,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-09-30 15:07:13'),(1393,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 01:58:48'),(1394,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 01:58:49'),(1395,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 01:58:51'),(1396,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 08:15:09'),(1397,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 08:15:11'),(1398,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 08:15:12'),(1399,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 11:39:20'),(1400,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 11:39:21'),(1401,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 11:39:22'),(1402,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 16:44:50'),(1403,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 16:44:51'),(1404,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 16:44:53'),(1405,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 18:17:17'),(1406,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 18:17:18'),(1407,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-01 18:17:19'),(1408,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-02 01:52:10'),(1409,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-02 01:52:12'),(1410,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-02 01:52:13'),(1411,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-02 17:54:28'),(1412,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-02 17:54:29'),(1413,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-02 17:54:30'),(1414,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 01:36:40'),(1415,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 01:36:41'),(1416,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 01:36:42'),(1417,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 01:59:57'),(1418,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 01:59:58'),(1419,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 01:59:59'),(1420,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 03:33:07'),(1421,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 03:33:08'),(1422,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 03:33:09'),(1423,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 05:50:46'),(1424,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 05:50:47'),(1425,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 05:50:48'),(1426,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 09:25:25'),(1427,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 09:25:26'),(1428,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 19:42:49'),(1429,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 19:42:50'),(1430,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-03 19:42:51'),(1431,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 02:01:57'),(1432,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 02:01:58'),(1433,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 02:02:43'),(1434,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 02:02:44'),(1435,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 02:02:45'),(1436,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 02:35:18'),(1437,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 02:35:19'),(1438,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 02:35:20'),(1439,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 04:23:46'),(1440,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 04:23:47'),(1441,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 04:23:49'),(1442,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 06:24:35'),(1443,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 06:24:37'),(1444,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 10:53:32'),(1445,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 10:53:33'),(1446,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 10:53:34'),(1447,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 16:48:23'),(1448,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 16:48:25'),(1449,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 17:08:11'),(1450,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 17:08:12'),(1451,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 17:08:13'),(1452,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 17:37:13'),(1453,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 17:37:14'),(1454,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":89,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-04 17:37:16'),(1455,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 02:02:25'),(1456,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 02:02:26'),(1457,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 02:36:28'),(1458,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 02:36:29'),(1459,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 02:36:30'),(1460,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 02:48:04'),(1461,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 02:48:05'),(1462,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 02:48:06'),(1463,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 03:41:32'),(1464,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 03:41:33'),(1465,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 03:41:34'),(1466,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 11:54:56'),(1467,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 11:54:58'),(1468,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 11:54:59'),(1469,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 15:39:48'),(1470,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 15:39:49'),(1471,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 16:39:39'),(1472,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 16:39:40'),(1473,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-05 16:39:41'),(1474,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 05:47:50'),(1475,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 05:47:51'),(1476,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 05:47:53'),(1477,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 07:06:06'),(1478,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 07:06:07'),(1479,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 07:06:08'),(1480,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 07:50:18'),(1481,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 07:50:19'),(1482,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 07:50:20'),(1483,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 10:32:58'),(1484,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 10:32:59'),(1485,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 10:33:00'),(1486,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 13:03:45'),(1487,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 13:03:46'),(1488,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 13:03:47'),(1489,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 20:30:12'),(1490,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-06 20:30:13'),(1491,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 02:09:22'),(1492,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 02:09:23'),(1493,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 02:09:24'),(1494,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 02:55:41'),(1495,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 02:55:43'),(1496,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 02:55:44'),(1497,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 02:58:22'),(1498,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 02:58:23'),(1499,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 02:59:48'),(1500,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 02:59:49'),(1501,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 05:21:20'),(1502,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 05:21:22'),(1503,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 05:21:23'),(1504,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 06:39:58'),(1505,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 06:40:00'),(1506,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 06:40:01'),(1507,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 06:59:39'),(1508,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 06:59:40'),(1509,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 08:55:27'),(1510,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 08:55:28'),(1511,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 08:55:29'),(1512,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 13:12:13'),(1513,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 13:12:14'),(1514,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 13:12:15'),(1515,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 15:53:36'),(1516,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 15:53:37'),(1517,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 15:53:38'),(1518,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 16:54:49'),(1519,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 16:54:50'),(1520,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 16:54:52'),(1521,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 18:03:35'),(1522,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 18:03:37'),(1523,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 18:03:38'),(1524,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 18:22:28'),(1525,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 18:22:29'),(1526,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 18:22:31'),(1527,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 20:13:35'),(1528,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 20:13:36'),(1529,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-07 20:13:37'),(1530,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 02:46:30'),(1531,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 02:46:31'),(1532,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 02:46:32'),(1533,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 03:13:12'),(1534,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 03:13:13'),(1535,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 03:13:14'),(1536,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 03:27:23'),(1537,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 03:27:24'),(1538,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 03:27:25'),(1539,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 16:39:33'),(1540,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 16:39:34'),(1541,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 16:39:35'),(1542,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 19:55:34'),(1543,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 19:55:36'),(1544,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 19:55:37'),(1545,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 19:57:53'),(1546,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 19:57:54'),(1547,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-08 19:57:55'),(1548,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 03:01:07'),(1549,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 03:01:08'),(1550,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 03:01:09'),(1551,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 11:30:44'),(1552,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 11:30:45'),(1553,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 16:35:34'),(1554,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 16:35:35'),(1555,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 16:35:36'),(1556,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 16:39:45'),(1557,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 16:39:46'),(1558,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 16:39:47'),(1559,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 19:10:12'),(1560,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 19:10:14'),(1561,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-09 19:10:15'),(1562,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 01:20:49'),(1563,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 01:20:50'),(1564,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 02:17:37'),(1565,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 02:17:38'),(1566,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 02:17:39'),(1567,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 02:48:04'),(1568,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 02:48:06'),(1569,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 02:48:07'),(1570,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 03:02:49'),(1571,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 03:02:50'),(1572,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 03:02:51'),(1573,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 13:38:59'),(1574,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 13:39:00'),(1575,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 13:39:01'),(1576,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 17:55:52'),(1577,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 17:55:53'),(1578,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 21:26:01'),(1579,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 21:26:03'),(1580,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-10 21:26:04'),(1581,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 02:48:47'),(1582,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 02:48:49'),(1583,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 02:48:50'),(1584,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 03:02:04'),(1585,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 03:02:06'),(1586,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 03:02:07'),(1587,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 16:32:17'),(1588,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 16:32:18'),(1589,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 16:32:19'),(1590,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 19:00:23'),(1591,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 19:00:24'),(1592,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-11 19:00:25'),(1593,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:11:35'),(1594,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:11:37'),(1595,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:29:25'),(1596,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:29:26'),(1597,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:29:27'),(1598,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:35:41'),(1599,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:35:43'),(1600,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:35:44'),(1601,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:43:24'),(1602,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:43:25'),(1603,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:43:26'),(1604,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:46:34'),(1605,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 02:46:35'),(1606,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 16:44:38'),(1607,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 16:44:39'),(1608,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 16:44:41'),(1609,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 20:58:34'),(1610,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-12 20:58:35'),(1611,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 02:13:38'),(1612,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 02:13:39'),(1613,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 02:13:40'),(1614,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 02:36:01'),(1615,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 02:36:02'),(1616,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 02:36:04'),(1617,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 02:46:05'),(1618,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 02:46:06'),(1619,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 02:46:07'),(1620,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 04:15:31'),(1621,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 04:15:32'),(1622,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 04:15:34'),(1623,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 04:23:17'),(1624,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 04:23:18'),(1625,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 04:23:20'),(1626,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 18:16:44'),(1627,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 18:16:45'),(1628,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 18:16:46'),(1629,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 18:39:37'),(1630,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 18:39:38'),(1631,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-13 18:39:39'),(1632,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:02:25'),(1633,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:02:26'),(1634,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:02:27'),(1635,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:06:56'),(1636,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:06:57'),(1637,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:06:58'),(1638,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:32:16'),(1639,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:32:17'),(1640,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:32:18'),(1641,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:39:52'),(1642,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:39:53'),(1643,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:39:54'),(1644,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:48:28'),(1645,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:48:29'),(1646,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 02:48:30'),(1647,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 10:00:54'),(1648,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 10:00:55'),(1649,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 10:00:57'),(1650,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 10:28:49'),(1651,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 10:28:50'),(1652,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 10:28:51'),(1653,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 17:41:25'),(1654,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 17:41:26'),(1655,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-14 17:41:27'),(1656,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-15 04:50:38'),(1657,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-15 04:50:39'),(1658,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-15 17:26:39'),(1659,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-15 17:26:41'),(1660,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-15 17:26:42'),(1661,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-16 03:16:52'),(1662,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-16 03:16:54'),(1663,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-16 03:16:55'),(1664,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-16 06:20:59'),(1665,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-16 06:21:00'),(1666,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-16 06:21:01'),(1667,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-23 15:07:54'),(1668,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-23 15:07:55'),(1669,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-23 15:07:56'),(1670,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-24 03:22:41'),(1671,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-24 03:22:42'),(1672,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-24 03:22:43'),(1673,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-24 07:16:52'),(1674,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-24 07:16:53'),(1675,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-24 07:16:54'),(1676,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 03:10:52'),(1677,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 03:10:53'),(1678,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 03:10:54'),(1679,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 03:16:53'),(1680,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 03:16:54'),(1681,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 03:16:55'),(1682,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 06:20:07'),(1683,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 06:20:08'),(1684,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 06:20:09'),(1685,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 11:06:52'),(1686,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 11:06:53'),(1687,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-25 11:06:54'),(1688,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-26 01:30:08'),(1689,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-26 01:30:09'),(1690,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-26 01:30:11'),(1691,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-26 03:06:16'),(1692,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-26 03:06:17'),(1693,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-26 03:06:18'),(1694,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-26 16:38:36'),(1695,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-26 16:38:37'),(1696,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 02:40:23'),(1697,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 02:40:24'),(1698,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 02:40:25'),(1699,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 05:16:39'),(1700,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 05:16:40'),(1701,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 05:16:41'),(1702,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 14:06:33'),(1703,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 14:06:34'),(1704,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 14:06:35'),(1705,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 16:48:26'),(1706,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 16:48:27'),(1707,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 16:48:28'),(1708,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 17:18:15'),(1709,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 17:18:16'),(1710,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 17:18:17'),(1711,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 19:50:56'),(1712,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 19:50:57'),(1713,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-27 19:50:58'),(1714,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-28 03:06:53'),(1715,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-28 03:06:55'),(1716,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-28 03:06:56'),(1717,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-30 16:57:23'),(1718,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-30 16:57:24'),(1719,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-30 16:57:25'),(1720,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-30 20:24:55'),(1721,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-30 20:24:56'),(1722,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-30 20:24:57'),(1723,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-31 00:49:06'),(1724,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-31 00:49:07'),(1725,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-31 00:49:08'),(1726,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-31 06:07:23'),(1727,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-31 06:07:25'),(1728,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-31 06:07:26'),(1729,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-31 17:57:48'),(1730,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-31 17:57:49'),(1731,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-10-31 17:57:50'),(1732,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-01 03:27:06'),(1733,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-01 03:27:08'),(1734,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-01 03:27:09'),(1735,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-01 17:31:31'),(1736,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-01 17:31:32'),(1737,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-02 01:58:50'),(1738,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-02 01:58:51'),(1739,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-02 01:58:52'),(1740,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-02 11:09:38'),(1741,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-02 11:09:39'),(1742,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-02 11:09:40'),(1743,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:28:37'),(1744,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:28:38'),(1745,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:28:39'),(1746,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:34:29'),(1747,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:34:30'),(1748,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:34:30'),(1749,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:43:31'),(1750,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:43:32'),(1751,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:43:33'),(1752,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:45:16'),(1753,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:45:17'),(1754,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-04 02:45:18'),(1755,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 03:37:40'),(1756,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 03:37:41'),(1757,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 03:37:42'),(1758,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 18:13:19'),(1759,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 18:13:20'),(1760,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 18:13:21'),(1761,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 18:15:02'),(1762,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 18:15:03'),(1763,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 18:15:04'),(1764,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 18:16:53'),(1765,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 18:16:54'),(1766,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-05 18:16:54'),(1767,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-06 19:00:17'),(1768,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-06 19:00:18'),(1769,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-06 19:00:19'),(1770,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-06 19:00:48'),(1771,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-06 19:00:49'),(1772,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":310,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":334,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-06 19:00:51'),(1773,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-08 18:01:22'),(1774,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-08 18:01:23'),(1775,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-08 18:01:24'),(1776,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-08 18:15:40'),(1777,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-08 18:15:41'),(1778,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":499,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-08 18:15:42'),(1779,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-09 17:47:25'),(1780,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-09 17:47:26'),(1781,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-09 19:52:35'),(1782,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-09 19:52:36'),(1783,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-09 19:52:37'),(1784,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 02:07:10'),(1785,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 02:07:11'),(1786,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 02:35:17'),(1787,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 02:35:18'),(1788,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 02:35:19'),(1789,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 03:28:13'),(1790,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 03:28:14'),(1791,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 03:28:15'),(1792,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 03:30:54'),(1793,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 03:30:55'),(1794,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 03:30:56'),(1795,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 17:57:17'),(1796,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 17:57:18'),(1797,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 17:57:19'),(1798,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 19:26:38'),(1799,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 19:26:39'),(1800,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-11 19:26:40'),(1801,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-13 01:39:55'),(1802,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-13 01:39:56'),(1803,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-13 01:39:57'),(1804,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-13 01:44:29'),(1805,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-13 01:44:30'),(1806,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-13 01:44:31'),(1807,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-13 02:32:09'),(1808,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-13 02:32:10'),(1809,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-13 02:32:11'),(1810,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-13 19:06:08'),(1811,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-13 19:06:09'),(1812,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-14 03:26:48'),(1813,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-14 03:26:49'),(1814,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-14 03:26:50'),(1815,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-14 17:35:36'),(1816,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-14 17:35:37'),(1817,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-14 17:35:37'),(1818,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-14 20:13:11'),(1819,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-14 20:13:12'),(1820,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-14 20:13:13'),(1821,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-15 19:46:00'),(1822,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-15 19:46:01'),(1823,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-15 19:46:02'),(1824,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-16 02:05:43'),(1825,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-16 02:05:44'),(1826,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 05:17:39'),(1827,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 05:17:40'),(1828,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 05:17:42'),(1829,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 16:35:30'),(1830,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 16:35:31'),(1831,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 16:35:32'),(1832,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 19:26:42'),(1833,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 19:26:43'),(1834,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 19:26:44'),(1835,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 21:05:20'),(1836,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 21:05:21'),(1837,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-22 21:05:22'),(1838,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-23 02:23:10'),(1839,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-23 02:23:11'),(1840,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-23 02:23:12'),(1841,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-23 03:36:22'),(1842,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-23 03:36:23'),(1843,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-23 03:36:24'),(1844,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-23 16:59:38'),(1845,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-23 16:59:39'),(1846,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-23 16:59:40'),(1847,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-24 03:25:03'),(1848,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-24 03:25:04'),(1849,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-24 03:25:05'),(1850,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-24 07:27:55'),(1851,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-24 07:27:56'),(1852,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-24 07:27:57'),(1853,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-24 16:56:59'),(1854,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-24 16:57:00'),(1855,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-24 16:57:01'),(1856,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-25 14:57:19'),(1857,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-25 14:57:20'),(1858,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-25 14:57:21'),(1859,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-25 18:20:11'),(1860,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-25 18:20:12'),(1861,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-25 18:20:13'),(1862,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 01:29:32'),(1863,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 01:29:33'),(1864,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 01:29:34'),(1865,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 01:32:11'),(1866,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 01:32:12'),(1867,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 01:32:13'),(1868,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 02:05:00'),(1869,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 02:05:01'),(1870,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 02:05:02'),(1871,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 02:27:41'),(1872,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 02:27:42'),(1873,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 02:27:43'),(1874,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 17:21:05'),(1875,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 17:21:06'),(1876,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 17:21:07'),(1877,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 17:59:46'),(1878,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 17:59:47'),(1879,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 17:59:48'),(1880,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 19:40:37'),(1881,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 19:40:38'),(1882,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-26 19:40:39'),(1883,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 01:52:14'),(1884,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 01:52:15'),(1885,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 01:52:16'),(1886,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 02:05:00'),(1887,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 02:05:01'),(1888,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 02:05:03'),(1889,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 03:02:57'),(1890,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 03:02:58'),(1891,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 03:02:59'),(1892,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 03:04:00'),(1893,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 03:04:01'),(1894,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 03:04:02'),(1895,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 12:47:58'),(1896,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 12:48:00'),(1897,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-27 12:48:00'),(1898,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-28 03:24:33'),(1899,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-28 03:24:34'),(1900,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-28 03:24:35'),(1901,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-28 22:21:41'),(1902,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-28 22:21:42'),(1903,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-29 02:14:55'),(1904,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-29 02:14:56'),(1905,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-29 23:05:45'),(1906,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-29 23:05:46'),(1907,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-29 23:05:47'),(1908,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-29 23:54:32'),(1909,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-29 23:54:33'),(1910,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-30 02:23:15'),(1911,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-30 02:23:16'),(1912,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-30 02:23:17'),(1913,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-30 17:01:00'),(1914,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-30 17:01:01'),(1915,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-11-30 17:01:02'),(1916,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-03 01:34:03'),(1917,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-03 01:34:04'),(1918,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-03 01:34:05'),(1919,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-03 18:16:57'),(1920,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-03 18:16:58'),(1921,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-03 18:16:59'),(1922,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-04 02:41:08'),(1923,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-04 02:41:09'),(1924,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-04 02:41:10'),(1925,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-04 16:35:51'),(1926,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-04 16:35:52'),(1927,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-04 16:35:53'),(1928,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-04 18:42:33'),(1929,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-04 18:42:34'),(1930,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-04 18:42:35'),(1931,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-05 03:14:46'),(1932,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-05 03:14:47'),(1933,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-05 03:14:48'),(1934,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-05 14:28:23'),(1935,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-05 14:28:24'),(1936,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-05 14:28:25'),(1937,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-05 17:15:15'),(1938,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-05 17:15:16'),(1939,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-05 21:44:35'),(1940,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-05 21:44:36'),(1941,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-05 21:44:37'),(1942,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-06 03:08:26'),(1943,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-06 03:08:27'),(1944,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-06 03:08:28'),(1945,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-06 16:37:24'),(1946,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-06 16:37:25'),(1947,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-06 16:37:26'),(1948,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-07 16:44:24'),(1949,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-07 16:44:25'),(1950,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-07 16:44:26'),(1951,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-07 17:18:48'),(1952,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-07 17:18:49'),(1953,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-07 17:18:50'),(1954,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-08 01:07:23'),(1955,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-08 01:07:24');
INSERT INTO `wp_wpmailsmtp_debug_events` VALUES (1956,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-08 02:36:31'),(1957,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-08 02:36:33'),(1958,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-08 02:36:34'),(1959,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-08 16:46:34'),(1960,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-08 16:46:35'),(1961,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-08 18:58:59'),(1962,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-08 18:59:00'),(1963,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-08 18:59:01'),(1964,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:12:59'),(1965,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:13:00'),(1966,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:13:01'),(1967,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:20:48'),(1968,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:20:49'),(1969,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:20:50'),(1970,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:24:46'),(1971,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:24:47'),(1972,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:24:48'),(1973,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:28:40'),(1974,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:28:41'),(1975,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:28:42'),(1976,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:28:56'),(1977,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:28:57'),(1978,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 03:28:58'),(1979,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 07:10:46'),(1980,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 07:10:48'),(1981,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 07:10:49'),(1982,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 17:08:30'),(1983,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 17:08:31'),(1984,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 17:08:32'),(1985,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 17:45:49'),(1986,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 17:45:50'),(1987,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-09 17:45:51'),(1988,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-10 16:51:18'),(1989,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-10 16:51:19'),(1990,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-10 16:51:20'),(1991,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-10 17:02:38'),(1992,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-10 17:02:39'),(1993,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-10 17:02:40'),(1994,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-10 17:06:31'),(1995,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-10 17:06:32'),(1996,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-10 17:14:00'),(1997,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-10 17:14:01'),(1998,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-10 17:14:02'),(1999,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-11 02:31:48'),(2000,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-11 02:31:49'),(2001,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-11 02:59:28'),(2002,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-11 02:59:29'),(2003,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-11 02:59:30'),(2004,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-11 05:32:35'),(2005,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-11 05:32:36'),(2006,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-11 05:32:37'),(2007,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-11 17:12:07'),(2008,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-11 17:12:08'),(2009,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-11 17:12:09'),(2010,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-12 02:12:16'),(2011,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-12 02:12:18'),(2012,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-12 02:12:18'),(2013,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-12 02:51:28'),(2014,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-12 02:51:29'),(2015,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-12 02:51:30'),(2016,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:45:14'),(2017,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:45:15'),(2018,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:46:09'),(2019,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:46:10'),(2020,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:46:39'),(2021,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:46:40'),(2022,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:47:28'),(2023,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:47:29'),(2024,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:48:00'),(2025,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:48:01'),(2026,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:48:33'),(2027,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:48:34'),(2028,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:48:49'),(2029,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:48:50'),(2030,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:49:06'),(2031,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:49:07'),(2032,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:49:23'),(2033,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:49:24'),(2034,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:49:46'),(2035,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:49:47'),(2036,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:50:02'),(2037,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:50:03'),(2038,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:50:16'),(2039,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:50:17'),(2040,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:50:38'),(2041,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:50:39'),(2042,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:50:52'),(2043,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:50:53'),(2044,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:51:13'),(2045,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:51:14'),(2046,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:51:29'),(2047,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:51:30'),(2048,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:51:50'),(2049,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:51:51'),(2050,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:52:10'),(2051,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:52:11'),(2052,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:52:26'),(2053,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:52:27'),(2054,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:52:46'),(2055,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:52:47'),(2056,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:53:03'),(2057,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:53:04'),(2058,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:53:25'),(2059,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:53:26'),(2060,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:53:57'),(2061,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:53:59'),(2062,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:54:16'),(2063,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:54:16'),(2064,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:54:40'),(2065,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:54:41'),(2066,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:54:56'),(2067,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:54:57'),(2068,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:55:11'),(2069,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:55:12'),(2070,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:55:30'),(2071,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:55:31'),(2072,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:55:53'),(2073,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:55:54'),(2074,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:56:12'),(2075,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:56:13'),(2076,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:56:50'),(2077,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:56:51'),(2078,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:57:10'),(2079,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:57:11'),(2080,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:57:24'),(2081,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:57:25'),(2082,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:57:46'),(2083,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:57:47'),(2084,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:58:06'),(2085,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:58:07'),(2086,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:58:24'),(2087,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:58:25'),(2088,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:58:40'),(2089,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:58:41'),(2090,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:58:56'),(2091,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:58:57'),(2092,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:59:12'),(2093,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:59:13'),(2094,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:59:27'),(2095,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:59:28'),(2096,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:59:44'),(2097,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 16:59:45'),(2098,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:00:01'),(2099,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:00:02'),(2100,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:00:16'),(2101,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:00:17'),(2102,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:00:36'),(2103,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:00:37'),(2104,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:00:54'),(2105,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:00:55'),(2106,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:01:11'),(2107,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:01:12'),(2108,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:01:27'),(2109,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:01:28'),(2110,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:01:42'),(2111,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:01:43'),(2112,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:02:00'),(2113,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:02:01'),(2114,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:02:44'),(2115,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:02:45'),(2116,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:10:20'),(2117,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:10:21'),(2118,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:12:51'),(2119,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/pluggable.php\",\"line\":2041,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2346,\"function\":\"wp_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":326,\"function\":\"wp_new_comment_notify_moderator\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":2320,\"function\":\"do_action\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/comment.php\",\"line\":3671,\"function\":\"wp_new_comment\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-comments-post.php\",\"line\":25,\"function\":\"wp_handle_comment_submission\"}]}',1,'2023-12-13 17:12:52'),(2120,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-13 18:05:31'),(2121,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-13 18:05:32'),(2122,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-13 18:05:33'),(2123,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-14 01:47:06'),(2124,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-14 01:47:07'),(2125,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-14 01:47:08'),(2126,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-14 17:27:13'),(2127,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-14 17:27:14'),(2128,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-14 17:27:15'),(2129,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-15 01:31:00'),(2130,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-15 01:31:01'),(2131,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-15 01:31:02'),(2132,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-15 02:17:50'),(2133,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-15 02:17:51'),(2134,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-15 02:17:52'),(2135,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-15 16:43:34'),(2136,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-15 16:43:35'),(2137,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-15 16:43:36'),(2138,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 02:39:17'),(2139,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 02:39:18'),(2140,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 02:39:19'),(2141,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 03:12:09'),(2142,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 03:12:10'),(2143,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 03:12:11'),(2144,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 03:25:53'),(2145,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 03:25:54'),(2146,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 03:25:55'),(2147,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 03:32:29'),(2148,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 03:32:30'),(2149,'An email request was sent to the Gmail API.','{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"backtrace\":[{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\",\"line\":98,\"function\":\"wp_mail\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":501,\"function\":\"process\",\"class\":\"NF_Actions_Email\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\",\"line\":146,\"function\":\"process\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":324,\"function\":\"submit\",\"class\":\"NF_AJAX_Controllers_Submission\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/class-wp-hook.php\",\"line\":348,\"function\":\"apply_filters\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-includes\\/plugin.php\",\"line\":517,\"function\":\"do_action\",\"class\":\"WP_Hook\",\"type\":\"->\"},{\"file\":\"\\/storage\\/v11800\\/testsharplanding\\/public_html\\/wp-admin\\/admin-ajax.php\",\"line\":203,\"function\":\"do_action\"}]}',1,'2023-12-16 03:32:32');
/*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpmailsmtp_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpmailsmtp_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpmailsmtp_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpmailsmtp_tasks_meta`
--

LOCK TABLES `wp_wpmailsmtp_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable`
--

DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `description` mediumtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_title` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable`
--

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'https://lead.sharpsight.in/contact/','35:1a90f80cfb147f0aeb1ab43fea443662',139,'post','page',1,0,NULL,NULL,'contact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-14 09:58:20','2023-06-14 09:58:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-05-29 12:52:40','2023-05-29 12:52:40',0),(2,'https://lead.sharpsight.in/author/sitemanager/','46:b0d1c8790d11f94e36529dd79bee2380',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/ff5a9c1ebc7c0dd8e0e7d4b4affa5706?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/ff5a9c1ebc7c0dd8e0e7d4b4affa5706?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2023-06-14 09:58:20','2023-06-14 10:34:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-14 15:28:29','2023-05-28 15:43:19',NULL),(3,'https://lead.sharpsight.in/','27:94188cbfb6a6c43c328b8a9d7bd4a60e',48,'post','page',1,0,'Touchless LASIK Surgery in Delhi NCR | Get Free Cost Estimate','Touchless LASIK surgery is the safest procedure to get rid of glasses. Visit Sharp Sight Eye Hospitals for a safe LASIK procedure and say goodbye to your spectacles easily. Book your Appointment Now','Home','publish',NULL,0,NULL,NULL,'https://lead.sharpsight.in/','Touchless LASIK Surgery',64,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp',NULL,'first-content-image',NULL,6,NULL,NULL,'2023-06-14 09:58:20','2023-06-14 10:34:28',1,NULL,NULL,NULL,NULL,0,7,2,'2023-06-14 10:34:26','2023-05-28 17:26:20',0),(4,'https://lead.sharpsight.in/?page_id=3','37:ebc9b03ad35d772031c224095b664b18',3,'post','page',1,0,NULL,NULL,'Privacy Policy','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-14 09:58:20','2023-06-14 09:58:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-05-28 15:43:19','2023-05-28 15:43:19',0),(5,'https://lead.sharpsight.in/sample-page/','39:a6437436470d2a5b546ac4c6a7f3c49f',2,'post','page',1,0,NULL,NULL,'Sample Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-14 09:58:20','2023-06-14 09:58:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-05-28 15:43:19','2023-05-28 15:43:19',0),(6,'https://lead.sharpsight.in/thank-you/','37:d28ed713d8a2b1b757478bba4fb0d7cc',289,'post','page',1,0,NULL,NULL,'Thank You','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp',NULL,'first-content-image',NULL,NULL,NULL,NULL,'2023-06-14 09:58:20','2023-06-14 09:58:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-13 11:38:33','2023-06-06 13:48:44',0),(7,'https://lead.sharpsight.in/','27:94188cbfb6a6c43c328b8a9d7bd4a60e',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','The Best Eye Hospital','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,6,NULL,'2023-06-14 09:58:27','2023-06-14 10:34:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-14 10:34:26','2023-05-28 15:43:19',NULL),(8,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-14 10:28:56','2023-06-14 10:28:56',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(9,'https://lead.sharpsight.in/category/uncategorized/','50:e74986a99eec59a71be00e6b8b37d1da',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-14 10:30:31','2023-06-14 10:30:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-05-28 15:43:19','2023-05-28 15:43:19',NULL),(10,'https://lead.sharpsight.in/hello-world/','39:dd06bc3e8367558c32f5c14e929f346d',1,'post','post',1,0,NULL,NULL,'Hello world!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-16 03:41:42','2023-06-16 03:41:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-05-28 15:43:19','2023-05-28 15:43:19',0),(11,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2023-06-29 05:51:33','2023-06-29 05:51:33',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (1,0,0,1),(2,0,0,1),(3,0,0,1),(4,0,0,1),(5,0,0,1),(6,0,0,1),(7,0,0,1),(9,0,0,1),(10,0,0,1),(11,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_migrations`
--

DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wp_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_migrations`
--

LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404'),(24,'20230417083836');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_primary_term`
--

DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_primary_term`
--

LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (1,'',48,NULL,'internal',3,7,NULL,NULL,NULL,NULL,NULL),(2,'',48,NULL,'internal',3,7,NULL,NULL,NULL,NULL,NULL),(3,'',48,NULL,'internal',3,7,NULL,NULL,NULL,NULL,NULL),(4,'',48,NULL,'internal',3,7,NULL,NULL,NULL,NULL,NULL),(5,'',48,NULL,'internal',3,7,NULL,NULL,NULL,NULL,NULL),(6,'',48,NULL,'internal',3,7,NULL,NULL,NULL,NULL,NULL),(7,'https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp',48,87,'image-in',3,NULL,200,500,13874,NULL,NULL),(8,'https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-A-Leading-Eyecare-Hospital.webp',48,257,'image-in',3,NULL,1708,2560,93820,NULL,NULL),(9,'https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Best-Leading-Eyecare-Hospital.webp',48,258,'image-in',3,NULL,682,1023,30038,NULL,NULL),(10,'https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Better-Vision-Deserves-The-Latest-Technology.webp',48,262,'image-in',3,NULL,1280,1920,64522,NULL,NULL),(11,'https://lead.sharpsight.in/wp-content/uploads/2023/06/Before-Lasik.webp',48,234,'image-in',3,NULL,450,800,17688,NULL,NULL),(12,'https://lead.sharpsight.in/wp-content/uploads/2023/06/Sharp-Sight-Testimonial.webp',48,269,'image-in',3,NULL,1201,1600,86354,NULL,NULL),(13,'https://lead.sharpsight.in/wp-content/uploads/2023/05/z-ImMR5A8IYb4uUpAy2q4-transformed-1.webp',48,182,'image-in',3,NULL,400,600,16776,NULL,NULL),(14,'https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-4.jpg',48,166,'image-in',3,NULL,130,130,5439,NULL,NULL),(15,'https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-1.jpg',48,167,'image-in',3,NULL,130,130,3589,NULL,NULL),(16,'https://lead.sharpsight.in/wp-content/uploads/2023/05/sharp-sight-review-3.jpg',48,168,'image-in',3,NULL,130,130,4547,NULL,NULL),(17,'https://lead.sharpsight.in/wp-content/uploads/2023/05/sharpsightlogo.webp',48,87,'image-in',3,NULL,200,500,13874,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-06-25 20:48:52

Log In ‹ Affy Pharma Pvt Ltd — WordPress

Powered by WordPress

Error: Cookies are blocked due to unexpected output. For help, please see this documentation or try the support forums.

← Go to Affy Pharma Pvt Ltd